Skip to content

Commit bc70456

Browse files
authored
Merge pull request #159 from ChrisChinchilla/patch-1
Update local-cluster.md
2 parents 0871b4d + 1b15750 commit bc70456

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/installation/local-cluster.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dynamic eBPF program compilation - this dependency [might be removed in future r
1414
node containers. Below is a minimal single-node example configuration:
1515

1616
```yaml
17-
$ cat ./local-cluster-config.yaml
17+
$ cat - > ./local-cluster-config.yaml << EOF
1818
kind: Cluster
1919
apiVersion: kind.x-k8s.io/v1alpha4
2020
name: my-cluster
@@ -26,6 +26,7 @@ nodes:
2626
containerPath: /proc-host
2727
- hostPath: /usr/src
2828
containerPath: /usr/src
29+
EOF
2930
```
3031

3132
We can then spin up a cluster with either:

0 commit comments

Comments
 (0)