Skip to content

Commit

Permalink
add warning to getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello committed Nov 21, 2024
1 parent 7f732c9 commit ea92cad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/snap/tutorial/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Install the {{product}} snap with:
sudo snap install k8s --edge --classic
```

```{warning}
Avoid installing containerd/docker via apt when using the {{product}} snap, as
the snap defaults to containerd paths. Installing both can cause conflicts. Do
not install containerd/docker and the {{product}} snap simultaneously.
```

### 2. Bootstrap a Kubernetes cluster

The bootstrap command initialises your cluster and configures your host system
Expand Down

0 comments on commit ea92cad

Please sign in to comment.