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
In Kubernetes v1.23 new admission controller requires securityContext
for application deployed in restricted namespaces. We need to update
lockc example deployment.
The text was updated successfully, but these errors were encountered:
In Kubernetes v1.23 new admission controller requires securityContext
for application deployed in restricted namespaces. We need to update
lockc example deployment.
Fixes: lockc-project#117
Signed-off-by: Michal Jura <mjura@suse.com>
Original nginx images can't runAsNonRoot user we have to switch to better tuned
bitnami nginx latest 1.21.4 images. This makes examples running in restricted
namespace for Kubernetes v1.23
Fixes: lockc-project#117
Signed-off-by: Michal Jura <mjura@suse.com>
Adopt examples to Kuberentes v1.23
In Kubernetes v1.23 new admission controller requires securityContext
for application deployed in restricted namespaces. We need to update
lockc example deployment.
The text was updated successfully, but these errors were encountered: