Advanced Search
Search Results
2 total results found
Loadbalancer-cli
Ingress
You can edit an ingress by kubectl of in rancher. first get the correct ingress kubectl get ingress -n namespace edit the ingress kubectl edit ingress name -n namespace add the annotation apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annot...
Loadbalancer-rancher
Ingress
go to Service Discovery -> Ingresses Edit Select Add annotations Whitelist To allow only the RUG IP or range to the deployment you can use the folowing annotation : Save & Done For more examples see : https://kubernetes.github.io/ingress-nginx/user-guide/ng...