From 7945824ee01619f297160170b15ed70eeaad2f0e Mon Sep 17 00:00:00 2001 From: sp-yduck Date: Wed, 6 Dec 2023 12:18:38 +0000 Subject: [PATCH] update README.md: v0.3.3 to v0.3.4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a62de82..8a7a733 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,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.3 --config https://raw.githubusercontent.com/k8s-proxmox/cluster-api-provider-proxmox/main/clusterctl.yaml +clusterctl init --infrastructure=proxmox:v0.3.4 --config https://raw.githubusercontent.com/k8s-proxmox/cluster-api-provider-proxmox/main/clusterctl.yaml ``` **Note:** container images are available at [ghcr.io/k8s-proxmox/cluster-api-provider-proxmox:\](https://github.com/k8s-proxmox/cluster-api-provider-proxmox/pkgs/container/cluster-api-provider-proxmox) @@ -37,7 +37,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.3 --config https://raw.githubusercontent.com/k8s-proxmox/cluster-api-provider-proxmox/main/clusterctl.yaml > cappx-test.yaml +clusterctl generate cluster cappx-test --control-plane-machine-count=3 --infrastructure=proxmox:v0.3.4 --config https://raw.githubusercontent.com/k8s-proxmox/cluster-api-provider-proxmox/main/clusterctl.yaml > cappx-test.yaml # inspect and edit vi cappx-test.yaml