Skip to content

Commit

Permalink
Fixed Issue identiops#13 gateway has no own kubectl, also from contex…
Browse files Browse the repository at this point in the history
…t of section we are talking about local machine, and next command "kubectl get nodes" could be only on local machine run
  • Loading branch information
mogol07 committed Sep 5, 2024
1 parent 58f21bf commit cf8cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ EOF
store it locally: `./setkubeconfig`
12. Forward the cluster port locally since it's not exposed to the Internet by
default. Do this every time you want to interact with the cluster:
`./ssh-node gateway`
`./ssh-node gateway -fN`
13. Test cluster access from your local machine: `kubectl get nodes`

Enjoy your new cluster! 🚀
Expand Down

0 comments on commit cf8cc9b

Please sign in to comment.