mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-27 10:19:29 +00:00
fix(docs): exporting variables for proxmox-infra-provider (#969)
* update context in proxmox-infra-provider.md * Update docs/content/cluster-api/proxmox-infra-provider.md Co-authored-by: Dario Tranchitella <dario@tranchitella.eu> --------- Co-authored-by: dingo <dingo@optimcloud.com> Co-authored-by: Dario Tranchitella <dario@tranchitella.eu>
This commit is contained in:
@@ -14,15 +14,18 @@ To use the Proxmox Cluster API provider, you must connect and authenticate to a
|
||||
|
||||
```bash
|
||||
# The Proxmox VE host
|
||||
export PROXMOX_URL: "https://pve.example:8006"
|
||||
export PROXMOX_URL="https://pve.example:8006"
|
||||
|
||||
# The Proxmox VE TokenID for authentication
|
||||
export PROXMOX_TOKEN: "clastix@pam!capi"
|
||||
export PROXMOX_TOKEN="clastix@pam\!capi"
|
||||
|
||||
# The secret associated with the TokenID
|
||||
export PROXMOX_SECRET: "REDACTED"
|
||||
export PROXMOX_SECRET="REDACTED"
|
||||
```
|
||||
|
||||
!!! warning "Env escaping "
|
||||
Pay attention to escape special characters, such as `\` and `!`
|
||||
|
||||
Install the Infrastructure Provider:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user