-
-
Notifications
You must be signed in to change notification settings - Fork 652
feat: Add Knative Service support to Reloader #969
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
base: master
Are you sure you want to change the base?
Changes from 4 commits
4052a48
752ed38
c9e31f2
4e3fa20
d0a85b4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,4 +16,5 @@ styles/ | |
| site/ | ||
| /mkdocs.yml | ||
| yq | ||
| bin | ||
| bin | ||
| test_config.py | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -83,21 +83,30 @@ rules: | |
| - delete | ||
| - list | ||
| - get | ||
| {{- if .Values.reloader.enableHA }} | ||
| - apiGroups: | ||
| - "coordination.k8s.io" | ||
| - "serving.knative.dev" | ||
| resources: | ||
| - leases | ||
| - services | ||
| verbs: | ||
| - create | ||
| - list | ||
| - get | ||
| - update | ||
| {{- end}} | ||
| - patch | ||
| - apiGroups: | ||
| - "" | ||
| resources: | ||
| - events | ||
| verbs: | ||
| - create | ||
| - patch | ||
| {{- if .Values.reloader.enableHA }} | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @yg1996 what is this change about?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rasheedamir This change isn't needed for Knative support specifically - it's just for better service reliability.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @rasheedamir Still waiting for approval
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @yg1996 thanks for the patience; team is pretty occupied and we will look into it asap |
||
| - apiGroups: | ||
| - "coordination.k8s.io" | ||
| resources: | ||
| - leases | ||
| verbs: | ||
| - create | ||
| - get | ||
| - update | ||
| {{- end}} | ||
| {{- end }} | ||
Uh oh!
There was an error while loading. Please reload this page.