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
it should be possible to set the profile annotation on namespace level which should enforce a profile and ignore the pod profile (or make it possible to configure enforcement or default profile)
example:
apiVersion: v1
kind: Namespace
metadata:
name: foobar
annotations:
# for default profile (can be overwritten in pod)
nodepolicy.softonic.io/default-profile: "stateless"
# for enforced (not overwritable profile)
nodepolicy.softonic.io/enforce-profile: "stateless"
The text was updated successfully, but these errors were encountered:
it should be possible to set the profile annotation on namespace level which should enforce a profile and ignore the pod profile (or make it possible to configure enforcement or default profile)
example:
The text was updated successfully, but these errors were encountered: