Skip to content

Commit

Permalink
Merge pull request #934 from yaacov/sudo-copy-config-example
Browse files Browse the repository at this point in the history
🤖  Add sudo to the ci script example
  • Loading branch information
yaacov authored Feb 18, 2024
2 parents 0c6232e + 92cbbe7 commit 6071a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/deploy-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ echo ""
echo " API Server: https://127.0.0.1:6443/"
echo " Web console: https://localhost:30443/"
echo ""
echo " configuration file - '${config_path}' ( example: cp ${config_path} ~/.kube/config )"
echo " configuration file - '${config_path}' ( example: sudo cp ${config_path} ~/.kube/config )"
echo " admin token - 'abcdef.0123456789abcdef'"
echo ""

Expand Down

0 comments on commit 6071a84

Please sign in to comment.