-
Notifications
You must be signed in to change notification settings - Fork 739
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
Incorrect format for istio gateways in docs #1104
Comments
I think both formats work, the dot separator was deprecated in favor of the /, we should update the docs for the latest Istio. |
So we have to replace for example |
@Abhishek-569 yes, please open a PR if you have time. Thanks |
Should I open a single PR for all docs ? |
Yes please |
okay and there should be more docs that needed these changes other than above mentioned. is there any way to find them once or I have to make changes individually? |
Search for |
I have found all changes in |
|
ok and what about |
Oh yeah |
Created PR in #1377 for this issue. |
I have made the recommended changes. Please have a look into it. Thanks. |
Signed-off-by: Son Bui <sonbv00@gmail.com>
Signed-off-by: Son Bui <sonbv00@gmail.com>
Signed-off-by: Son Bui <sonbv00@gmail.com>
Describe the bug
The documentation and some tests uses
gw.ns(.svc.cluster.local)
for gateways.I think this is the correct format for istio gateways:
<gateway namespace>/<gateway name>
Like here:
flagger/test/istio/test-delegation.sh
Line 41 in 273b05f
re. https://istio.io/latest/docs/reference/config/networking/virtual-service/#VirtualService
Examples for the alternate syntax:
flagger/pkg/router/istio_test.go
Line 81 in e6c740d
flagger/docs/gitbook/faq.md
Lines 505 to 506 in 9c7db58
flagger/artifacts/examples/istio-canary.yaml
Lines 23 to 24 in e6c740d
The text was updated successfully, but these errors were encountered: