-
Notifications
You must be signed in to change notification settings - Fork 1
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
Redundant checks when bootstrap #3754
Labels
Comments
Updated cluster to the latest version available:
It allowed me to proceed further:
|
Very weird:
I can't install a |
It does not work at all, but hangs. |
Incorrect check:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I am installing the gitops-ee tooling as I want to play around with it on one of EKS clusters, that I use for managing infra. I am expecting that I will be able to prepare manifests for gitops platform and put them into gitrepo. It is another issue, right now I want to focus that bootstrap command make extra checks.
First try was to run it without any cluster access:
Then I understood that I need to point to particular cluster where gitops platform would be deployed, so I login in teleport and selected the proper context:
Gitops tooling explained to me that I need to bump flux version, O.K., no problems. I installed new flux version and prepared a manifests. Then applied them to cluster.
Now I am still experiencing error that flux is not installed, but it is. Probably the issue is the incorrect and incompatible (srsly?) k8s version:
so my next step would be to upgrade k8s cluster... I did not find any option to skip this check. I will proceed and post updated on the matter
The text was updated successfully, but these errors were encountered: