Walter Fender
66284b220b
Adds staging directory for controller-manager code
...
* Creates staging directory for common controller-manager code
* Adds the following initial files to this directory:
* .github/PULL_REQUEST_TEMPLATE.md
* code-of-conduct.md
* LICENSE
* OWNERS
* README.md
* SECURITY_CONTACTS
* Code committed to the controller-manager staging directory will be published to: https://github.com/kubernetes/controller-manager
Initial approval deads2k (sig-api-machinery chair)
The config we would expect any controller manager to need to connect to the API server, set up metrics endpoints, create per-controller-loop API clients, and spin up the individual loops could make sense under a k8s.io/controller-manager package.
Then cmd/kube-controller-manager could continue to contain the weirdnesses specific to kube-controller-manager.
This is similar to the way we split out recommended API server setup into k8s.io/apiserver and tried to limit kube-apiserver oddities to cmd/kube-apiserver and pkg/kubeapiserver
Removed extraneous release reference. Ran update-vendor.
Fixed Readme.
Added a doc.go to staging/controller-manager
Fix package to not have dash.
```
NONE
```
/kind cleanup
/sig api-machinery
/area kube-controller-manager
/area cloud-controller-manager
2020-05-27 17:30:36 -07:00
Kubernetes Prow Robot
d680e053f1
Merge pull request #91409 from johscheuer/update-api-server-flag-help
...
Update kube-apiserver flag comments
2020-05-27 13:11:52 -07:00
Kubernetes Prow Robot
789917b508
Merge pull request #91401 from iobuf/fix-kubectl
...
[kubectl/pkg/cmd/rollout]: fix typo & tidy imports
2020-05-27 13:11:38 -07:00
Kubernetes Prow Robot
7c3f7065db
Merge pull request #91113 from soltysh/create_deployment
...
Refactor create deployment and add --port flag
2020-05-26 23:24:54 -07:00
Kubernetes Prow Robot
5e8a7477ee
Merge pull request #91403 from colin404/fix
...
fix the wrong function description
2020-05-26 21:08:53 -07:00
Kubernetes Prow Robot
7134718c5a
Merge pull request #91392 from prameshj/getlb
...
Check for GCE finalizer in GetLoadBalancer.
2020-05-26 21:08:40 -07:00
Kubernetes Prow Robot
aba339c63a
Merge pull request #91196 from andyzhangx/azuredisk-migration-topology
...
fix: topology translation issue in azure disk storage class migration
2020-05-26 19:12:55 -07:00
Kubernetes Prow Robot
03cd30b9d7
Merge pull request #90494 from knabben/kubelet-provider
...
Migrating Kubelet --enable-server and --provider-id flags to config
2020-05-26 19:12:42 -07:00
Kubernetes Prow Robot
b9405f778c
Merge pull request #91273 from mrunalp/cri_errors
...
cri-api: Introduce errors package for the CRI
2020-05-26 16:48:43 -07:00
Pavithra Ramesh
7b3e25dc25
Check for GCE finalizer in GetLoadBalancer.
...
This is a more accurate check that looking for the forwarding rule, which could be
deleted if delete flow was partially complete and abrupted by an upgrade, or if deleted
by user manually.
Added unit test.
Addressed review comments.
2020-05-26 16:34:02 -07:00
Kubernetes Prow Robot
a79c711191
Merge pull request #91417 from wojtek-t/fix_watch_race
...
Fix the bug of watches being accepted instead of returning "too old resource version" in watchcache
2020-05-26 13:38:11 -07:00
Kubernetes Prow Robot
cd16abab5d
Merge pull request #91324 from serathius/owners
...
Add OWNERS file to component-base/logs
2020-05-26 13:37:52 -07:00
Hongcai Ren
0459c2afab
cleanup misleading errors in openAPI tesing ( #91321 )
...
* cleanup misleading errors in openAPI tesing
* make sure test case would fail
2020-05-26 13:37:42 -07:00
Kubernetes Prow Robot
8c2474f1a1
Merge pull request #90638 from tsmetana/vsphere-provision-pv-race
...
VSphere cloud provider: Fix race in disk provisioning
2020-05-26 13:37:09 -07:00
Kubernetes Prow Robot
81e96bf6fc
Merge pull request #90296 from mandelsoft/master
...
go-to-protobuf: fix rewrite of embedded struct fields
2020-05-26 13:36:55 -07:00
Kubernetes Prow Robot
45a230aecc
Merge pull request #89683 from yuzhiquan/feature-implement-logging-format-flag
...
Implement logging format flag at component-base
2020-05-26 13:36:41 -07:00
Kubernetes Prow Robot
d9f09b98bb
Merge pull request #90609 from tariq1890/replicaset_typo
...
s/RelicaSets/ReplicaSets
2020-05-26 12:08:10 -07:00
Maciej Szulik
ed1a0e9456
Refactor create deployment and add --port flag
2020-05-26 17:33:28 +02:00
wojtekt
ef1e5b6d3a
Watch should return "too old RV" if it can't serve it.
2020-05-26 17:01:08 +02:00
Kubernetes Prow Robot
3a95b1130a
Merge pull request #91439 from weijiehu/azureretry
...
Improves unittest CC for azure_error and azure_retry
2020-05-26 07:33:13 -07:00
Kubernetes Prow Robot
f097cee156
Merge pull request #90960 from zhouya0/fix_kubectl_create_secret_docker_registry
...
Fix kubectl create secret docker-registry --from-file
2020-05-26 05:39:12 -07:00
Maciej Szulik
9e7ca872b4
Set schedule and image flags required for create cronjob
2020-05-26 12:36:47 +02:00
Kubernetes Prow Robot
a82d71c376
Merge pull request #91199 from aubm/refactor-kubectl-create-deploy-isolate-create-logic
...
Refactor kubectl create deploy: isolate obj construction logic
2020-05-26 02:27:12 -07:00
weijiehu
a3069432ce
Improves unittest CC for azure_error and azure_retry
2020-05-26 00:31:10 -07:00
Kubernetes Prow Robot
b07d99dd35
Merge pull request #91310 from tkashem/reset-pf-metrics
...
Reset flowcontrol metrics on a DELETE /metrics
2020-05-25 23:29:11 -07:00
Marwan Ahmed
524a7f2ef0
add method for async deletion in vmss client without waiting on future
2020-05-25 13:35:22 -07:00
Kubernetes Prow Robot
2f38e1b130
Merge pull request #91142 from cofyc/fix91139
...
Add versioned counterparts for VolumeBindingArgs
2020-05-25 09:03:12 -07:00
Johannes M. Scheuermann
bd42094d90
Update kube-apiserver flag comments
2020-05-25 15:43:56 +02:00
Kubernetes Prow Robot
d66bbd8728
Merge pull request #86477 from RainbowMango/pr_introduce_promlint
...
Introduce promlint to guarantee metrics follow Prometheus best practices
2020-05-25 03:53:12 -07:00
Lingfei Kong
fa73cacc5d
fix the wrong function description
2020-05-25 15:04:01 +08:00
Kubernetes Prow Robot
1d365a8cad
Merge pull request #91188 from v-xuxin/enrich-unit-test
...
Azure: Enrich the unit tests for vmclient,vmssclient and vmssvmclient
2020-05-24 23:15:11 -07:00
Kubernetes Prow Robot
0e37bcce2c
Merge pull request #88385 from tallclair/node-reviews
...
Remove tallclair from some OWNERS files
2020-05-24 20:23:11 -07:00
v-xuxin
01e0680601
Enrich the unit tests for vmclient,vmssclient and vmssvmclient
2020-05-25 02:14:01 +00:00
Zhou Peng
ef1deb8b40
[kubectl/pkg/cmd/rollout]: fix typo & tidy imports
...
Signed-off-by: Zhou Peng <p@ctriple.cn>
2020-05-25 09:37:18 +08:00
Jordan Liggitt
6249f287e1
Revert "Rely on default watch cache capacity and ignore its requested size"
...
This reverts PR 91260
2020-05-23 09:21:22 -04:00
Kubernetes Prow Robot
1700acb035
Merge pull request #91260 from wojtek-t/dont_use_watchcache_capacity
...
Rely on default watch cache capacity and ignore its requested size
2020-05-22 08:06:37 -07:00
andyzhangx
e7696d48db
fix: fix topology issue in azure disk sc migration
...
fix golint
fix gofmt
add more tests
2020-05-22 13:14:45 +00:00
Uwe Krueger
52063cab17
add docu + fix copyright year
2020-05-22 09:20:56 +02:00
Yecheng Fu
8bbbe62fbd
Add versioned counterparts for VolumeBindingArgs: auto-generted files
2020-05-22 09:30:53 +08:00
Yecheng Fu
0a3d55f2e0
Add versioned counterparts for VolumeBindingArgs
2020-05-22 09:30:52 +08:00
Kubernetes Prow Robot
60559bc919
Merge pull request #91197 from weijiehu/azurestorageaccountclient
...
Improves unittest CC for azure_storageaccountclient
2020-05-21 15:58:37 -07:00
Mrunal Patel
ba90b40cd6
cri-api: Introduce errors package for the CRI
...
We start by adding a helper function for IsNotFound errors.
The expectation is that CRI implementations return
the grcp not found status code for situations where
they can't find a container or a pod. This is the lowest
hanging fruit to start improving the kubelet to detect
such conditions and react better.
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
2020-05-21 06:24:04 -07:00
Marek Siarkowicz
7a1b913e5c
Add OWNERS file to component-base/logs
2020-05-21 10:40:49 +02:00
Kubernetes Prow Robot
590f1a46ee
Merge pull request #91093 from andyzhangx/azurefile-annotation
...
fix: azure file migration support on annotation behavior change
2020-05-20 19:41:01 -07:00
Kubernetes Prow Robot
12088aa76d
Merge pull request #90649 from cici37/leaderelectionconfig
...
Moving leaderelectionconfig to k8s.io/component-base
2020-05-20 19:40:47 -07:00
Kubernetes Prow Robot
97145d685c
Merge pull request #91077 from brianpursley/kubectl-501-2
...
Changed kubectl config set-cluster and set-credentials to support process substitution for filenames
2020-05-20 16:45:25 -07:00
Kubernetes Prow Robot
c2ffe49fa6
Merge pull request #90894 from gongguan/cloud-instance
...
Implement InstanceMetadataByProviderID
2020-05-20 16:45:01 -07:00
Abu Kashem
01c5818b63
Reset flow control metrics on /metrcis DELETE
2020-05-20 17:25:05 -04:00
Davanum Srinivas
0608e8be25
update bazel BUILD files
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-20 10:57:47 -04:00
Davanum Srinivas
5692926914
Move packages for slightly better UX for consumers
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-05-20 10:57:46 -04:00