Muneyuki Noguchi
9f19665eb6
Fix a static check failure in controller-manager
2019-08-31 03:01:02 +00:00
Han Kang
59db3ac27e
migrate controller-manager metrics to stability framework
2019-08-28 12:26:57 -07:00
David Eads
f589c1213c
add cache-control headers to kube-apiserver
2019-08-26 13:00:31 -04:00
Han Kang
2e23788fda
rename healthz methodNames to be more consistent w/ present day usages
2019-08-13 12:52:30 -07:00
Àbéjídé Àyodélé
a591a838e5
Clean up controller-manager.
...
These are based on recommendation from
[staticcheck](http://staticcheck.io/ ).
2019-05-10 00:43:46 +00:00
stewart-yu
ecbd5427e7
auto-generated file
2019-03-02 12:55:26 +08:00
stewart-yu
fc54de589f
fix all the reference about the API packages change
2019-03-02 12:54:33 +08:00
Mike Danese
47043bcac1
enforce that cloud providers are only linked in main or app packages
2019-02-22 11:56:39 -08:00
Marek Counts
160ed26c20
autogen files to support new project structure.
2019-02-15 10:29:31 -05:00
Marek Counts
7744f90830
Moved flag and globalflag
...
Moved all flag code from `staging/src/k8s.io/apiserver/pkg/util/[flag|globalflag]` to `component-base/cli/[flag|globalflag]` except for the term function because of unwanted dependencies.
2019-02-15 10:28:13 -05:00
Roy Lenferink
b43c04452f
Updated OWNERS files to include link to docs
2019-02-04 22:33:12 +01:00
stewart-yu
a84d33193f
auto-generated file
2019-01-16 16:07:21 +08:00
stewart-yu
5b43a24318
get rid of copied fields in the options and using wraped componentconfig fields
2019-01-16 16:07:16 +08:00
stewart-yu
3820f7400f
auto-generated file
2019-01-15 09:14:09 +08:00
stewart-yu
72729db87f
refactor code logic for cloud-controller manager
2019-01-15 09:14:09 +08:00
stewart-yu
bbd992df13
add --controller flag for cloud-controller manager
2019-01-15 09:09:00 +08:00
Lucas Käldström
1edd2723f8
autogenerated files
2019-01-06 15:48:53 +02:00
Lucas Käldström
0140c82c16
Updated references from k8s.io/{apiserver,apimachinery} to the new k8s.io/component-base repo. Co-authored-by @Klaven
2019-01-06 14:01:26 +02:00
stewart-yu
0fa23716f0
add myself to cmd/[kube-]controller-manager OWNERS
2018-12-23 12:43:32 +08:00
Jay Lim
97f9c6afe7
auto-generated file
2018-11-21 17:39:15 +08:00
stewart-yu
f5836c865b
add --cloud-provider-gce-lb-src-cidrs for *-controller-manager, and add test
2018-11-21 17:39:15 +08:00
Walter Fender
9c43ee6d6e
Report KCM as unhealthy if leader election is wedged.
...
Feedback from lavalamp and deads2k.
Changed Check() logic to be central to LeaderElector.
Further changes, especially cleaning up the test code.
2018-11-14 16:57:37 -08:00
Davanum Srinivas
954996e231
Move from glog to klog
...
- Move from the old github.com/golang/glog to k8s.io/klog
- klog as explicit InitFlags() so we add them as necessary
- we update the other repositories that we vendor that made a similar
change from glog to klog
* github.com/kubernetes/repo-infra
* k8s.io/gengo/
* k8s.io/kube-openapi/
* github.com/google/cadvisor
- Entirely remove all references to glog
- Fix some tests by explicit InitFlags in their init() methods
Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135
2018-11-10 07:50:31 -05:00
Mike Danese
21fd8f2041
tokenreview: add APIAudiences config to generic API server and augment context
2018-10-09 22:47:10 -07:00
stewart-yu
cef2ab756c
[kube-controller-manager] auto-generated file
2018-09-04 19:40:10 +08:00
stewart-yu
6a90b7f780
[kube-controller-manager] fix some reference from cmd/*-controller-manager about kubeControllerManagerConfiguration
2018-09-04 19:40:00 +08:00
Lucas Käldström
b17d7bf9b3
autogenerated
2018-09-02 14:11:11 +03:00
Lucas Käldström
8aaa527d35
Fixup cmd/*controller-manager code after struct changes. Co-authored by @stewart-yu
2018-09-02 14:10:46 +03:00
Dr. Stefan Schimanski
8aa0eefce8
kube-controller-manager: disable authn/z on insecure port
...
This is the old behaviour and we did not intent to change it due to enabled authn/z in general.
As the kube-apiserver this sets the "system:unsecured" user info.
2018-08-30 20:17:29 +02:00
Nikhita Raghunath
6e47ba1fde
Add sig/api-machinery label to apimachinery OWNERS files
2018-08-20 18:46:47 +05:30
Dr. Stefan Schimanski
c2724793e8
Update bazel
2018-08-17 08:57:21 +02:00
Dr. Stefan Schimanski
1d9a896066
apiserver: move controller-manager's insecure config into apiserver
2018-08-17 08:56:46 +02:00
Lucas Käldström
db855a2b2d
autogenerated
2018-08-14 19:02:18 +03:00
Lucas Käldström
4bef926218
Remove references to the config structs that have moved to their own shared packages
2018-08-14 19:02:06 +03:00
David Eads
fb7d137ea2
add debug handler capability for individual controllers
2018-07-26 13:24:36 -04:00
Dr. Stefan Schimanski
13f6db1d01
controller-manager: allow high ports in secure serving validation
2018-07-05 15:01:19 +02:00
Kubernetes Submit Queue
67e7d4c68f
Merge pull request #65399 from stewart-yu/stewart-cloudcontroller-manager-reviewer
...
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
add myself to cmd/[cloud-]controller-manage reviewer
**What this PR does / why we need it**:
add myself to `cmd/cloud-controller-manage` reviewer
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #
**Special notes for your reviewer**:
**Release note**:
```release-note
NONE
```
2018-06-25 03:43:19 -07:00
stewart-yu
92b8fd5dbd
add myself to cmd/[cloud-]controller-manage reviewer
2018-06-23 12:46:50 +08:00
Jeff Grafton
23ceebac22
Run hack/update-bazel.sh
2018-06-22 16:22:57 -07:00
stewart-yu
440a616644
auto-generated file
2018-06-19 17:58:48 +08:00
stewart-yu
4f06f9906f
move some option struct from controller manager to kube-controller manager
2018-06-19 17:58:48 +08:00
Jordan Liggitt
dd5dccc740
Move service account key file arg to the service-account controller options
2018-06-18 09:51:10 -04:00
stewart-yu
3d20f1a99c
auto generated file
2018-05-18 10:23:38 +08:00
stewart-yu
f21475ac95
modify kube-controller manager config struct to adapt option change
2018-05-18 10:23:38 +08:00
stewart-yu
bbb48fd068
[kube-controller manager]get rid of GenericControllerManagerOptions sub-struct
2018-05-18 10:23:38 +08:00
stewart-yu
2a8d258f66
[cloud-controller manager]get rid of GenericControllerManagerOptions sub-struct
2018-05-18 10:23:38 +08:00
Dr. Stefan Schimanski
a3a52a8cf7
Revert "Revert "scheduler: align with ctrl-managers and apiservers, add https+auth in options""
...
This reverts commit 7b93d81a97
.
2018-05-15 13:09:55 +02:00
Wojciech Tyczynski
7b93d81a97
Revert "scheduler: align with ctrl-managers and apiservers, add https+auth in options"
2018-05-03 21:05:00 +02:00
Dr. Stefan Schimanski
abc8c98e35
scheduler: align plumbing with controller-manager and apiservers
2018-04-28 22:36:13 +02:00
Dr. Stefan Schimanski
85099ba4c2
controller-manager: unify address flag description to listen on all interfaces
2018-04-28 22:36:13 +02:00