Skip to content

Commit 81ea261

Browse files
tamcorepborn-ionos
authored andcommitted
docs: document token creation
1 parent db85b48 commit 81ea261

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/Usage.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,17 @@ providers:
6161
Before you can create a cluster, you need to configure your management cluster.
6262
This is done by setting up the environment variables for CAPMOX and generating a cluster manifest.
6363
64+
---
65+
**_NOTE_**: It is strongly recommended to use dedicated Proxmox VE user + API token. It can either be created through the UI, or by executing
66+
```
67+
pveum user add capmox@pve
68+
pveum aclmod / -user capmox@pve -role PVEVMAdmin
69+
pveum user token add capmox@pve capi -privsep 0
70+
```
71+
on your Proxmox VE node.
72+
73+
---
74+
6475
clusterctl requires the following variables, which should be set in `~/.cluster-api/clusterctl.yaml` as the following:
6576

6677
```env

0 commit comments

Comments
 (0)