Skip to content

Commit

Permalink
docs(kube-nas): update bootstrap README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Oct 19, 2023
1 parent 64ad9f1 commit b73e162
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions kubernetes/kube-nas/bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

```bash
kubectl kustomize --enable-helm kubernetes/kube-nas/bootstrap/cilium | kubectl apply -n kube-system -f -
kubectl apply -f kubernetes/kube-nas/bootstrap/cilium/l2.yaml
```

## Coredns
Expand Down Expand Up @@ -52,10 +53,4 @@ kubectl apply --server-side -f kubernetes/kube-nas/flux/flux-sync.yaml

### disable local-path-provisioner

on the device

! this does not work!

```bash
touch /var/lib/rancher/k3s/server/manifests/local-storage.yaml.skip
```
TODO: disable local-path-provisioner and setup with helm chart

0 comments on commit b73e162

Please sign in to comment.