-
Notifications
You must be signed in to change notification settings - Fork 102
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
deploy CRC with leader election #649
Conversation
/cc @MartinWeindel |
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.
Just some nits, thanks for the PR 🙂
@@ -11,4 +11,4 @@ rules: | |||
verbs: | |||
- get | |||
- list | |||
- watch | |||
- watch |
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 revert this change? I assume it happened by accident.
name: extensions.gardener.cloud:provider-aws:aws-custom-route-controller | ||
namespace: kube-system | ||
rules: | ||
- apiGroups: |
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.
- apiGroups: | |
- apiGroups: |
Nit: Use same indentation as in other files
resources: | ||
- leases | ||
verbs: | ||
- create |
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.
Nit: Add newline.
- kind: ServiceAccount | ||
name: aws-custom-route-controller | ||
namespace: kube-system |
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.
- kind: ServiceAccount | |
name: aws-custom-route-controller | |
namespace: kube-system | |
- kind: ServiceAccount | |
name: aws-custom-route-controller | |
namespace: kube-system |
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
/unhold CRC release has already been merged |
How to categorize this PR?
/area control-plane
/kind enhancement
/platform aws
What this PR does / why we need it:
Deploy CRC with leader election. Depends on CRC releasing after gardener/aws-custom-route-controller#3
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: