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

Make installer more robust (platform AKS) #17

Closed
roman-ferstl opened this issue Jun 17, 2020 · 1 comment
Closed

Make installer more robust (platform AKS) #17

roman-ferstl opened this issue Jun 17, 2020 · 1 comment

Comments

@roman-ferstl
Copy link

We ran into the issue that "keptn install" failed on AKS as we did not perform "az login" beforehand. We then had corrupt configurations for kubectl and keptn cli resulting in errors on each retry of keptn-install. Our solution was to make a new connection manually via:
az aks get-credentials --resource-group myResourceGroup --name myAKSCluster
Note that the errors occured on the client side before reaching the AKS instance.

Maybe a "keptn reset" command or a sanity check before the actual installation is peformed would help already.

@roman-ferstl
Copy link
Author

opened under: keptn/keptn#1927

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

1 participant