Skip to content

Commit ff673fe

Browse files
eliaoggianmsimberg
andauthored
Update docs/kubernetes/clusters.md
Co-authored-by: Mikael Simberg <[email protected]>
1 parent 4248481 commit ff673fe

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/kubernetes/clusters.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,14 @@ To interact with the cluster, you need the `kubectl` CLI:
6363
- If you don't have a CSCS account, open a Service Desk ticket to ask support.
6464

6565
#### Store the kubeconfig file
66-
```bash
67-
mv mykubeconfig.yaml ~/.kube/config
68-
# or
69-
export KUBECONFIG=/home/user/kubeconfig.yaml
70-
```
66+
67+
```bash
68+
mv mykubeconfig.yaml ~/.kube/config
69+
```
70+
or
71+
```bash
72+
export KUBECONFIG=/home/user/kubeconfig.yaml
73+
```
7174

7275
#### Test connectivity
7376
```bash

0 commit comments

Comments
 (0)