You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if my annotation set ip not cidr will return error.
nginx.conf :
location / {
set $proxy_upstream_name "3-mongo-80";
#the annotation does not contain a valid IP address or network: invalid CIDR address: 192.168.8.104
return 503;
}
if my annotation set ip not cidr will return error.
nginx.conf :
ingress code:
https://github.com/kubernetes/ingress/blob/master/core/pkg/ingress/annotations/ipwhitelist/main.go#L95
The text was updated successfully, but these errors were encountered: