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

webhook - no endpoints available #6

Open
dhiman-halder opened this issue Sep 7, 2020 · 2 comments
Open

webhook - no endpoints available #6

dhiman-halder opened this issue Sep 7, 2020 · 2 comments

Comments

@dhiman-halder
Copy link

kubectl get rs webhook-svc -n gmsa -o yaml shows the following error message

message: 'Internal error occurred: failed calling webhook "admission-webhook.windows-gmsa.sigs.k8s.io":
Post https://webhook-svc.gmsa.svc:443/mutate?timeout=30s: no endpoints available
for service "webhook-svc"'

@david1983
Copy link

david1983 commented Oct 15, 2020

create a linux nodegroup

eksctl create cluster --name gmsa --version 1.17 --without-nodegroup eksctl create nodegroup --cluster gmsa --region us-east-1 --name ng-linux --node-type t2.large --nodes 1 --nodes-min 1 --nodes-max 2 --ssh-access --managed eksctl utils install-vpc-controllers --cluster gmsa --approve eksctl create nodegroup --cluster gmsa --region us-east-1 --name ng-windows --node-type t2.large --nodes 1 --nodes-min 1 --nodes-max 2 --node-ami-family WindowsServer2019FullContainer

@dhiman-halder
Copy link
Author

hi @david1983 - i provisioned the eks cluster with linux nodegroups and then added a windows nodegroup to it - all using eksctl. did the above fix it for you?

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

2 participants