-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
host url is zero in helloworld-go #297
Comments
I use azure and the installation is very successful. |
@ab-sin-the, off on a tangent here... When you say you used Azure, did you use AKS? I work on the AKS team and we're currently trying to pin down some issues with Knative on Azure. See knative/serving#1730. I'd love if you wanted to hop over to that thread or Azure/AKS#561 and share any observations. |
I got same issues, I run this command : result : I use Google Kubernetes Engine |
The same happens to me with the latest GKE Kubernetes version:
|
I was experiencing the same issue but it turns out the domain issue is with kubectl version. I had kubectl version 1.8.0 installed and the command
would fail due to the fact that kubectl was returning the kubernets service rather than the knative service. Upgrading to kubectl version 1.13 fixes the issue. On both versions getting the domain name from the route resource always worked.
|
Expected Behavior
host url should not be none after
export HOST_URL=$(kubectl get services.serving.knative.dev helloworld-go -o jsonpath='{.status.domain}')
Actual Behavior
host url is zero
Additional Info
follow the steps in https://github.com/knative/docs/blob/master/install/getting-started-knative-app.md
The text was updated successfully, but these errors were encountered: