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

How to run microk8s in AWS - adding correct providerID #4821

Open
npandeya opened this issue Jan 12, 2025 · 1 comment
Open

How to run microk8s in AWS - adding correct providerID #4821

npandeya opened this issue Jan 12, 2025 · 1 comment

Comments

@npandeya
Copy link

When deploying nginx ingress controller and aws load balancer controller from these charts https://kubernetes.github.io/ingress-nginx and https://aws.github.io/eks-charts; aws load balancer controller giving providerID not specified for node:

  • How can I add providerID?
  • Will deploying eks-D channel add providerID automatically for aws?

Please help!!

@louiseschmidtgen
Copy link
Contributor

Hi @npandeya,

Thank you for reporting your issue with us.

You may have to add arguments to the kubelet arguments file living at: /var/snap/microk8s/current/args/kubelet and try setting the --cloud-provider flag and/or the --provider-id argument. Please restart your microk8s service for the changes to apply.
See the command line reference for more guidance: https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/

Best regards,
Louise

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