-
Notifications
You must be signed in to change notification settings - Fork 52
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
Polish documents and introduce webhook health checker #52
Conversation
* fix bug in the configmap controller * add webhook healthychecker * fix issue in the doc
0.5.0 is on the release vote. @hanahmily Is this good enough for 0.6.0? |
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.
Since you introduced the webhook health checker, we had a chance to remove the webhook server validation step in E2E cases.
yep, we could move this to 0.6.0 |
@hanahmily There is a |
pushed by mistake, have deleted it. |
@dashanji Could you update |
ok, thanks a lot. |
updated it. |
@@ -39,9 +39,6 @@ setup: | |||
- namespace: skywalking-swck-system | |||
resource: pod | |||
for: condition=Ready | |||
- name: wait webhook installing | |||
command: | | |||
bash hack/wait-webhook.sh |
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 we remove wait-webhook.sh
? Is it referred to some place else?
yep, I have removed it in the last commit. |
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.
LGTM
The PR is to do 3 things: