Skip to content

Commit 5f8feb0

Browse files
authored
update master/minion allowed ingress annotations (#7153)
1 parent 2660667 commit 5f8feb0

File tree

1 file changed

+18
-0
lines changed
  • examples/ingress-resources/mergeable-ingress-types

1 file changed

+18
-0
lines changed

examples/ingress-resources/mergeable-ingress-types/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Masters cannot contain the following annotations:
1717
- nginx.org/ssl-services
1818
- nginx.org/grpc-services
1919
- nginx.org/websocket-services
20+
- nginx.org/use-cluster-ip
2021
- nginx.com/sticky-cookie-services
2122
- nginx.com/health-checks
2223
- nginx.com/health-checks-mandatory
@@ -40,11 +41,17 @@ Minions cannot contain the following annotations:
4041
- nginx.org/listen-ports
4142
- nginx.org/listen-ports-ssl
4243
- nginx.org/server-snippets
44+
- appprotect.f5.com/app_protect_enable
45+
- appprotect.f5.com/app_protect_policy
46+
- appprotect.f5.com/app_protect_security_log_enable
47+
- appprotect.f5.com/app_protect_security_log
48+
- appprotectdos.f5.com/app-protect-dos-resource
4349

4450
Minions inherent the following annotations from the master, unless they override them:
4551

4652
- nginx.org/proxy-connect-timeout
4753
- nginx.org/proxy-read-timeout
54+
- nginx.org/proxy-send-timeout
4855
- nginx.org/client-max-body-size
4956
- nginx.org/proxy-buffering
5057
- nginx.org/proxy-buffers
@@ -54,7 +61,18 @@ Minions inherent the following annotations from the master, unless they override
5461
- nginx.org/lb-method
5562
- nginx.org/keepalive
5663
- nginx.org/max-fails
64+
- nginx.org/max-conns
5765
- nginx.org/fail-timeout
66+
- nginx.org/limit-req-rate
67+
- nginx.org/limit-req-key
68+
- nginx.org/limit-req-zone-size
69+
- nginx.org/limit-req-delay
70+
- nginx.org/limit-req-no-delay
71+
- nginx.org/limit-req-burst
72+
- nginx.org/limit-req-dry-run
73+
- nginx.org/limit-req-log-level
74+
- nginx.org/limit-req-reject-code
75+
- nginx.org/limit-req-scale
5876

5977
Note: Ingress Resources with more than one host cannot be used.
6078

0 commit comments

Comments
 (0)