-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
-
I followed the helm install instruction in README today on kind cluster (Server Version: v1.31.0), and got the following warnings:
[20250110-install-rox-helm-4nr]$ ROX_ADMIN_PASSWORD="$(openssl rand -base64 20 | tr -d '/=+')"
[20250110-install-rox-helm-4nr]$ helm upgrade --install -n stackrox --create-namespace stackrox-central-services \
stackrox/stackrox-central-services \
--set central.adminPassword.value="${ROX_ADMIN_PASSWORD}"
--set central.persistence.none="true" # --set central.db.persistence.persistentVolumeClaim.create
Release "stackrox-central-services" does not exist. Installing it now.
W0110 13:52:38.196751 181891 warnings.go:70] spec.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[3].preference.matchExpressions[0].key: node-role.kubernetes.io/master is use "node-role.kubernetes.io/control-plane" instead
W0110 13:52:38.196856 181891 warnings.go:70] spec.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[3].preference.matchExpressions[0].key: node-role.kubernetes.io/master is use "node-role.kubernetes.io/control-plane" instead
W0110 13:52:38.196868 181891 warnings.go:70] spec.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[3].preference.matchExpressions[0].key: node-role.kubernetes.io/master is use "node-role.kubernetes.io/control-plane" instead
W0110 13:52:38.196925 181891 warnings.go:70] spec.template.spec.affinity.nodeAffinity.preferredDuringSchedulingIgnoredDuringExecution[2].preference.matchExpressions[0].key: node-role.kubernetes.io/master is use "node-role.kubernetes.io/control-plane" instead
NAME: stackrox-central-services
LAST DEPLOYED: Fri Jan 10 13:52:36 2025
NAMESPACE: stackrox
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
StackRox Central Services has been installed.
Central Services Configuration Summary:
Stackrox Version: 4.6.1
[...]
- duplicates
-
ROX-29088 Update nodeAffinity configuration according to recent Kubernetes versions
-
- Closed
-