It results in the replica set not being to instantiate CIS, throwing the following error:
$ oc -n f5-cis get rs -o yaml
[...]
status:
conditions:
- lastTransitionTime: "2024-09-25T08:00:02Z"
message: 'pods "f5bigipctlr-sample-f5-bigip-ctlr-74c5c488b7-" is forbidden:
unable to validate against any security context constraint: [provider "anyuid":
Forbidden: not usable by user or serviceaccount, provider "nginx-ingress-admin":
Forbidden: not usable by user or serviceaccount, provider restricted-v2: .spec.securityContext.fsGroup:
Invalid value: []int64{1000}: 1000 is not an allowed group, spec.containers[0].securityContext.runAsUser:
Invalid value: 1000: must be in the ranges: [1000840000, 1000849999], provider
"restricted": Forbidden: not usable by user or serviceaccount, provider "nonroot-v2":
Forbidden: not usable by user or serviceaccount, provider "nonroot": Forbidden:
not usable by user or serviceaccount, provider "hostmount-anyuid": Forbidden:
not usable by user or serviceaccount, provider "machine-api-termination-handler":
Forbidden: not usable by user or serviceaccount, provider "hostnetwork-v2":
Forbidden: not usable by user or serviceaccount, provider "hostnetwork": Forbidden:
not usable by user or serviceaccount, provider "hostaccess": Forbidden: not
usable by user or serviceaccount, provider "node-exporter": Forbidden: not
usable by user or serviceaccount, provider "privileged": Forbidden: not usable
by user or serviceaccount]'
reason: FailedCreate
status: "True"
type: ReplicaFailure
observedGeneration: 1
replicas: 0
kind: List
metadata:
resourceVersion: ""
Requiring the need to run the following command beforehand:
Setup Details
Orchestration: OSCP
Orchestration Version: 4.12
Operator Version: 2.18.0
Description
When creating an operand with the following configuration
It results in the replica set not being to instantiate CIS, throwing the following error:
Requiring the need to run the following command beforehand:
Steps To Reproduce
1) Create an operand with the above parameters
Expected Result