-
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
Replace service.yaml with the correct contents #1378
Replace service.yaml with the correct contents #1378
Conversation
Hi @houshengbo. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @gyliu513 @carieshmarie |
@@ -10,6 +10,10 @@ webhook. | |||
and a Docker Hub account configured (we'll use it for a container registry). | |||
- An account on [GitHub](https://github.com) with read/write access to a | |||
repository. | |||
- A public domain name available over the internet for your service to run this | |||
example, if you use the repository in github.com to send a payload to your | |||
webhook service. Check the guidance on how to get one for your service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you help add a link to the guidance
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Each cloud provider should have its own guidance. I have not investigated all of them. It should be the user's duty to search for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sense, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Step 6 further down actually points to the doc about configuring a custom domain and assigning a static IP to it. I think we should bring that information to the sentence that you just added.
/ok-to-test |
@@ -10,6 +10,10 @@ webhook. | |||
and a Docker Hub account configured (we'll use it for a container registry). | |||
- An account on [GitHub](https://github.com) with read/write access to a | |||
repository. | |||
- A public domain name available over the internet for your service to run this | |||
example, if you use the repository in github.com to send a payload to your |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/github.com/GitHub
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -10,6 +10,10 @@ webhook. | |||
and a Docker Hub account configured (we'll use it for a container registry). | |||
- An account on [GitHub](https://github.com) with read/write access to a | |||
repository. | |||
- A public domain name available over the internet for your service to run this | |||
example, if you use the repository in github.com to send a payload to your | |||
webhook service. Check the guidance on how to get one for your service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sense, thanks.
/lgtm |
/assign @carieshmarie @sebgoa |
I did a quick edit to make clear that owning a domain is a prereq and also fixed some steps, links, and PR #1202 PTAL to ensure technical accuracy and then I can approve/merge |
- You must ensure that your Knative cluster uses a static IP address: | ||
- For Google Kubernetes Engine, see | ||
[assigning a static IP address](../../gke-assigning-static-ip-address.md). | ||
- For other cloud provider, refer to your provider's documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- For other cloud provider, refer to your provider's documentation. | |
- For other cloud providers, refer to your provider's documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Co-Authored-By: RichieEscarez <rescarez@google.com>
Co-Authored-By: RichieEscarez <rescarez@google.com>
/lgtm Thanks @houshengbo |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: houshengbo, samodell The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Replace service.yaml with the correct contents * edit for clarity, domain as req., PR knative#1202 * Update docs/serving/samples/gitwebhook-go/README.md Co-Authored-By: RichieEscarez <rescarez@google.com> * Apply suggestions from code review Co-Authored-By: RichieEscarez <rescarez@google.com>
Fixes #1312
Proposed Changes