We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0871b4d + 1b15750 commit bc70456Copy full SHA for bc70456
docs/installation/local-cluster.md
@@ -14,7 +14,7 @@ dynamic eBPF program compilation - this dependency [might be removed in future r
14
node containers. Below is a minimal single-node example configuration:
15
16
```yaml
17
-$ cat ./local-cluster-config.yaml
+$ cat - > ./local-cluster-config.yaml << EOF
18
kind: Cluster
19
apiVersion: kind.x-k8s.io/v1alpha4
20
name: my-cluster
@@ -26,6 +26,7 @@ nodes:
26
containerPath: /proc-host
27
- hostPath: /usr/src
28
containerPath: /usr/src
29
+EOF
30
```
31
32
We can then spin up a cluster with either:
0 commit comments