From 1248b1bff077f4a5ec7e4d73bf6364d55fdbc06a Mon Sep 17 00:00:00 2001 From: sp-yduck Date: Sat, 1 Feb 2025 15:30:05 +0000 Subject: [PATCH 1/2] fix abolished flag --- config/manager/kustomization.yaml | 8 ++++---- config/manager/manager.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 59a830d..59542fc 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -1,8 +1,8 @@ resources: - - manager.yaml +- manager.yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - - name: controller - newName: ghcr.io/k8s-proxmox/cluster-api-provider-proxmox - newTag: latest +- name: controller + newName: ghcr.io/k8s-proxmox/cluster-api-provider-proxmox + newTag: v0.4.1 diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 89036c0..17ab76b 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -70,7 +70,7 @@ spec: - /manager args: - "--health-probe-bind-address=:8081" - - "--metrics-bind-address=127.0.0.1:8080" + - "--diagnostics-address=127.0.0.1:8080" - "--leader-elect" - --scheduler-plugin-config=/etc/qemu-scheduler/plugin-config.yaml image: controller:latest From e166a6102a1906e8f2963d6dc2ba53ece11e47dd Mon Sep 17 00:00:00 2001 From: sp-yduck Date: Sat, 1 Feb 2025 15:30:52 +0000 Subject: [PATCH 2/2] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ca01a7..83cda09 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.4.1 --config https://raw.githubusercontent.com/k8s-proxmox/cluster-api-provider-proxmox/main/clusterctl.yaml +clusterctl init --infrastructure=proxmox:v0.4.2 --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.4.1 --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.4.2 --config https://raw.githubusercontent.com/k8s-proxmox/cluster-api-provider-proxmox/main/clusterctl.yaml > cappx-test.yaml # inspect and edit vi cappx-test.yaml