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

Kritis tutorial problem with resolve-tags plugin #483

Open
minton55 opened this issue Mar 16, 2020 · 0 comments
Open

Kritis tutorial problem with resolve-tags plugin #483

minton55 opened this issue Mar 16, 2020 · 0 comments

Comments

@minton55
Copy link

Expected Behavior

After running the command in the tutorial, the plugin is not found. I am running it on the Google Cloud Platform:

Linux
curl -LO https://storage.googleapis.com/resolve-tags/latest/resolve-tags-linux-amd64.tar.gz &&
RESOLVE_TAGS_DIR=$HOME/.kube/plugins/resolve &&
mkdir -p $RESOLVE_TAGS_DIR && tar -C $RESOLVE_TAGS_DIR -xzf resolve-tags-linux-amd64.tar.gz &&
mv $RESOLVE_TAGS_DIR/resolve-tags-linux-amd64 $RESOLVE_TAGS_DIR/resolve-tags &&
sudo cp $RESOLVE_TAGS_DIR/resolve-tags /usr/local/bin/

asdfasd@cloudshell:~ (kritis)$ curl -LO https://storage.googleapis.com/resolve-tags/latest/resolve-tags-linux-amd64.tar.gz && RESOLVE_TAGS_DIR=$HOME/.kube/plugins/resolve && mkdir -p $RESOLVE_TAGS_DIR && tar -C $RESOLVE_TAGS_DIR -xzf resolve-tags-linux-amd64.tar.gz && mv $RESOLVE_TAGS_DIR/resolve-tags-linux-amd64 $RESOLVE_TAGS_DIR/resolve-tags && sudo cp $RESOLVE_TAGS_DIR/resolve-tags /usr/local/bin/
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5377k 100 5377k 0 0 69.0M 0 --:--:-- --:--:-- --:--:-- 70.0M

Actual Behavior

asdasd@cloudshell:~ (kritis)$ kubectl plugin list

error: unable to find any kubectl plugins in your PATH

For more information, please see the resolve-tags documentation. (https://github.com/grafeas/kritis/blob/master/docs/cmd/kritis/kubectl/plugins/resolve/README.md)

This link is no longer valid.

Links to the relevant code, snippets

Steps to Reproduce the Problem

Environment, commands

Additional info

Add any other context about the problem here (e.g. screenshots, links)

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