Add migration docs for gateway-api gateways#263
Conversation
Signed-off-by: Nick Fox <nfox@redhat.com>
|
|
||
| 1. Label the `Gateway` resource to ensure injection from the new mesh is enabled (this differs between multitenancy and cluster-wide meshes), ensuring to add the `maistra.io/ignore` label as well as remove `istio-injection=enabled` if needed. For example: | ||
| ```bash | ||
| oc label gateways.gateway.networking.k8s.io istio-ingress -n ${APP_NAMESPACE} istio.io/rev=${ISTIO_REVISION} maistra.io/ignore="" |
There was a problem hiding this comment.
I was testing with maistra.io/ignore=true but otherwise LGTM
There was a problem hiding this comment.
Updated with maistra.io/ignore="true"
Signed-off-by: Nick Fox <nfox@redhat.com>
|
@nrfox: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/override ci/prow/lint |
|
@FilipB: Overrode contexts on behalf of FilipB: ci/prow/lint DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
What this PR does / why we need it:
Adds docs for migrating Gateway API Gateways
Which issue(s) this PR fixes:
Fixes #
Related Issue/PR #
Additional information: