-
Notifications
You must be signed in to change notification settings - Fork 90
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
Please provide a krew formular #2877
Comments
That seems reasonable, especially since we use Where is |
Thanks! :) $ curl -s https://kots.io/install | grep sudo
mv $TMP_BIN $OUT_DIR/kubectl-$PROG 2>/dev/null || sudo mv $TMP_BIN $OUT_DIR/kubectl-$PROG || fail "mv failed" #FINAL STEP! |
I opened a story internally for us to track this. It's not the highest priority at this point, but it's likely not a huge lift either. |
Just noting that our internal tracker is SC53810. |
Hey,
can you please make kots available through
krew
? This would make the installation easier and wouldn't requiresudo
permissions.-> https://krew.sigs.k8s.io/docs/developer-guide/plugin-manifest/
Thanks!
The text was updated successfully, but these errors were encountered: