We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c7490 commit 9547347Copy full SHA for 9547347
pkg/model/components/etcdmanager/options.go
@@ -42,7 +42,7 @@ func (b *EtcdManagerOptionsBuilder) BuildOptions(o *kops.Cluster) error {
42
43
// Image Volumes will become GA in Kubernetes 1.35
44
// https://github.com/kubernetes/enhancements/pull/5450
45
- if b.ControlPlaneKubernetesVersion().IsLT("1.35.0") && o.HasImageVolumesSupport() {
+ if b.ControlPlaneKubernetesVersion().IsLT("1.36.0") && o.HasImageVolumesSupport() {
46
if clusterSpec.ControlPlaneKubelet == nil {
47
clusterSpec.ControlPlaneKubelet = &kops.KubeletConfigSpec{}
48
}
0 commit comments