You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# cluster-api-provider-proxmox
1
+
# cluster-api-provider-proxmox (CAPP)
2
2
3
3
cluster-api-provider-proxmox is a Cluster API [infrastructure provider](https://cluster-api.sigs.k8s.io/developer/providers/cluster-infrastructure.html) implementation for [Proxmox VE](https://pve.proxmox.com/wiki/Main_Page).
4
4
@@ -47,8 +47,8 @@ data:
47
47
# for proxmox API
48
48
PROXMOX_PASSWORD: "<base 64>"
49
49
PROXMOX_USER: "<base 64>"
50
-
PROXMOX_URL: "<base 64>"
51
50
# for ssh into the node to bootstrapping VMs
51
+
## * current CAPP is compatible with only single node proxmox cluster
0 commit comments