Skip to content

Commit e2a9a89

Browse files
committed
Remove EphemeralContainers feature gate from Kind config
- Ephemeral Containers have been promoted to GA as of Kubernetes 1.27 and this feature gate has been removed See: kubernetes/kubernetes#111402 - Having it set prevents Kind clusters from starting successfully with versions >= 1.27 Authored-by: Tim Downey <[email protected]>
1 parent 3dda88f commit e2a9a89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/assets/kind-config.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ containerdConfigPatches:
99
[plugins."io.containerd.grpc.v1.cri".registry.configs]
1010
[plugins."io.containerd.grpc.v1.cri".registry.configs."127.0.0.1:30050".tls]
1111
insecure_skip_verify = true
12-
featureGates:
13-
EphemeralContainers: true
1412
nodes:
1513
- role: control-plane
1614
extraPortMappings:

0 commit comments

Comments
 (0)