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

add apiVersion field for ClusterConfiguration #282

Closed
wants to merge 1 commit into from

Conversation

bobcallaway
Copy link

@wlynch @vaikas as best as I can tell, this is the root cause of the flakiness we're observed of late in sigstore/scaffolding. the apiVersion string is set in https://github.com/sigstore/scaffolding/blob/2221b2ecb9a1d64896dd042bebacd3668fd456fb/hack/setup-kind.sh#L166, and given the note in https://kubernetes.io/docs/reference/config-api/kubeadm-config.v1beta3/#kubeadm-k8s-io-v1beta3-ClusterConfiguration where it states "kubeadm v1.22.x and newer no longer support v1beta1 and older APIs", I suspect that without this string that the patch fails to successfully translate.

sigstore/scaffolding#715 if you'd like to see me wrestle this to the ground via GHA ping-pong.

Signed-off-by: Bob Callaway <bcallaway@google.com>
@bobcallaway
Copy link
Author

also I see #173 but i'm not sure it is still working the same in 0.20.0 as it was in 0.17.0

@bobcallaway bobcallaway closed this Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant