Skip to content

Commit

Permalink
docs: document token creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tamcore authored and pborn-ionos committed Dec 19, 2023
1 parent db85b48 commit 81ea261
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ providers:
Before you can create a cluster, you need to configure your management cluster.
This is done by setting up the environment variables for CAPMOX and generating a cluster manifest.

---
**_NOTE_**: It is strongly recommended to use dedicated Proxmox VE user + API token. It can either be created through the UI, or by executing
```
pveum user add capmox@pve
pveum aclmod / -user capmox@pve -role PVEVMAdmin
pveum user token add capmox@pve capi -privsep 0
```
on your Proxmox VE node.

---

clusterctl requires the following variables, which should be set in `~/.cluster-api/clusterctl.yaml` as the following:

```env
Expand Down

0 comments on commit 81ea261

Please sign in to comment.