Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove EphemeralContainers feature gate from Kind config #2564

Merged
merged 1 commit into from Jun 2, 2023

Conversation

tcdowney
Copy link
Member

@tcdowney tcdowney commented Jun 1, 2023

Is there a related GitHub Issue?

No

What is this change about?

Does this PR introduce a breaking change?

Korifi devs using deploy-on-kind.sh to deploy to older Kind cluster versions may no longer have ephemeral debug containers enabled. Actually they likely will. It has defaulted to true since K8s 1.23. (Search for "EphemeralContainers" here: https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates-removed/)

This does not impact users running Korifi.

Acceptance Steps

Run deploy-on-kind.sh and have it create a Kind cluster with K8s >= 1.27.

Tag your pair, your PM, and/or team

@davewalter

- 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>
@tcdowney tcdowney added the chore label Jun 1, 2023
@davewalter davewalter merged commit d4d4a01 into main Jun 2, 2023
10 checks passed
@davewalter davewalter deleted the remove-ephemeral-containers-from-kind-config branch June 2, 2023 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants