-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
missing kube-apiserver and other pods #17298
Comments
@ankur6ue |
any ideas? |
try adding |
Exactly the same as before I verified the AWS resources (EC2 instances, security groups etc) are created as expected. Also ran journalctl -u kops-configuration.service. on the control plane node, and nodeup seems to be succeeding. Any other ideas? I'm following the instructions on the deploying to AWS page to the letter.. this used to work when I last tried 2 years ago. Using latest version of kops, kubernetes etc. |
Can you run |
any ideas/suggestions on the above? |
Also checked the OIDC bucket and there is a jwks file in discovery//openid/v1. I'm not an expert in OIDC, so not sure what more I should look for.. please help! |
Is the OIDC bucket publicly accessible? You should be able to curl the JWKS object's HTTPS URL without authentication. For example: |
Thanks for the suggestion, tried it and it is publicly accessible. Returns: { etc |
I'm trying to create a kubernetes cluster on AWS using:
kops create cluster --zones=us-east-1a --name=dev.k8s.local --state=s3://<bucket_name> --discovery-store=s3://<bucket_name>/${NAME}/discovery --node-size t2.small --master-size t2.small --node-count 1
However the cluster never gets in a healthy state.
Output of kops validate
output of kubectl get pods -n kube-system
Please help.. using kops version 1.31.0
The text was updated successfully, but these errors were encountered: