Commit fc1a4fa
authored
Update Nginx Ingress to use
Summary: Update Nginx Ingress to use `ImplementationSpecific` pathType
to avoid admission controller issues
Nginx Ingress
[v1.8.0](https://github.com/kubernetes/ingress-nginx/blob/311a2082c5622c7bdaff24273110e6f2a0f3b5da/changelog/controller-1.8.0.md?plain=1#L16)
introduced a `strict-validate-path-type` setting that defaults to true.
This causes the existing pathType used by Pixie's manifest to be blocked
by the Nginx Ingress admission controller. Updating this value to
`ImplementationSpecific` side steps this validation, so it can be
created successfully.
> For improving security, our 1.8.0 release includes a [new, optional
validation
](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#strict-validate-path-type)that
limits the characters accepted on ".spec paths.path" when pathType=Exact
or pathType=Prefix, to alphanumeric characters only.
Relevant Issues: #2214
Type of change: /kind bugfix
Test Plan: Deployed to a cluster using Nginx Ingress
Changelog Message: Fixed an issue where Nginx Ingress resource creation
would be blocked by admission controller (on Nginx Ingress v1.8.0 and
later)
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>ImplementationSpecific pathType to avoid admission controller issues (#2215)1 parent fcf2516 commit fc1a4fa
File tree
1 file changed
+6
-6
lines changed- k8s/cloud/overlays/exposed_services_nginx
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments