wildfly / wildfly-operator

Kubernetes Operator for WildFly
http://docs.wildfly.org/wildfly-operator/
Apache License 2.0
32 stars 39 forks source link

OCP 4.11 with WildFly operator can not scale down to 0 #226

Closed yersan closed 2 years ago

yersan commented 2 years ago

When the Operator is used by a non-admin user on OCP 4.11, the following message is logged:

Forbidden: pod updates may not change fields other than `spec.containers[*].image`, `spec.initContainers[*].image`, `spec.activeDeadlineSeconds`, `spec.tolerations` (only additions to existing tolerations) or `spec.terminationGracePeriodSeconds` (allow it to be set to 1 if it was previously negative)

This error prevents scaling down the pods.