-
Notifications
You must be signed in to change notification settings - Fork 696
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 api server configuration file in documents is missing some required parameters #1305
Labels
Comments
I have the same issue Linux photon-machine 5.10.103-2.ph4-esx #1-photon SMP Tue Mar 22 03:00:01 UTC 2022 x86_64 GNU/Linux
|
The root cause is related to kube-apiserver making few parameters mandatory after 1.19 |
not fixed yet? i have same problem.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm following the documents on https://vmware.github.io/photon/docs/user-guide/kubernetes-on-photon-os/running-kubernetes-on-photon-os/configure-kubernetes-on-master/ and attempting to configure and start the api-server using config file /etc/kubernetes/apiserver which defines flags for the service target.
The documents specify KUBE_API_ADDRESS should be set however --address flag is deprecated according to the error log and it is missing some flags as reported when i try to start the service:
--service-account-signing-key-file and --service-account-issuer
Reproduction steps
Expected behavior
Expected service kube-apiserver.service to start.
I think there are additional configuration requirements perhaps with the latest packaged version. Apologies as I'm very new to kubernetes installation and was hoping for a quick start with this guide. If I can get this working I'm happy to post an update.
Many thanks.
Additional context
No response
The text was updated successfully, but these errors were encountered: