Skip to content
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

Can't set knative correctly #15440

Open
sterziev88 opened this issue Aug 2, 2024 · 2 comments
Open

Can't set knative correctly #15440

sterziev88 opened this issue Aug 2, 2024 · 2 comments
Labels
kind/question Further information is requested triage/needs-user-input Issues which are waiting on a response from the reporter

Comments

@sterziev88
Copy link

Ask your question here:

Hello, how to use knative with already deployed istio with its own gw and vs. I want to use istio's gateway and virtual service which will forward traffic to knative service. But at the moment I am not able to set it correctly. Can someone helm me?

@sterziev88 sterziev88 added the kind/question Further information is requested label Aug 2, 2024
@skonto
Copy link
Contributor

skonto commented Sep 10, 2024

Hi @sterziev88 I am not sure about your setup, but one of the requirements is that you need to make sure that Knative Gateways (included in the released net-istio.yaml) are selecting the right ingressgateway pods. Also make sure that you don't have any policies that block traffic (just start with no policies in a test setup). Have you tested the installation first with a dedicated Istio setup (not shared one) to make sure its working? cc @ReToCode

@ReToCode
Copy link
Member

Without more insights in your set-up it's hard to say why it is not working. In general, you can use https://knative.dev/docs/install/installing-istio/#configuring-the-installation to configure Knative to use existing gateways. Just make sure that whatever you configure is compatible with the gateways we would deploy (see the link from Stavros and look for the Gateway resources).

@ReToCode ReToCode added the triage/needs-user-input Issues which are waiting on a response from the reporter label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Further information is requested triage/needs-user-input Issues which are waiting on a response from the reporter
Projects
None yet
Development

No branches or pull requests

3 participants