Kubernetes Prow Robot
de63e573ca
Merge pull request #85875 from yutedz/gce-ctx-timeout-inst
...
Utilize Context with timeout in gce_instances.go
2019-12-04 12:11:14 -08:00
Kubernetes Prow Robot
b42f21982c
Merge pull request #85571 from mgugino-upstream-stage/drain-ignore-pdbs
...
kubectl/drain: add disable-eviction option
2019-12-04 12:11:00 -08:00
Kubernetes Prow Robot
e28ae9ce09
Merge pull request #85728 from prksu/make-apiservice.spec.service-optional
...
Make APIService.spec.service optional in the openapi v2 spec
2019-12-03 23:08:57 -08:00
Kubernetes Prow Robot
84467327a9
Merge pull request #83614 from bg-chun/update_cri
...
update CRI(LinuxContainerResources ) to support hugepages
2019-12-03 18:34:57 -08:00
Ted Yu
113001ab01
Utilize Context with timeout in gce_instances.go
2019-12-03 17:17:54 -08:00
Kubernetes Prow Robot
8516f797a4
Merge pull request #85581 from yutedz/gce-ctx-timeout
...
Utilize Context with timeout in GCE operations
2019-12-03 17:01:10 -08:00
Kubernetes Prow Robot
896b77ed53
Merge pull request #85800 from beautytiger/dev-191202-fixtrim
...
fix: replace TrimLeft with TrimPrefix and TrimRight with TrimSuffix
2019-12-03 15:47:22 -08:00
Kubernetes Prow Robot
eff703de21
Merge pull request #84005 from yue9944882/chore/crd-internal-client-prune
...
Prune internal clients from CRD apiserver
2019-12-03 15:46:57 -08:00
Kubernetes Prow Robot
2b6857db4d
Merge pull request #85293 from huffmanca/include_fstype_csi
...
Included FSType in CSI volumes
2019-12-03 14:30:58 -08:00
Michael Gugino
6c1d587d51
kubectl/drain: add disable-eviction option
...
Currently, if eviction is supported during a drain operation,
eviction is always used.
This commit allows the user to specify disabling eviction.
This is particularly useful when you wish to ignore
PodDisruptionBudgets after a normal drain has failed for
some time.
2019-12-03 17:09:50 -05:00
Ted Yu
4d6e5bf7be
Utilize Context with timeout in GCE operations
2019-12-03 13:39:35 -08:00
Kubernetes Prow Robot
a80ad5f84f
Merge pull request #85729 from wojtek-t/remove_old_style_conversions
...
Cleanup metav1 conversions
2019-12-03 13:17:16 -08:00
Kubernetes Prow Robot
205570eb75
Merge pull request #84614 from rphillips/fixes/add_cert_rotation_failure_metric
...
kubelet: add certificate rotation error metric
2019-12-03 11:40:57 -08:00
yue9944882
81471c36b1
[generated] bazels and vendor/modules.txt
...
[generated] bazels
bazel
2019-12-04 00:49:28 +08:00
yue9944882
6c0688fd51
santize codegen scripts
2019-12-04 00:49:28 +08:00
yue9944882
15a883b067
s/apiextensions/apiextensionsv1/ for all imports in k/k
...
rename alias import
fmt
2019-12-04 00:49:27 +08:00
yue9944882
168f8f54f0
switch to v1 crd
...
switch api helper functions to v1 CRD api
switch v1 CRD for apiserver internal
switch to v1 CRD for internal controllers
api storage/validation related changes
move local-defaulting utils private to prevent spreading
boilerplate
keep the subresource status/scale spec nil unless it's enabled
clean up empty space
2019-12-04 00:49:26 +08:00
Kubernetes Prow Robot
fa246f8188
Merge pull request #85714 from RainbowMango/pr_clear_desc_state
...
Add API for clear descriptor status
2019-12-02 19:07:11 -08:00
Kubernetes Prow Robot
b9182991d6
Merge pull request #85680 from RainbowMango/pr_refactor_custom_collector_unit_tests
...
Refactor custom collector unit test
2019-12-02 19:06:57 -08:00
Kubernetes Prow Robot
97e34ee223
Merge pull request #85475 from andyzhangx/upgrade-azure-storage-lib
...
upgrade api-version to fix azure file AuthorizationFailure
2019-12-02 17:07:10 -08:00
Kubernetes Prow Robot
0810bc3386
Merge pull request #85363 from immutableT/encryption-config-defaulter
...
Add defaulting and validation logic for EncryptionConfiguration type.
2019-12-02 17:06:57 -08:00
Kubernetes Prow Robot
19ee1ea9fa
Merge pull request #85810 from liggitt/disable-webhook-ratelimit
...
Ensure webhook backend requests are not artificially rate-limited
2019-12-02 15:03:09 -08:00
immutablet
a151aa35dc
Add defaulting logic for EncryptionConfiguration.
2019-12-02 13:21:05 -08:00
Kubernetes Prow Robot
3e7c787d3a
Merge pull request #85574 from mgugino-upstream-stage/kubectl-drain-ctx
...
kubectl/drain: Add context support
2019-12-02 12:23:11 -08:00
Jordan Liggitt
d620493b74
Ensure webhook backend requests are not artificially rate-limited
2019-12-02 12:01:51 -05:00
Kubernetes Prow Robot
ea385aa5e9
Merge pull request #85350 from liggitt/mutation-detection
...
Enable mutation detection in test-cmd/test-integration/test-e2e-node, improve memory impact
2019-12-02 07:39:04 -08:00
Guangming Wang
51b7ef2c87
fix: replace TrimLeft with TrimPrefix and TrimRight with TrimSuffix
2019-12-02 21:27:15 +08:00
Ahmad Nurus S
e911833814
Make APIService.spec.service optional in the openapi v2 spec
2019-12-02 17:49:05 +07:00
wojtekt
2df8ad1b1c
Cleanup default conversions
2019-12-02 10:39:03 +01:00
wojtekt
d6969d2c55
Cleanup metav1 conversions
2019-12-02 10:39:03 +01:00
wojtekt
12ee83ed94
Use new-style conversions in default conversions
2019-12-02 10:39:03 +01:00
Kubernetes Prow Robot
b920b388e9
Merge pull request #85675 from jsafrane/aws-attach-consistency
...
Fix AWS eventual consistency of AttachDisk
2019-12-01 07:07:03 -08:00
yue9944882
be0750f6d6
rm -rf staging/src/k8s.io/apiextensions-apiserver/pkg/client
2019-11-29 17:37:22 +08:00
Kubernetes Prow Robot
050c9471c8
Merge pull request #85644 from liggitt/meta-v1-table
...
Switch TableGenerator/TableConvertor interfaces to metav1
2019-11-28 10:05:18 -08:00
Kubernetes Prow Robot
d6e42af0f0
Merge pull request #85473 from chendotjs/dp-fix
...
Fix device plugin generator script
2019-11-28 10:05:04 -08:00
Jan Safranek
044b315d61
All check for instanceID
...
In case DescribeVolumes returns stale attachment and the volume was
previously attached to a different node.
2019-11-28 15:58:05 +01:00
Kubernetes Prow Robot
1d343c8a0c
Merge pull request #85722 from sttts/sttts-apiextensions-nullable-required
...
apiextensions: filter required nullable to workaround kubectl validation
2019-11-28 06:09:27 -08:00
Dr. Stefan Schimanski
ae72e19ab6
apiextensions: filter required nullable to workaround kubectl validation
2019-11-28 12:23:55 +01:00
RainbowMango
9ca21e3722
Deal with auto-generated files:
...
- Update bazel by hack/update-bazel.sh
2019-11-28 17:10:48 +08:00
RainbowMango
2187fe2699
Add ClearState() API to Desc.
...
Add create() API for Desc
Add annotatedHelp fields to Desc.
2019-11-28 17:07:57 +08:00
Jordan Liggitt
81d05e91b5
Retain objects for a limited lifetime in the mutation cache detector by default
2019-11-28 02:26:38 -05:00
David Eads
1ad7858792
stop spamming the log on failures with full objects
2019-11-27 17:14:55 -05:00
Kubernetes Prow Robot
7c87b5fb55
Merge pull request #85490 from sallyom/set-resources-no-error-no-change
...
don't error if set-resources patch is empty
2019-11-27 08:25:20 -08:00
RainbowMango
29588eee85
Deal with auto-generated files:
...
- update bazel by hack/update-bazel.sh
2019-11-27 23:29:00 +08:00
Kubernetes Prow Robot
ab0bfb304c
Merge pull request #85595 from zhouya0/add_test_coverage_with_kubectl_get_components
...
add test coverage with kubectl get components
2019-11-27 06:03:21 -08:00
RainbowMango
319946924e
Refactor custom collector unit test.
2019-11-27 20:05:55 +08:00
Kubernetes Prow Robot
98abd32ee5
Merge pull request #85640 from RainbowMango/pr_track_collector_by_name
...
Track collectors by fqName
2019-11-26 21:45:20 -08:00
coryrc
bc53b97ceb
Clarify client-go issue location ( #85464 )
...
* Clarify client-go issue location
While pull requests should be in kubernetes/kubernetes, it seems issues are
tracked in client-go repo.
* All Issues along with PRs (except README.md) should be opened in kubernetes/kubernetes
2019-11-26 19:43:33 -08:00
Kubernetes Prow Robot
1682a4a0b9
Merge pull request #85516 from mgugino-upstream-stage/fix-rv-precondition
...
Fix resource version precondition on pod delete
2019-11-26 16:51:20 -08:00
Jordan Liggitt
deb75da17b
fixup kubectl test
2019-11-26 13:20:52 -05:00