forked from gardener/gardener
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for Kubernetes v1.23 (gardener#5255)
* Extend docs for 1.23 and allow Kubernetes client creation * Maintain Kubernetes feature gates $ ./hack/compare-k8s-feature-gates.sh 1.22 1.23 Feature gates added in 1.23 compared to 1.22: CPUManagerPolicyAlphaOptions CPUManagerPolicyBetaOptions CSIMigrationPortworx CustomResourceValidationExpressions DisableKubeletCloudCredentialProviders GRPCContainerProbe GracefulNodeShutdownBasedOnPodPriority HonorPVReclaimPolicy IdentifyPodOS InTreePluginPortworxUnregister InTreePluginRBDUnregister JobMutableNodeSchedulingDirectives JobReadyPods MigrationRBD OpenAPIEnums OpenAPIV3 PodAndContainerStatsFromCRI RecoverVolumeExpansionFailure ServerSideFieldValidation StatefulSetAutoDeletePVC Feature gates removed in 1.23 compared to 1.22: AllowInsecureBackendProxy BoundServiceAccountTokenVolume CronJobControllerV2 NodeLease ServiceAccountIssuerDiscovery StartupProbe SupportNodePidsLimit SupportPodPidsLimit Sysctls * Adapt TLS cipher suites for Kubernetes v1.23 according to gardener#4823 * Use `systemd` as cgroup driver for shoots >= 1.23 Ref gardener#5102 (comment) * Adapt to deprecated seccomp annotations * Use v1beta3 version for kube-scheduler config * Do no longer use ineffective flags for shoots >= 1.23 * Switch to autoscaling/v2 or add TODOs * Bump `kindest/node` image to `v1.23.1` * Use 1.23 for local shoot and local e2e test * Revert "Bump `kindest/node` image to `v1.23.1`" This reverts commit 7c31fa8. * Address PR review feedback * Address PR review feedback
- Loading branch information
Showing
24 changed files
with
394 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ spec: | |
maxSurge: 1 | ||
maxUnavailable: 0 | ||
kubernetes: | ||
version: 1.21.0 | ||
version: 1.23.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.