You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting_started/bootstrap.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ To check that your cluster is up and running you can run::
97
97
98
98
kn kubectl get nodes
99
99
100
-
As long as you are in the ``my_deployment`` directory you can use ``kubectl`` over SSH to control Kubernetes. If you want to open an interactive SSH terminal onto the master then you can use the kn ssh command.
100
+
As long as you are in the ``my_deployment`` directory you can use ``kubectl`` over SSH to control Kubernetes. If you want to open an interactive SSH terminal onto the master then you can use the ``kn ssh`` command::
101
101
102
102
kn ssh
103
103
@@ -165,7 +165,7 @@ To check that your cluster is up and running you can run::
165
165
166
166
kn kubectl get nodes
167
167
168
-
As long as you are in the ``my_deployment`` directory you can use ``kubectl`` over SSH to control Kubernetes. If you want to open an interactive SSH terminal onto the master then you can use the kn ssh command.
168
+
As long as you are in the ``my_deployment`` directory you can use ``kubectl`` over SSH to control Kubernetes. If you want to open an interactive SSH terminal onto the master then you can use the ``kn ssh`` command::
169
169
170
170
kn ssh
171
171
@@ -228,7 +228,7 @@ To check that your cluster is up and running you can run::
228
228
229
229
kn kubectl get nodes
230
230
231
-
As long as you are in the ``my_deployment`` directory you can use ``kubectl`` over SSH to control Kubernetes. If you want to open an interactive SSH terminal onto the master then you can use the kn ssh command.
231
+
As long as you are in the ``my_deployment`` directory you can use ``kubectl`` over SSH to control Kubernetes. If you want to open an interactive SSH terminal onto the master then you can use the ``kn ssh`` command::
232
232
233
233
kn ssh
234
234
@@ -291,7 +291,7 @@ To check that your cluster is up and running you can run::
291
291
292
292
kn kubectl get nodes
293
293
294
-
As long as you are in the ``my_deployment`` directory you can use ``kubectl`` over SSH to control Kubernetes. If you want to open an interactive SSH terminal onto the master then you can use the kn ssh command.
294
+
As long as you are in the ``my_deployment`` directory you can use ``kubectl`` over SSH to control Kubernetes. If you want to open an interactive SSH terminal onto the master then you can use the ``kn ssh`` command::
0 commit comments