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
{{ message }}
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.
If I try to install Knative Build on a cluster that enforces PodSecurityPolicies, the build-controller and build-webhook deployments running in knative-build can't create pods.
Ideally Knative Build would ship with the following:
A PodSecurityPolicy with the minimum set of privileges these deployments need to run.
A corresponding Role scoped to the knative-build namespace
A corresponding RoleBinding scoped to the build-controller service account
This wouldn't affect the Builds themselves - I'm guessing that cluster admins will want to define their own PSPs for Builds.
The text was updated successfully, but these errors were encountered:
/kind dev
If I try to install Knative Build on a cluster that enforces
PodSecurityPolicies
, thebuild-controller
andbuild-webhook
deployments running inknative-build
can't create pods.Ideally Knative Build would ship with the following:
PodSecurityPolicy
with the minimum set of privileges these deployments need to run.Role
scoped to theknative-build
namespaceRoleBinding
scoped to thebuild-controller
service accountThis wouldn't affect the Builds themselves - I'm guessing that cluster admins will want to define their own PSPs for Builds.
The text was updated successfully, but these errors were encountered: