Skip to content

Commit

Permalink
Add KubePrism warning (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps authored Jan 16, 2025
1 parent 405bb37 commit 3da8d7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/en/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ kubectl apply -f cozystack-config.yaml
kubectl apply -f https://github.com/aenix-io/cozystack/raw/v0.21.1/manifests/cozystack-installer.yaml
```

{{% alert color="warning" %}}
By default, Cozystack is configured to use the [KubePrism](https://www.talos.dev/latest/kubernetes-guides/configuration/kubeprism/) feature of Talos Linux, which allows access to the Kubernetes API via a local address on the node.
If you're installing Cozystack on a system other than Talos Linux, you must update the `KUBERNETES_SERVICE_HOST` and `KUBERNETES_SERVICE_PORT` environment variables in the `cozystack-installer.yaml` manifest.
{{% /alert %}}

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

Expand Down

0 comments on commit 3da8d7d

Please sign in to comment.