Kubernetes Prow Robot
832e41d176
Merge pull request #99396 from yuzhiquan/remove-deprecated-message
...
Remove --ignore-errors flag deprecated warning message
2021-03-09 17:39:13 -08:00
Kubernetes Prow Robot
576aa2d247
Merge pull request #100014 from liggitt/PromotePDBsToGA
...
Add kubectl describe for policy/v1 PDB
2021-03-09 16:08:59 -08:00
Kubernetes Prow Robot
05c4febbe7
Merge pull request #99975 from robscott/endpoints-over-capacity
...
Adding new EndpointsOverCapacity annotation for Endpoints controller
2021-03-09 16:08:48 -08:00
Kubernetes Prow Robot
08b11727f5
Merge pull request #99951 from deads2k/fix-decodableversions
...
provide directly decodable versions for storageversion API
2021-03-09 16:08:40 -08:00
Kubernetes Prow Robot
00e81db174
Merge pull request #99946 from deads2k/tidy-node-validation-master
...
refine validation
2021-03-09 16:08:32 -08:00
Kubernetes Prow Robot
114c6568d3
Merge pull request #98846 from lauchokyip/fixsetenv
...
Fixed set env did not support keys with dot in it
2021-03-09 16:07:42 -08:00
Kubernetes Prow Robot
3e110b3d8c
Merge pull request #98034 from Jefftree/testing
...
ServerSideApply E2E tests
2021-03-09 16:07:34 -08:00
Kubernetes Prow Robot
770a9504ea
Merge pull request #95734 from fromanirh/podresources-concrete-resources-apis
...
podresources APIs: concrete resources apis: implement GetAllocatableResources
2021-03-09 14:29:04 -08:00
Jordan Liggitt
7956a9239a
kubectl describe policy/v1 PodDisruptionBudget
2021-03-09 14:56:05 -05:00
Kubernetes Prow Robot
b801a3e60f
Merge pull request #99991 from soltysh/kubectl_cronjob
...
Fix batch/v1 CronJob support in create, describe and polymorphichelpers
2021-03-09 11:06:07 -08:00
Kubernetes Prow Robot
a10a694f56
Merge pull request #99875 from bobbypage/bump-cadvisor
...
vendor: cAdvisor v0.39.0
2021-03-09 11:05:58 -08:00
Kubernetes Prow Robot
afca3dace4
Merge pull request #99785 from erain/issue/98270
...
metrics: etcd_object_counts->apiserver_storage_object_counts(stable)
2021-03-09 11:05:50 -08:00
Kubernetes Prow Robot
046ad61479
Merge pull request #99290 from mortent/PromotePDBsToGA
...
Promote PodDisruptionBudget to policy/v1
2021-03-09 11:05:05 -08:00
Chok Yip Lau
ab5a81cd15
Fixed set env did not support keys with dot in it
2021-03-09 13:50:48 -05:00
Jefftree
1ebfb6d679
Add E2E tests for SSA
2021-03-09 10:28:21 -08:00
Rob Scott
8a3f72074e
Adding new EndpointsOverCapacity annotation for Endpoints controller
...
Now that the EndpointSlice API and controllers are GA, the Endpoints
controller will use this annotation to warn when Endpoints are over
capacity. In a future release, this warning will be replaced with
truncation.
2021-03-09 09:48:53 -08:00
Kubernetes Prow Robot
8a599510d3
Merge pull request #99935 from MikeSpreitzer/ratelimit-realtest
...
Enable, rate limit, and test APF controller fights
2021-03-09 09:19:36 -08:00
Kubernetes Prow Robot
207c75c6f7
Merge pull request #99522 from robscott/topology-hints
...
Adding support for Topology Aware Hints
2021-03-09 09:19:12 -08:00
Kubernetes Prow Robot
97e2c84057
Merge pull request #96963 from bl-ue/96919-kubectl-describe-node-age-col
...
Fix case of Age column in kubectl describe node
2021-03-09 08:09:00 -08:00
Morten Torkildsen
621aed4d32
generated
2021-03-09 10:29:11 -05:00
Morten Torkildsen
21fba79d45
Promote PDBs to GA
2021-03-09 10:29:11 -05:00
David Eads
fa03dee68c
provide directly decodable versions for storageversion API
2021-03-09 08:36:32 -05:00
Maciej Szulik
a68582d608
Fix batch/v1 CronJob support in create, describe and polymorphichelpers
2021-03-09 14:33:56 +01:00
Kubernetes Prow Robot
16e9c682ff
Merge pull request #99495 from wojtek-t/cleanup_describe_8
...
Move ownership of core events test to sig-instrumentation
2021-03-09 04:27:38 -08:00
Kubernetes Prow Robot
4d969ac90d
Merge pull request #99257 from chenyw1990/fixedLogFormatJsonPanic
...
fix json log format panic, change the flag name in flagIsSet
2021-03-09 04:27:29 -08:00
Kubernetes Prow Robot
d51f243c26
Merge pull request #98841 from caesarxuchao/fix-98479
...
Make proxy Transport return metav1.Status error
2021-03-09 04:27:20 -08:00
Kubernetes Prow Robot
a27a6e78f2
Merge pull request #98809 from answer1991/feature/enable-goaway-ut
...
enable goaway testcases
2021-03-09 04:27:11 -08:00
Francesco Romani
8b79ad6533
node: podresources: add generated files
...
Signed-off-by: Francesco Romani <fromani@redhat.com >
2021-03-09 13:13:36 +01:00
Francesco Romani
c44f8214db
node: podresources: add GetAllocatableResources API
...
Extend the podresources API adding the GetAllocatableResources endpoint,
as specified in the KEP
https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2043-pod-resource-concrete-assigments
Signed-off-by: Francesco Romani <fromani@redhat.com >
2021-03-09 13:13:36 +01:00
Kubernetes Prow Robot
bce3863970
Merge pull request #98635 from rkilingr/enhancement/slice-capacity-kubectl
...
Cleanup: Provides capacity for make slice
2021-03-09 01:54:59 -08:00
Kubernetes Prow Robot
9457a5c3d8
Merge pull request #98973 from YoyinZyc/add_context_outside_apiserver
...
Apply context to restclient and serviceaccount metrics
2021-03-08 22:53:11 -08:00
Kubernetes Prow Robot
45cf7e07be
Merge pull request #95775 from DangerOnTheRanger/gcp-credential-staging
...
Move credential provider code to staging/
2021-03-08 22:53:00 -08:00
chenyw1990
edff740386
fix json log format panic, change the flag names in flagIsSet
2021-03-09 14:14:25 +08:00
David Porter
b5dd78da3d
vendor: cadvisor v0.39.0
...
Main upgrades:
- github.com/opencontainers/runc v1.0.0-rc93
- github.com/containerd/containerd v1.4.4
- github.com/docker/docker v20.10.2
- github.com/mrunalp/fileutils v0.5.0
- github.com/opencontainers/selinux v1.8.0
- github.com/cilium/ebpf v0.2.0
2021-03-08 22:10:29 -08:00
Kubernetes Prow Robot
ff3ccc58cd
Merge pull request #98946 from monopole/upgradeKustomize
...
Upgrade kustomize-in-kubectl to v4.0.5
2021-03-08 20:47:20 -08:00
jay vyas
c94ce8c507
Add default namespace labels to all namespaces for selectors ( #96968 )
...
* namespace by name default labelling
Co-authored-by: Jordan Liggitt <jordan@liggitt.net >
Co-authored-by: Abhishek Raut <rauta@vmware.com >
* Make some logic improvement into default namespace label
* Fix unit tests
* minor change to trigger the CI
* Correct some tests and validation behaviors
* Add Canonicalize normalization and improve validation
* Remove label validation that should be dealt by strategy
* Update defaults_test.go
add fuzzer
ns spec
* remove the finalizer thingy
* Fix integration test
* Add namespace canonicalize unit test
* Improve validation code and code comments
* move validation of labels to validateupdate
* spacex will save us all
* add comment to testget
* readablility of canonicalize
* Added namespace finalize and status update validation
* comment about ungenerated names
* correcting a missing line on storage_test
* Update the namespace validation unit test
* Add more missing unit test changes
* Let's just blast the value. Also documenting the workflow here
* Remove unnecessary validations
Co-authored-by: Jordan Liggitt <jordan@liggitt.net >
Co-authored-by: Abhishek Raut <rauta@vmware.com >
Co-authored-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com >
2021-03-08 20:46:59 -08:00
Kubernetes Prow Robot
6d499e6768
Merge pull request #99962 from swetharepakula/eps-describers
...
Add v1 describers for EndpointSlice
2021-03-08 19:24:33 -08:00
monopole
ba39d22e39
until stable: pin-dependency, update-vendor, update-bazel, lint-dep
2021-03-08 16:50:43 -08:00
monopole
6c9460f0b4
Manually update kustomize attachment points.
2021-03-08 16:50:43 -08:00
monopole
073ca8b42e
Delete staging/src/k8s.io/cli-runtime/pkg/kustomize
2021-03-08 16:50:43 -08:00
Kubernetes Prow Robot
1a81b24e52
Merge pull request #99169 from TeweiLuo/fix-repd-volhandle-translation
...
Use the correct volum handle format for GCE regional PD.
2021-03-08 16:27:11 -08:00
Kubernetes Prow Robot
a0341d7471
Merge pull request #98727 from adtac/suspend
...
batch API: add suspended job
2021-03-08 16:26:59 -08:00
Rob Scott
11f0944dbc
Adding Hints to EndpointSlice API
2021-03-08 15:37:34 -08:00
Kubernetes Prow Robot
14c25eed8d
Merge pull request #99641 from pohly/storage-capacity-beta
...
CSIStorageCapacity beta API
2021-03-08 15:04:59 -08:00
Swetha Repakula
ba34956dd6
Add v1 describers for EndpointSlice
2021-03-08 14:32:34 -08:00
yoyinzyc
69d40a1de7
add context to restclient metrics
2021-03-08 14:26:39 -08:00
David Eads
80ff06fe84
Enable, rate limit, and test APF controller fights
...
Using real time.
2021-03-08 16:24:39 -05:00
tewei.luo
068bdcfcef
Use the correct volum handle format for GCE regional PD.
2021-03-08 20:55:02 +00:00
Yu Yi
77950ba79b
metrics: promote apiserver_storage_object_counts to stable
...
- rename etcd_object_counts to apiserver_storage_object_counts
CONTEXT https://github.com/kubernetes/kubernetes/issues/98270
FIXES https://github.com/kubernetes/kubernetes/issues/98270
2021-03-08 20:28:55 +00:00
Adhityaa Chandrasekar
a0844da8f7
batch: add suspended job
...
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com >
2021-03-08 20:08:21 +00:00