We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db85b48 commit 81ea261Copy full SHA for 81ea261
docs/Usage.md
@@ -61,6 +61,17 @@ providers:
61
Before you can create a cluster, you need to configure your management cluster.
62
This is done by setting up the environment variables for CAPMOX and generating a cluster manifest.
63
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
75
clusterctl requires the following variables, which should be set in `~/.cluster-api/clusterctl.yaml` as the following:
76
77
```env
0 commit comments