Skip to content

Kubernetes 1.26 upgrade #2458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
87f2e34
went through most of the steps in versions.md up to Non-versioned mod…
tfriedel May 31, 2023
e7ae142
updated nvidia device plugin to 0.14.0
tfriedel May 31, 2023
380a25c
updated Neuron device plugin and scheduler
tfriedel May 31, 2023
98d2ab3
updated prometheus dcgm exporter, statsd exporter, prometheus, promet…
tfriedel May 31, 2023
ea5a449
incorporated changes in Prometheus Kubelet Exporter
tfriedel Jun 1, 2023
80823c9
updated Prometheus kube-state-metrics Exporter
tfriedel Jun 1, 2023
1aa8e19
updated prometheus node exporter to 1.5.0
tfriedel Jun 2, 2023
98a0e52
update grafana from 8.0.4 to 9.5.2
tfriedel Jun 2, 2023
7a2c9e5
updated event exporter
tfriedel Jun 2, 2023
02d5295
updated to alpine 3.18
tfriedel Jun 2, 2023
1242e73
updated Python client dependencies to python 3.7 and newest ver of se…
tfriedel Jun 2, 2023
f83a91c
replaced Handler with ProbeHandler
tfriedel Jun 2, 2023
9f2eedc
changed cortex version to 0.42.2
tfriedel Jun 2, 2023
bd5402e
newest istio go-client changed to pointers
tfriedel Jun 2, 2023
7da2f36
resolved some conflicting packages related to controller-runtime, ist…
tfriedel Jun 2, 2023
38e64a9
changed to kubernetes 1.26 because of incompatibility of amazon-vpc-c…
tfriedel Jun 2, 2023
c168ca1
tests are passing now
tfriedel Jun 2, 2023
4d5ca1a
formatting
tfriedel Jun 3, 2023
16b652c
update of go tools
tfriedel Jun 3, 2023
5633900
some fixes. golang version set to same as in other files
tfriedel Jun 9, 2023
774986d
linter: disabled looppointer because of some errors I couldn't fix. d…
tfriedel Jun 9, 2023
a097eda
set AMI Family to AmazonLinux2 (this was used in previous version per…
tfriedel Jun 9, 2023
aca7d70
downgraded cluster-autoscaler to a version for kubernetes 1.26
tfriedel Jun 12, 2023
7963093
downgraded promotheus operator to 0.62 because of some issues
tfriedel Jun 12, 2023
d639980
use autoscaling v2 instead of b2beta2 + other fixes
tfriedel Jun 12, 2023
5384483
remove mounting of /var/run/docker.sock because we switched from dock…
tfriedel Jun 12, 2023
4f5b109
k8s-device-plugin:v0.14.0-ubuntu20.04 -> k8s-device-plugin:v0.14.0
tfriedel Jun 13, 2023
c594507
fix: nvidia device plugin was not installed
tfriedel Jun 13, 2023
f89cf45
updated go version in CONTRIBUTING.md
tfriedel Jun 13, 2023
7d63258
disabled use of docker for validating docker images as it's not suppo…
tfriedel Jun 13, 2023
8858679
get yaml, go-input and autosccaler from our fork at PEAT-AI
tfriedel Jun 13, 2023
1cf0e42
formatting / make linter happy
tfriedel Jun 13, 2023
6d56744
removed unneccesary file
tfriedel Jun 13, 2023
a1435ea
replaced all remaining references from k8s.gcr.io to registry.k8s.io
tfriedel Jun 13, 2023
81fb67b
fix for "failed to create iamserviceaccount(s)" in case two clusters …
tfriedel Jun 16, 2023
a388d20
fix for ListTagsLogGroup, has been deprecated
tfriedel Jun 11, 2024
08c47ca
update python in manager to ver 3.10 because boto3 for 3.7 is deprecated
tfriedel Jun 12, 2024
98b59ef
updated ami for gpu and updated nvidia device plugin from 0.14.0 to 0…
tfriedel Jun 12, 2024
aa235bf
added images-manager and images-nvidia-device-plugin make targets
tfriedel Apr 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
resolved some conflicting packages related to controller-runtime, ist…
…io and gnostic
  • Loading branch information
tfriedel committed Jun 2, 2023
commit 7da2f36a14ee90e23773ee588b899bc5fbcf44cc
21 changes: 10 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,30 +59,29 @@ require (
github.com/containerd/continuity v0.3.0 // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/docker/cli v20.10.21+incompatible // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/go-logr/zapr v1.2.4 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/jsonreference v0.20.1 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/gofrs/flock v0.8.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand All @@ -101,11 +100,11 @@ require (
github.com/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
github.com/opencontainers/runc v1.1.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/segmentio/backo-go v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
Expand Down Expand Up @@ -135,9 +134,9 @@ require (
gotest.tools v2.2.0+incompatible // indirect
k8s.io/apiextensions-apiserver v0.27.2 // indirect
k8s.io/component-base v0.27.2 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230531092745-9b4dcd38a4bf // indirect
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
k8s.io/klog/v2 v2.90.1 // indirect
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
Expand Down
Loading