Skip to content

Commit 137744f

Browse files
authored
Merge pull request #132 from sp-yduck/release/v0.3.3
Release/v0.3.3
2 parents 9283806 + 753abe1 commit 137744f

3 files changed

+4
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for more information : https://cluster-api.sigs.k8s.io/user/quick-start.html#ini
1919
```sh
2020
# install cluster-api components
2121
export EXP_CLUSTER_RESOURCE_SET=true
22-
clusterctl init --infrastructure=proxmox:v0.3.2 --config https://raw.githubusercontent.com/sp-yduck/cluster-api-provider-proxmox/main/clusterctl.yaml
22+
clusterctl init --infrastructure=proxmox:v0.3.3 --config https://raw.githubusercontent.com/sp-yduck/cluster-api-provider-proxmox/main/clusterctl.yaml
2323
```
2424
**Note:** container images are available at [ghcr.io/sp-yduck/cluster-api-provider-proxmox:\<tag\>](https://github.com/sp-yduck/cluster-api-provider-proxmox/pkgs/container/cluster-api-provider-proxmox)
2525

@@ -32,7 +32,7 @@ export PROXMOX_PASSWORD=password
3232
export PROXMOX_USER=user@pam
3333

3434
# generate manifests (available flags: --target-namespace, --kubernetes-version, --control-plane-machine-count, --worker-machine-count)
35-
clusterctl generate cluster cappx-test --control-plane-machine-count=3 --infrastructure=proxmox:v0.3.2 --config https://raw.githubusercontent.com/sp-yduck/cluster-api-provider-proxmox/main/clusterctl.yaml > cappx-test.yaml
35+
clusterctl generate cluster cappx-test --control-plane-machine-count=3 --infrastructure=proxmox:v0.3.3 --config https://raw.githubusercontent.com/sp-yduck/cluster-api-provider-proxmox/main/clusterctl.yaml > cappx-test.yaml
3636

3737
# inspect and edit
3838
vi cappx-test.yaml

config/crd/bases/infrastructure.cluster.x-k8s.io_proxmoxmachines.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ spec:
239239
cpu:
240240
default: 2
241241
description: 'number of CPU cores : 1 ~'
242+
minimum: 1
242243
type: integer
243244
cpuLimit:
244245
description: Limit of CPU usage. If the computer has 2 CPUs, it

config/crd/bases/infrastructure.cluster.x-k8s.io_proxmoxmachinetemplates.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ spec:
256256
cpu:
257257
default: 2
258258
description: 'number of CPU cores : 1 ~'
259+
minimum: 1
259260
type: integer
260261
cpuLimit:
261262
description: Limit of CPU usage. If the computer has 2

0 commit comments

Comments
 (0)