Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat (in-cluster): [ingress-controller] update nginx to v1.11.3 #102

Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
b78c8a5
upgrade old reference to 1.9.0 to 1.11.3
ferantivero Nov 13, 2024
433307a
snippet annotation no longer allowed in 1.11.3 by default
ferantivero Nov 14, 2024
5f00071
be explicit about enabling metrics since it is being scraped
ferantivero Nov 14, 2024
afc8c9d
ensure the image is the expected one
ferantivero Nov 14, 2024
5555303
nginx no longer requires escalation priviledges
ferantivero Nov 14, 2024
9a8209f
nginx requires being able to read the root filesystem
ferantivero Nov 14, 2024
d21c5d6
ensure nginx is not runnning as root
ferantivero Nov 14, 2024
4800cb1
add seccomp profile type
ferantivero Nov 14, 2024
e6db57a
inlcude the admission validation service port
ferantivero Nov 14, 2024
cdd1dd4
Service account for admission now includes the token automount in true
ferantivero Nov 14, 2024
127c989
update certgen image version
ferantivero Nov 14, 2024
e377c09
update sec context to be aligned with new nginx job
ferantivero Nov 14, 2024
06990bf
update certgen image version for patch container
ferantivero Nov 14, 2024
83991aa
update sec context to be aligned with new nginx job patch and resinst…
ferantivero Nov 14, 2024
ddf86a8
update deployment docs
ferantivero Nov 14, 2024
cdbbf95
bug fix: remove sha256 from acr image imports
ferantivero Nov 15, 2024
71c7ac0
bug fix: indent nginx manifest file properly and remove sha256 image …
ferantivero Nov 15, 2024
47a9154
bug fix: allow-snippet-annotations set to true otherwise workload web…
ferantivero Nov 20, 2024
00b49d6
bug fix: add location to rg from e2e validation
ferantivero Nov 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bug fix: allow-snippet-annotations set to true otherwise workload web…
…ui fails
  • Loading branch information
ferantivero committed Nov 20, 2024
commit 47a9154ecfbf7605d9ab7c60190e7a2dc27c944e
2 changes: 1 addition & 1 deletion cluster-manifests/ingress-nginx/deployment.yaml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ data:
# the ingress controller directly is AAG.
whitelist-source-range: 10.240.5.0/24
ssl-redirect: "false"
allow-snippet-annotations: "false"
allow-snippet-annotations: "true"
kind: ConfigMap
metadata:
labels: