We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried running sample-k8s up script after installing k8s tools extension and wego CLI with flux.
sample-k8s up
wego
Looks like I need to add flux to PATH there:
flux
The text was updated successfully, but these errors were encountered:
running flux check --pre gives me command not found error.
flux check --pre
command not found
Does wego CLI only use flux api, and doesn't automatically install its dependency on that gitops tool?
will try to install it using these instructions: https://fluxcd.io/docs/cmd/
We'll need to add all of that to docs here and in gitops repo.
Sorry, something went wrong.
this worked to enable flux:
I got a bit further on this:
No branches or pull requests
I tried running
sample-k8s up
script after installing k8s tools extension andwego
CLI with flux.Looks like I need to add
flux
to PATH there:The text was updated successfully, but these errors were encountered: