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
+8-30Lines changed: 8 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,44 +58,22 @@ metadata:
58
58
type: Opaque
59
59
```
60
60
61
-
## How it works
62
-
This project aims to follow the Cluster API [Provider contract](https://cluster-api.sigs.k8s.io/developer/providers/contracts.html).
63
-
64
-
### Proxmox Cluster Controller
65
-
66
-
- [ ] Create controlplane load balancer
67
-
68
-
- [x] Create proxmox storage
69
-
70
-
- [ ] Delete controlplane load balancer
71
-
72
-
- [ ] Delete proxmox storage
73
-
74
-
### Proxmox Machine Controller
61
+
## Fetures
75
62
76
-
- [x] Create virtual machine instance
63
+
- No need to prepare vm templates. You can specify any vm image in `ProxmoxMachine.Spec.Image`.
77
64
78
-
- [x] Boot virtual machine instance with provided bootstrap secret (see: [bootstrap provider specification](https://cluster-api.sigs.k8s.io/developer/providers/bootstrap.html#bootstrap-provider-specification) for how bootstrap works)
65
+
- Supports custom cloud-config (user data). CAPP uses ssh for bootstrapping nodes so it can applies custom cloud-config that can not be achieved by only Proxmox API.
0 commit comments