Skip to content

Commit

Permalink
Merge pull request #132 from sp-yduck/release/v0.3.3
Browse files Browse the repository at this point in the history
Release/v0.3.3
  • Loading branch information
sp-yduck authored Nov 10, 2023
2 parents 9283806 + 753abe1 commit 137744f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for more information : https://cluster-api.sigs.k8s.io/user/quick-start.html#ini
```sh
# install cluster-api components
export EXP_CLUSTER_RESOURCE_SET=true
clusterctl init --infrastructure=proxmox:v0.3.2 --config https://raw.githubusercontent.com/sp-yduck/cluster-api-provider-proxmox/main/clusterctl.yaml
clusterctl init --infrastructure=proxmox:v0.3.3 --config https://raw.githubusercontent.com/sp-yduck/cluster-api-provider-proxmox/main/clusterctl.yaml
```
**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)

Expand All @@ -32,7 +32,7 @@ export PROXMOX_PASSWORD=password
export PROXMOX_USER=user@pam

# generate manifests (available flags: --target-namespace, --kubernetes-version, --control-plane-machine-count, --worker-machine-count)
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
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

# inspect and edit
vi cappx-test.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ spec:
cpu:
default: 2
description: 'number of CPU cores : 1 ~'
minimum: 1
type: integer
cpuLimit:
description: Limit of CPU usage. If the computer has 2 CPUs, it
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ spec:
cpu:
default: 2
description: 'number of CPU cores : 1 ~'
minimum: 1
type: integer
cpuLimit:
description: Limit of CPU usage. If the computer has 2
Expand Down

0 comments on commit 137744f

Please sign in to comment.