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

admin does not have kube config causing other issues #110

Closed
livespotty opened this issue Dec 13, 2019 · 3 comments
Closed

admin does not have kube config causing other issues #110

livespotty opened this issue Dec 13, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@livespotty
Copy link

Admin node does not have kube config file and causing several other issues pertaining to install additional tools such as calico and metrics server.

see issue #109

[opc@admin .kube]$ ls -ltra
total 4
drwxrwxr-x. 2 opc opc 6 Dec 13 08:50 .
drwx------. 8 opc opc 4096 Dec 13 08:51 ..
[opc@admin .kube]$

@livespotty livespotty added the bug Something isn't working label Dec 13, 2019
@hyder
Copy link
Contributor

hyder commented Dec 19, 2019

You need to enable instance_principal for the admin_server in order for the it to be able to get the kubeconfig file:

admin_instance_principal = true

Can you please try this and let us know?

@livespotty
Copy link
Author

Awesome, it works now thanks!

@hyder
Copy link
Contributor

hyder commented Dec 23, 2019

Cool. I think the documentation didn't explicitly call these dependencies out. We'll fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants