Skip to content

Commit

Permalink
Merge pull request #159 from ChrisChinchilla/patch-1
Browse files Browse the repository at this point in the history
Update local-cluster.md
  • Loading branch information
SamYuan1990 authored Jun 25, 2024
2 parents 0871b4d + 1b15750 commit bc70456
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation/local-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dynamic eBPF program compilation - this dependency [might be removed in future r
node containers. Below is a minimal single-node example configuration:

```yaml
$ cat ./local-cluster-config.yaml
$ cat - > ./local-cluster-config.yaml << EOF
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: my-cluster
Expand All @@ -26,6 +26,7 @@ nodes:
containerPath: /proc-host
- hostPath: /usr/src
containerPath: /usr/src
EOF
```

We can then spin up a cluster with either:
Expand Down

0 comments on commit bc70456

Please sign in to comment.