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
Ziheng Liu
36b41bc965
apimachinery: fix bugs in a Test function
...
Signed-off-by: Ziheng Liu <zxl381@psu.edu >
2019-12-02 21:39:10 -05: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
CJ Cullen
aa278345fa
update gopkg.in/yaml.v2 to v2.2.7
2019-12-02 09:26:32 -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
Alvaro Aleman
1d3b6ece63
Remove stale comment re making apiserver common names dynamic
2019-11-29 15:14:29 +01: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
Lucas Käldström
b46e541eee
Add a YAML MetaFactory
...
- Use `schema.TypeMeta` instead of custom `struct` for VK
- More strict check on GVK after `Interpret` in `SplitYAMLDocuments`
- Adjust `Interpret` comment to include JSON
2019-11-27 17:44:59 +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
Jordan Liggitt
36eb250cbb
Switch TableGenerator/TableConvertor interfaces to metav1
2019-11-26 13:18:18 -05:00
Jan Safranek
4dd6fd4480
Fix AWS eventual consistency of AttachDisk
...
AWS eventual consistency can go back in time. It can return that a volume
is detached and then that it is attached.
When this happens during attachment of the same volume to the same node,
but with a different device name, retry DescribeVolumes a few times before
reporting an error. 10 retries should be enough to get a consistent result.
2019-11-26 18:22:48 +01:00
RainbowMango
4d028a7903
Extend Registerable interface with FQName() and track collector by name.
2019-11-26 21:45:26 +08:00
RainbowMango
b9ef1ce87e
lazyInit accepts fqName when init.
2019-11-26 21:17:58 +08:00
Kubernetes Prow Robot
a281789866
Merge pull request #85622 from RainbowMango/pr_add_owner_to_stability_framework
...
Add RainbowMango to owner list of metrics stability framework.
2019-11-25 20:27:23 -08:00
Kubernetes Prow Robot
5d3125e512
Merge pull request #85444 from RainbowMango/pr_fix_metrics_cannot_enable_issue
...
Provided a mechanism to re-register hidden metrics
2019-11-25 20:27:10 -08:00
zhouya0
07806d4300
add test coverage with kubectl get components
2019-11-26 11:58:33 +08:00
Michael Gugino
494629ef58
Fix resource version precondition on pod delete
...
Attempting to add ResourceVersion precondition to
eviction requests results in a conflict failure. This
is due to the fact that we apply a deletion timestamp
which mutates the underlying resource. The resource
version is then checked again later in the code.
This commit removes the ResourceVersion precondition
after the object has a deletion timestamp applied.
Related-Bug: https://github.com/kubernetes/kubernetes/issues/85485
2019-11-25 21:58:35 -05:00
RainbowMango
c9dafc8cf9
Add RainbowMango to onwer list of metrics stability framework.
2019-11-26 09:24:31 +08:00
Kubernetes Prow Robot
a3a2c4230d
Merge pull request #85496 from tanjunchen/fix-invalid-urls
...
fix 1-12 number urls
2019-11-25 15:25:10 -08:00
Kubernetes Prow Robot
c3184828cb
Merge pull request #85556 from wojtek-t/fix_kubectl_conversions
...
Cleanup conversions in kubectl
2019-11-25 09:04:01 -08:00
Kubernetes Prow Robot
9d048f0768
Merge pull request #85432 from jadarsie/az-dyn-env
...
Support Azure Stack dynamic environments
2019-11-25 09:03:38 -08:00
Sally O'Malley
ecd1c07472
don't error if set-resources patch is empty
2019-11-25 08:52:19 -05:00
Lars Lehtonen
b1c39e9b16
apimachinery: Fix Dropped Test Error ( #85427 )
...
* apimachinery: fix dropped test error in pkg/util/net
* apimachinery: fix dropped test error in pkg/runtime/serializer
* apimachinery: fix dropped test error in pkg/conversion
* apimachinery: fix staticcheck warning
2019-11-23 15:31:50 -08:00