Skip to content

Commit 394fa5b

Browse files
committed
fix typo
1 parent a131322 commit 394fa5b

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,16 @@ kubectl apply -f config/samples/infrastructure_v1beta1_proxmoxcluster.yaml
3939
kubetl apply -f <your-proxmox-config-secret>.yaml
4040
```
4141

42-
You need to provider your proxmox information through secret.
42+
You need to provide your proxmox information through secret.
4343
```yaml
4444
# <your-proxmox-config-secret>.yaml
4545
apiVersion: v1
4646
data:
47+
# for proxmox API
4748
PROXMOX_PASSWORD: "<base 64>"
4849
PROXMOX_USER: "<base 64>"
4950
PROXMOX_URL: "<base 64>"
51+
# for ssh into the node to bootstrapping VMs
5052
NODE_URL: "<base 64>"
5153
NODE_USER: "<base 64>"
5254
NODE_PASSWORD: "<base 64>"
@@ -61,25 +63,25 @@ This project aims to follow the Cluster API [Provider contract](https://cluster-
6163
6264
### Proxmox Cluster Controller
6365
64-
[ ] Create controlplane load balancer
66+
- [ ] Create controlplane load balancer
6567
66-
[ ] Create proxmox storage
68+
- [ ] Create proxmox storage
6769
68-
[ ] Delete controlplane load balancer
70+
- [ ] Delete controlplane load balancer
6971
70-
[ ] Delete proxmox storage
72+
- [ ] Delete proxmox storage
7173
7274
### Proxmox Machine Controller
7375
74-
[x] Create virtual machine instance
76+
- [x] Create virtual machine instance
7577
76-
[x] Boot virtual machine instance with provided bootstrap secret (see: [bootstrap provider specificatio](https://cluster-api.sigs.k8s.io/developer/providers/bootstrap.html#bootstrap-provider-specification) for how bootstrap works)
78+
- [x] Boot virtual machine instance with provided bootstrap secret (see: [bootstrap provider specificatio](https://cluster-api.sigs.k8s.io/developer/providers/bootstrap.html#bootstrap-provider-specification) for how bootstrap works)
7779
78-
[ ] Register virtual machine instance with Controlplane load balancer
80+
- [ ] Register virtual machine instance with Controlplane load balancer
7981
80-
[ ] Delete virtual machine instance
82+
- [ ] Delete virtual machine instance
8183
82-
[ ] Un-register virtual machine instance with Controlplane load balancer
84+
- [ ] Un-register virtual machine instance with Controlplane load balancer
8385
8486
## Contributing
8587
// TODO(user): Add detailed information on how you would like others to contribute to this project

0 commit comments

Comments
 (0)