You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Operator Pod should be able to start up properly. However, as from the current state in master and due to a missing security context, the Operator Pod fails to start up because of the following error:
Error: container has runAsNonRoot and image will run as root
This probably has to do with the Docker image refusing to run as root.
Actual behaviour
The Operator Pod enters a configuration crash loop because it won't run as root. A proper security context is needed.
Steps to reproduce the behaviour
Deploy the Redis Operator from the master branch as described in the documentation:
Expected behaviour
The Operator Pod should be able to start up properly. However, as from the current state in master and due to a missing security context, the Operator Pod fails to start up because of the following error:
This probably has to do with the Docker image refusing to run as root.
Actual behaviour
The Operator Pod enters a configuration crash loop because it won't run as root. A proper security context is needed.
Steps to reproduce the behaviour
Deploy the Redis Operator from the master branch as described in the documentation:
Environment
How are the pieces configured?
docker-pullable://quay.io/spotahome/redis-operator@sha256:a008aaadd862132bce225b5b39f6d84b2c5837459823989f2716ddc61ea62fa5
The text was updated successfully, but these errors were encountered: