Compare commits

..

1 Commits

Author SHA1 Message Date
bb6f101bac feat: moderate the k8s install
All checks were successful
Build / precommit (pull_request) Successful in 5m36s
- only install a base config
- wait for 3 masters before deploying helm charts
- remove cluster-domain
- manage nginx ingres via rke2 helmconfig
2025-10-04 12:30:42 +10:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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