cici37
895a0a8d5e
Adding config extension to CCM.
2020-11-06 02:42:44 -08:00
cici37
9465d95ea6
Move CCM to staging k8s.io/cloud-provider
2020-10-29 20:50:23 -07:00
Jordan Liggitt
1420b377e4
Add providerless tags
2020-07-30 13:48:40 -04:00
cici37
cff8562c18
Import cloud provider from k8s.io/legacy-cloud-provider
2020-07-07 11:43:27 -07:00
Han Kang
866ea74326
remove pkg/version and some of redundant copies of it
...
Change-Id: Ia58367c1b1274bfb49c8a4784051463abaf795de
2019-09-16 16:24:35 -07:00
Han Kang
59db3ac27e
migrate controller-manager metrics to stability framework
2019-08-28 12:26:57 -07:00
Odin Ugedal
7caf51daa4
Remove duplicate error messages from cli commands
...
Since we never use the cobras "SilenceErrors" or "SilenceUsage",
a command executed with "cmd.Execute()" will never return an error
without printing it.
The current behavior results in all error messages being printed twice:
Example:
$ kubectl abc
Error: unknown command "abc" for "kubectl"
Run 'kubectl --help' for usage.
unknown command "abc" for "kubectl"
This applies to all cli commands using Cobra. To verify, follow the code
path of the Execute function:
https://github.com/spf13/cobra/blob/c439c4fa0937/command.go#L793
Signed-off-by: Odin Ugedal <odin@ugedal.com>
2019-06-27 21:55:14 +02:00
Marek Counts
ba81a5409a
move logs into component-base
...
all the code changes to move move /apiserver/pkg/util/logs into /component-base/logs
2019-01-17 09:16:21 -05:00
Walter Fender
f192657380
Add gauge metric for master of leader election.
...
Fixes #71730
0 indicates standby, 1 indicates master, label indicates which lease.
Tweaked name and documentation
Factored in Mike Danese feedback.
Removed dependency on prometheus from client-go using adapter.
Centralized adapter import.
Fixed godeps
Fixed boilerplate.
Put in fixes for caesarxuchao
2018-12-27 09:40:33 -08:00
Jay Lim
10dd5d6631
*-controller-manager: fix missing global flags for --help
2018-11-21 17:39:14 +08:00
Mikhail Mazurskiy
3a243090a5
Simplify random seed initialization
...
There is no need to set the time zone as the result does not
depend on it
2018-10-11 21:01:15 +11:00
David Eads
d7ddcca231
low hanging fruit for using cobra commands
2018-01-17 13:43:43 -05:00
Cole Mickens
91dc0ca339
hyperkube: add cloud-controller-manager
2017-11-10 14:28:58 -08:00
Cole Mickens
976cf098dd
ccm: move all argument handling to server
2017-11-10 14:28:58 -08:00
Andrew Pryde
cb4c822e82
All cloud-providers not required out-of-tree
...
Note that importing all cloud-providers is not required when
implementing an out-of-tree cloud-provider.
2017-09-27 15:31:15 +01:00
wackxu
2070aa6b1f
remove unless healthz.DefaultHealthz() in controller-manager
2017-09-13 16:40:14 +08:00
devinyan
96c6bc5d91
modify an little gammer error.
2017-08-25 23:16:05 +08:00
Robert Rati
926f070719
Make ClusterID required for AWS. #48954
2017-08-07 15:47:00 -04:00
Sidhartha Mani
8666eaac53
bug fix #45156 . Make cloud-provider flag mandatory
2017-05-05 16:51:49 -07:00
deads2k
78d8a8efa8
copy pkg/util/logs to apiserver
2017-02-13 12:07:15 -05:00
Dr. Stefan Schimanski
82826ec273
pkg/util/flag: move to k8s.io/apiserver
2017-01-24 20:56:03 +01:00
Dr. Stefan Schimanski
3d9449a353
genericapiserver: fix imports
2017-01-19 13:06:47 +01:00
deads2k
4d7fcae85a
mechanicals
2017-01-05 11:14:27 -05:00
wlan0
75da310757
sanitize names and add more comments, and other essential boilerplate changes
2016-12-22 14:37:15 -08:00
wlan0
1e48fd18cb
add cloud-controller-manager as the first step in breaking controller-manager
2016-12-22 14:37:15 -08:00