Commit 273cd27
docs(install): document that default namespace is unsupported for pipelines on OpenShift (#3427)
OpenShift permanently disables PSA label synchronization on the
default namespace; the operator-installed pipeline ServiceAccount
and RBAC still get created there, but PipelineRuns fail with
permissionDenied because PSA enforces the restricted profile and
the SCC-to-PSA sync never runs. User-created namespaces are not
affected (cluster policy controller syncs SCC privileges into PSA
labels there).
Add a platform-notes section to docs/install.md spelling this out
so installers don't reach for default and then hit cryptic
permission failures.
Issue #3427 carries the full incident detail; the OpenShift docs
already say 'Do not run workloads in or share access to default
projects'.
Signed-off-by: Matt Van Horn <mvanhorn@gmail.com>1 parent d43fca7 commit 273cd27
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments