Skip to content

Commit

Permalink
Remove EphemeralContainers feature gate from Kind config
Browse files Browse the repository at this point in the history
- 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 <tdowney@vmware.com>
  • Loading branch information
tcdowney committed Jun 1, 2023
1 parent 3dda88f commit e2a9a89
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/assets/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ containerdConfigPatches:
[plugins."io.containerd.grpc.v1.cri".registry.configs]
[plugins."io.containerd.grpc.v1.cri".registry.configs."127.0.0.1:30050".tls]
insecure_skip_verify = true
featureGates:
EphemeralContainers: true
nodes:
- role: control-plane
extraPortMappings:
Expand Down

0 comments on commit e2a9a89

Please sign in to comment.