Replies: 1 comment 1 reply
-
The Nginx instance included in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
we are planning to upgrade to version 2.10.0. We are currently on version 2.8.1 and using Nginx-ingress (https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/) as the gateway and we included it as a subchart dependency. I have been following the documentation and trying to install linkerd 2.10.0 and it seems like linkerd-multicluster includes nginx ingress gateway as an extension. I am trying to now move away from the dependency chart to this extension, however, upon testing, some things are not working as expected, for example, exposing a service using the Gateway resource.
Here's the steps I am following:
error message:
curl: (28) Failed to connect to 20.69.135.223 port 443: Connection timed out
I was previously able to get a successful response when I used the nginx-ingress chart directly as a dependency instead of the built-in gateway provided by linkerd-multicluster. Is there anything I am missing here?
Beta Was this translation helpful? Give feedback.
All reactions