Skip to content

Commit 9547347

Browse files
committed
etcd-manager: Keep the ImageVolume feature gate for K8s 1.35
1 parent 93c7490 commit 9547347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/model/components/etcdmanager/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (b *EtcdManagerOptionsBuilder) BuildOptions(o *kops.Cluster) error {
4242

4343
// Image Volumes will become GA in Kubernetes 1.35
4444
// https://github.com/kubernetes/enhancements/pull/5450
45-
if b.ControlPlaneKubernetesVersion().IsLT("1.35.0") && o.HasImageVolumesSupport() {
45+
if b.ControlPlaneKubernetesVersion().IsLT("1.36.0") && o.HasImageVolumesSupport() {
4646
if clusterSpec.ControlPlaneKubelet == nil {
4747
clusterSpec.ControlPlaneKubelet = &kops.KubeletConfigSpec{}
4848
}

0 commit comments

Comments
 (0)