Skip to content

Commit

Permalink
Update get-started.md (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Kvapil <[email protected]>
  • Loading branch information
xpenology-russian and kvaps authored Jul 19, 2024
1 parent 7923a1d commit a2914c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/en/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,15 @@ kubectl apply -f cozystack-config.yaml
kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.9.0/manifests/cozystack-installer.yaml
```

{{% alert color="info" %}}
Currenlty Cozytack does not separate control-plane and worker nodes, so if your nodes have control-plane taint, pods will stuck in `Pending` status.

You have to remove control-plane taint from the nodes:
```bash
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
```
{{% /alert %}}

(optional) You can track the logs of installer:
```bash
kubectl logs -n cozy-system deploy/cozystack -f
Expand Down

0 comments on commit a2914c3

Please sign in to comment.