Expected Behavior
There should be no errors and all pods should come up properly.
Actual Behavior
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedCreate 5m1s (x18 over 15m) replicaset-controller Error creating: pods "tekton-pipelines-controller-6dccf778c7-" is forbidden: unable to validate against any security context constraint: [provider "anyuid": Forbidden: not usable by user or serviceaccount, provider restricted-v2: .containers[0].runAsUser: Invalid value: 65532: must be in the ranges: [1000220000, 1000229999], provider restricted-v3: .spec.securityContext.hostUsers: Invalid value: null: Host Users must be set to false, 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 "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 "privileged": Forbidden: not usable by user or serviceaccount]
The TektonConfig resource is looking like this:
$ k get tektonconfig config
NAME VERSION READY REASON
config v0.80.0 False Components not in ready state: TektonPipeline: reconcile again and proceed
$
Steps to Reproduce the Problem
- Install the tekton-operator via
https://infra.tekton.dev/tekton-releases/operator/latest/release.yaml
- Create the
TektonConfig from https://raw.githubusercontent.com/tektoncd/operator/main/config/crs/openshift/config/all/operator_v1alpha1_config_cr.yaml
- There are deployments and replicaSets, but no pods due to the SCC errors.
Additional Info
Kubernetes version: v1.34.7
This is a OpenShift MicroShift singlenode machine, so there is no GUI and no marketplace to install the official RedHat Pipelines Operator.
Kind Regards,
Johannes
Expected Behavior
There should be no errors and all pods should come up properly.
Actual Behavior
The
TektonConfigresource is looking like this:Steps to Reproduce the Problem
https://infra.tekton.dev/tekton-releases/operator/latest/release.yamlTektonConfigfromhttps://raw.githubusercontent.com/tektoncd/operator/main/config/crs/openshift/config/all/operator_v1alpha1_config_cr.yamlAdditional Info
Kubernetes version: v1.34.7
This is a OpenShift MicroShift singlenode machine, so there is no GUI and no marketplace to install the official RedHat Pipelines Operator.
Kind Regards,
Johannes