Skip to content

Commit df35692

Browse files
committed
edit
1 parent cd59f5e commit df35692

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/vendor/testing-how-to.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ The `cluster prepare` command requires either a Helm chart archive or a director
193193
```
194194

195195
For command usage, including additional options, see [cluster prepare](/reference/replicated-cli-cluster-prepare).
196+
196197
### Access Clusters
197198

198199
Compatibility Matrix provides the kubeconfig for clusters so that you can access clusters with the kubectl command line tool. For more information, see [Command line tool (kubectl)](https://kubernetes.io/docs/reference/kubectl/) in the Kubernetes documentation.
@@ -206,12 +207,12 @@ To access a cluster from the command line:
206207
```
207208
In the output of the command, verify that the `STATUS` for the target cluster is `running`. For command usage, see [cluster ls](/reference/replicated-cli-cluster-ls).
208209

209-
1. Run the following command to open a new shell session with the kubeconfig configured for the specified cluster:
210+
1. Run the following command to open a new shell session with the kubeconfig configured for the cluster:
210211

211212
```bash
212213
replicated cluster shell CLUSTER_ID
213214
```
214-
Where CLUSTER_ID is the unique ID for the cluster.
215+
Where CLUSTER_ID is the unique ID for the running cluster that you want to access.
215216

216217
For command usage, see [cluster shell](/reference/replicated-cli-cluster-shell).
217218

0 commit comments

Comments
 (0)