mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Document getting cluster ID
This commit is contained in:
parent
7c21306d17
commit
a00288e56d
@ -19,7 +19,7 @@ Besides the `values.template.yaml` file we provide a `nginx.values.template.yaml
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Due to the many limitations of Helm you still have to do several manual steps. Those occur before you run the actual *ocelot.social* Helm chart. Obviously it is expected of you to have `helm` and `kubectl` installed. For Digital Ocean you might require `doctl` aswell.
|
Due to the many limitations of Helm you still have to do several manual steps. Those occur before you run the actual *ocelot.social* Helm chart. Obviously it is expected of you to have `helm` and `kubectl` installed. For DigitalOcean you might require `doctl` aswell.
|
||||||
|
|
||||||
### Cert Manager (https)
|
### Cert Manager (https)
|
||||||
|
|
||||||
@ -101,7 +101,14 @@ You will need an API token, which you can generate in the control panel at <http
|
|||||||
|
|
||||||
2. Generate DO firewall
|
2. Generate DO firewall
|
||||||
|
|
||||||
Fill in the `CLUSTER_UUID` and `your-domain` (Get the `CLUSTER_UUID` value from the dashboard or the ID column from doctl kubernetes cluster list.):
|
Get the `CLUSTER_UUID` value from the dashboard or from the ID column via `doctl kubernetes cluster list`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# need to apply access token by `doctl auth init` before
|
||||||
|
$ doctl kubernetes cluster list
|
||||||
|
```
|
||||||
|
|
||||||
|
Fill in the `CLUSTER_UUID` and `your-domain`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# without doctl context
|
# without doctl context
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user