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

Kubernetes quickstart guide incompatible with recent versions of Kubernetes #260

Open
rturner3 opened this issue Nov 3, 2022 · 0 comments

Comments

@rturner3
Copy link

rturner3 commented Nov 3, 2022

The most recent version of K8s that the K8s quickstart guide is reported to have been tested with is 1.13.1, which is almost four years old at this point. One issue I've observed is that this argument passed to minikube start is removed from recent versions of kube-apiserver:

--extra-config=apiserver.service-account-api-audiences=api,spire-server

The new config field appears to be called api-audiences instead of service-account-api-audiences: kubernetes/kubernetes#108624

This is just one issue I observed, but it would be great if the sample could be brought up-to-date with all the recommended configuration and deployment patterns that are suggested for newer versions of Kubernetes (e.g. 1.23+) and SPIRE (e.g. 1.4+).

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

No branches or pull requests

1 participant