Commit af6f439
authored
fix(calico-3.29.yaml): Disable the calico-apiserver 3.29.2 when Validating Admission Policy checks until upstream tigrea operator adds the required rules (#43188)
Because we are using tigera-operator during image test we are reliant on
tigera-operator setting
up all the required rbac rules that are needed for calico-apiserver to
run. Currently it does not [1] and
this is a temporary solution until
tigera/operator#3780 is resolved upstream with
a new
release of tigera-operator. This issue was highlighed in
calico-apiserver 3.29.2 when Validating Admission Policy
became enabled by default [2]. This patch disables the Validating
Admission Policy in calico-apiserver until
the issue is resolved.
[1]
https://github.com/tigera/operator/blob/ed26c42e1e232e9cc604a9a010d4ca9111b6f388/pkg/render/apiserver.go#L654C11-L654C28
[2]
projectcalico/calico@8eacb02
Signed-off-by: philroche <[email protected]>
Signed-off-by: philroche <[email protected]>1 parent edce9ac commit af6f439
File tree
2 files changed
+23
-1
lines changed- calico-3.29
2 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
68 | 77 | | |
69 | 78 | | |
70 | 79 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments