Skip to content

Commit

Permalink
fix: Fixed nodeshell command
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed May 6, 2022
1 parent b847408 commit 3cad51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ RUN apk add openssh bash curl; \
mv kubectl /usr/local/bin; \
curl -s -LO https://github.com/kvaps/kubectl-node-shell/raw/master/kubectl-node_shell; \
chmod +x kubectl-node_shell; \
mv kubectl-node_shell /usr/local/bin/kubectl-node_shell
mv kubectl-node_shell /usr/local/bin/kubectl-node-shell

ENTRYPOINT /manage.sh

0 comments on commit 3cad51c

Please sign in to comment.