We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4248481 commit ff673feCopy full SHA for ff673fe
docs/kubernetes/clusters.md
@@ -63,11 +63,14 @@ To interact with the cluster, you need the `kubectl` CLI:
63
- If you don't have a CSCS account, open a Service Desk ticket to ask support.
64
65
#### Store the kubeconfig file
66
- ```bash
67
- mv mykubeconfig.yaml ~/.kube/config
68
- # or
69
- export KUBECONFIG=/home/user/kubeconfig.yaml
70
- ```
+
+```bash
+mv mykubeconfig.yaml ~/.kube/config
+```
+or
71
72
+export KUBECONFIG=/home/user/kubeconfig.yaml
73
74
75
#### Test connectivity
76
```bash
0 commit comments