We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are instructions on how to do it using istio at https://github.com/dewitt/knative-docs/blob/master/serving/gke-assigning-static-ip-address.md#step-2-update-the-external-ip-of-the-knative-ingressgateway-service however I have not been able to find anything for kourier.
Any pointers would be appreciated.
The text was updated successfully, but these errors were encountered:
@vazexqi You can set the static IP for external Kourier service. So this command should work:
$ kubectl patch svc kourier --namespace kourier-system --patch '{"spec": { "loadBalancerIP": "<your-reserved-static-ip>" }}'
Sorry, something went wrong.
Ah, it's just a Service of LoadBalancer underneath! Thanks, confirming that specifying the loadBalancerIP value in spec works!
loadBalancerIP
Any way of configuring this using the Knative Operator?
No branches or pull requests
There are instructions on how to do it using istio at https://github.com/dewitt/knative-docs/blob/master/serving/gke-assigning-static-ip-address.md#step-2-update-the-external-ip-of-the-knative-ingressgateway-service however I have not been able to find anything for kourier.
Any pointers would be appreciated.
The text was updated successfully, but these errors were encountered: