-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bump CAPI to v1.5.1 #145
Bump CAPI to v1.5.1 #145
Conversation
Codecov Report
@@ Coverage Diff @@
## master #145 +/- ##
==========================================
+ Coverage 55.83% 55.97% +0.14%
==========================================
Files 16 16
Lines 2735 2744 +9
==========================================
+ Hits 1527 1536 +9
Misses 1073 1073
Partials 135 135
|
@@ -18,7 +18,6 @@ spec: | |||
containers: | |||
- args: | |||
- --leader-elect | |||
- --logtostderr |
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.
这个--logtostderr参数不需要了?
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.
main.go
Outdated
"max-concurrent-vm-creations", | ||
config.MaxConcurrentVMCreations, | ||
|
||
fs.IntVar(&elfClusterConcurrency, "elfcluster-concurrency", 10, |
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.
elfcluster-concurrency => max-elfcluster-concurrent-reconciles
main.go
Outdated
fs.IntVar(&elfClusterConcurrency, "elfcluster-concurrency", 10, | ||
"Number of ELF clusters to process simultaneously") | ||
|
||
fs.IntVar(&elfMachineConcurrency, "elfmachine-concurrency", 10, |
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.
elfmachine-concurrency => max-elfmachine-concurrent-reconciles
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.
nice
Docs: