I am deploying knative serving in rancher when I t...
# general
g
I am deploying knative serving in rancher when I tried to install kourier networking layer it doesn't have a Load Balancer IP. I am using the following documentation https://knative.dev/docs/install/yaml-install/serving/install-serving-with-yaml/#install-a-networking-layerhttps://knative.dev/docs/install/yaml-install/serving/install-serving-with-yaml/#install-a-networking-layer I ran this command "kubectl --namespace kourier-system get service kourier" the EXTERNAL-IP shows <pending>. I checked the events by running the "kubectl describe svc kourier -n kourier-system but it shows nothing. Any insights? Thanks in advance
154 Views