Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #399 from neo-liang-sap/add-documentation-for-ssh
Browse files Browse the repository at this point in the history
Add documentation for gardenctl ssh
  • Loading branch information
neo-liang-sap authored Oct 20, 2020
2 parents dc3d272 + 88e8bfe commit 097d007
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ Targets represent a hierarchical structure of resources. On top, there is/are th
- Show logs from garden nodes
`gardenctl target -g garden-name`
`gardenctl logs gardener-apiserver | gardener-controller-manager`
- SSH to shoot nodes (please unset any proxy env vars like `HTTPS` and `HTTP` before this command)
`gardenctl k get nodes`
`gardenctl ssh node_name`

## Advanced usage based on JsonQuery

Expand Down

0 comments on commit 097d007

Please sign in to comment.