Brian Pursley
88885b6776
Avoid creating more delete collection workers than items to delete
2020-05-29 08:57:03 -04:00
RainbowMango
d1a8832939
Fix a wrong usage of recover in apiserver.
2020-05-29 17:03:43 +08:00
RainbowMango
4a4d1947b0
fix a client-go crash handler not working issue.
2020-05-29 16:55:12 +08:00
Kubernetes Prow Robot
83f343011f
Merge pull request #91308 from julianvmodesto/remove-deprecated-server-dry-run-flag
...
Remove deprecated --server-dry-run from kubectl apply
2020-05-29 01:05:35 -07:00
Han Kang
6c588c3f44
fix a number of unbounded dimensions in request metrics ( #89451 )
...
* fix a number of unbounded dimensions in request metrics
* add test suite for cleanVerb and cleanContentType
* Properly validate that the content-type and charset (if applicable) are RFC compliant
* add additional test case
* truncate list of content-types
Change-Id: Ia5fe0d2e2c602e4def4b8e0849cc19f3f9251818
2020-05-29 01:05:15 -07:00
zhouya0
b6213ed931
Support kubectl create deployment with replicas
2020-05-29 14:52:07 +08:00
Kubernetes Prow Robot
472a4e9ce2
Merge pull request #91448 from RainbowMango/pr_fix_metric_naming
...
update metrics to conform promlint
2020-05-28 16:38:02 -07:00
Kubernetes Prow Robot
2a6d25d0f2
Merge pull request #90696 from brianpursley/IssueTemplate
...
Added issue templates for kubectl
2020-05-28 16:37:44 -07:00
Jordan Liggitt
7049149181
Generated files
2020-05-28 16:53:23 -04:00
Kubernetes Prow Robot
c682b313d9
Merge pull request #91420 from pancernik/scheduler-config-v1beta1
...
Promote kubescheduler.config.k8s.io to v1betav1
2020-05-28 12:24:39 -07:00
Kubernetes Prow Robot
74b857cb0e
Merge pull request #90943 from foobarfran/feature-aws-lb-node-targeting
...
feat: use annotation to filter AWS LB target nodes
2020-05-28 12:24:25 -07:00
Kubernetes Prow Robot
fb9e1946b0
Merge pull request #91481 from zhouya0/fix_create_deployment_port_not_working
...
Fix create deployment port not working
2020-05-28 10:24:17 -07:00
Jordan Liggitt
add5770e2d
Update API compatibility fixtures
...
compatibility.go:302: json differs
compatibility.go:303: strings.Join({
... // 61 identical lines
" {",
` "type": "o,c鮽ort昍řČ扷5Ɨ",`,
+ ` "status": "ěĂ凗蓏Ŋ蛊ĉy緅縕",`,
` "reason": "25",`,
` "message": "26",`,
- ` "lastUpdateTime": "2901-11-14T22:54:07Z"`,
+ ` "lastUpdateTime": "1985-03-23T14:10:57Z",`,
+ ` "lastTransitionTime": "2352-05-22T04:29:36Z"`,
" }",
" ],",
- ` "certificate": "9Q=="`,
+ ` "certificate": "cw=="`,
" }",
"}",
}, "\n")
compatibility.go:308: yaml differs
compatibility.go:309: strings.Join({
... // 42 identical lines
` username: "20"`,
"status:",
- " certificate: 9Q==",
+ " certificate: cw==",
" conditions:",
- ` - lastUpdateTime: "2901-11-14T22:54:07Z"`,
+ ` - lastTransitionTime: "2352-05-22T04:29:36Z"`,
+ ` lastUpdateTime: "1985-03-23T14:10:57Z"`,
` message: "26"`,
` reason: "25"`,
+ " status: ěĂ凗蓏Ŋ蛊ĉy緅縕",
" type: o,c鮽ort昍řČ扷5Ɨ",
"",
}, "\n")
compatibility.go:314: proto differs
compatibility.go:316: strings.Join({
... // 62 identical lines
` 3: "26"`,
" 4 {",
- " 1: 29407013647",
+ " 1: 480435057",
" 2: 0",
" }",
+ " 5 {",
+ " 1: 12066985776",
+ " 2: 0",
+ " }",
+ ` 6: "\304\233\304\202\345\207\227\350\223\217\305\212\350\233\212\304\211y\347\267\205\347\270\225"`,
" }",
- ` 2: "\365"`,
+ ` 2: "s"`,
" }",
"}",
... // 3 identical lines
}, "\n")
2020-05-28 12:20:40 -04:00
Jordan Liggitt
94fd1d76ca
Switch issued check to inspect certificate length
2020-05-28 12:20:40 -04:00
Jordan Liggitt
184b3f81ad
Stop waiting for failed CSRs
2020-05-28 12:20:40 -04:00
Jordan Liggitt
6b61cb2907
Print and describe failed CSRs
2020-05-28 12:20:40 -04:00
Jordan Liggitt
9f49d98ccd
Add conditions status field
2020-05-28 12:20:39 -04:00
Andrew Sy Kim
ed3feac74d
only log cloud provider deprecation warning for in-tree components
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2020-05-28 11:55:56 -04:00
Kubernetes Prow Robot
56ad0cefbd
Merge pull request #91508 from vareti/typo-fix
...
Fix the description for Namespace field in ObjectMeta Structure
2020-05-28 06:28:02 -07:00
Kubernetes Prow Robot
8b3c00c661
Merge pull request #89799 from julianvmodesto/patcher
...
Make kubectl client-side apply with server-side dry-run safer
2020-05-27 20:50:02 -07:00
Gaurav Singh
793dd7fc99
Change Fprint to Fprintf
...
Signed-off-by: Gaurav Singh <gaurav1086@gmail.com >
2020-05-27 22:41:16 -04:00
Gaurav Singh
353140a67a
[Provider/Azure] remove extra Sprintf
2020-05-27 22:38:29 -04:00
weijiehu
f11ad05f6f
Improves unittest CC for azure_config
2020-05-27 19:25:43 -07:00
Gaurav Singh
6cc75ee720
apiserver: remove duplicate imports
...
Signed-off-by: Gaurav Singh <gaurav1086@gmail.com >
2020-05-27 22:17:18 -04:00
Kubernetes Prow Robot
5fc4f4d548
Merge pull request #90469 from uthark/oatamanenko/describe-node-leases
...
Ignore forbidden error for leases when describing node
2020-05-27 17:56:02 -07:00
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
Brian Pursley
482646af2a
Added issue templates for kubectl
2020-05-27 20:00:50 -04:00
David Eads
e857adbdfd
remove-api
2020-05-27 16:58:05 -04: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
David Eads
ed4e6f1026
remove dynamic audit
2020-05-27 15:18:53 -04:00
Siva
9c5b306ab7
fix namespace field description string
2020-05-27 14:02:55 -05:00
Wojciech Tyczynski
7787ebc85b
Revert "Revert "Rely on default watch cache capacity and ignore its requested size""
2020-05-27 14:19:38 +02:00
zhouya0
24766024c1
Fix create deployment port not working
2020-05-27 15:56:35 +08: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
Franco Morinigo
70820bbaa2
feat: use annotation to filter AWS LB target nodes
2020-05-26 21:01:48 -03: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