forked from serverless/serverless-knative
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the real Knative Service URL instead of assuming example.com
This plumbs through the Knative Service URLs returned from serverless-components/knative-serving#2 into the CLI. This change depends on that serverless-components/knative-serving one to get merged first and the version bumped in package.json to provide the new Knative Service URLs. This fixes serverless#3. It partially addresses serverless#2 as well, but the actual function invocation logic still tries the Istio IP if one is found. If not, it falls back to directly using the Knative Service URL given.
- Loading branch information
Showing
2 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters