Compare commits

..

1 Commits

Author SHA1 Message Date
308e5b2725 feat: moderate the k8s install
All checks were successful
Build / precommit (pull_request) Successful in 3m55s
- only install a base config
- wait for 3 masters before deploying helm charts
- remove cluster-domain
- manage nginx ingres via rke2 helmconfig
- fix container version for ceph
2025-10-04 13:14:44 +10:00
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ spec:
priorityClassName: system-cluster-critical
containers:
- name: csi-rbdplugin
image: quay.io/cephcsi/cephcsi:v3.15
image: quay.io/cephcsi/cephcsi:v3.15.0
args:
- "--nodeid=$(NODE_ID)"
- "--type=rbd"

View File

@ -25,7 +25,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/cephcsi/cephcsi:v3.15
image: quay.io/cephcsi/cephcsi:v3.15.0
args:
- "--nodeid=$(NODE_ID)"
- "--pluginpath=/var/lib/kubelet/plugins"