How to enable ingress with Istio? #2901
Replies: 3 comments
-
|
nvm...it only creates an |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Did you solve deploying ArgoCD using Gateway API? @davidshen84 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
No, I wanted to use istio directly. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
I found an ingress value for the argocd-server deployment in the helm chart. If I want to enable ingress control to the argocd server, is it the right place to start with?
I have a k3s running in my WSL 2 on my Windows. I have Istio installed. I also manually configured istio gateway and virtual-service to provide ingress gateway to my argocd server. But I want to use one chart to install all the configuration, so I wonder if the
ingresssection is the right place.I update that section to this:
After applied the updates, I found an
Ingressresource is created in myargocdnamespace. But I cannot connect to my argocd server usinghttp://wsl.local/argo. The connection is simply refused.Also, based on my understanding, we also need a
gatewayand ahttprouteresource for the k8s gateway API to work, but I could not find them. I wonder if I have missed some configurations. I also cannot find any guideline or documentation about thisingresssection.Thanks
Beta Was this translation helpful? Give feedback.
All reactions