Kubernetes Prow Robot
d5145ffc10
Merge pull request #87107 from dims/updating-googleapis/gnostic-to-v0.1.0
...
updating googleapis/gnostic to v0.1.0
2020-01-13 13:59:53 -08:00
Kubernetes Prow Robot
bb3f8c7c89
Merge pull request #87088 from dims/switch-to-newer-gonum
...
Drop random SHA and update gonum.org/v1/gonum to v0.6.2
2020-01-13 13:59:29 -08:00
Kubernetes Prow Robot
36e40fb850
Merge pull request #87044 from jennybuckley/smd-prob
...
Enable tracking field management for some objects before they are applied to
2020-01-12 15:07:37 -08:00
Davanum Srinivas
420d5d10c4
updating googleapis/gnostic to v0.1.0
...
per https://github.com/googleapis/gnostic/releases/tag/v0.1.0 , the
v0.1.0 was made specifically for use by k8s, but we still seem to be
using a random SHA. Let's try to switch to a tagged version.
2020-01-11 22:41:19 -05:00
Kubernetes Prow Robot
4a55a5557e
Merge pull request #86560 from kwiesmueller/change-apply-signature
...
change apply signature and move it's decoding into handler
2020-01-11 17:03:37 -08:00
Kubernetes Prow Robot
c0e245fa0e
Merge pull request #85268 from yue9944882/feat/flow-control-defaulting
...
Bootstrap flow-control objects
2020-01-11 12:27:37 -08:00
Kubernetes Prow Robot
7f2128757b
Merge pull request #85458 from cjcullen/yaml
...
Update gopkg.in/yaml.v2 to v2.2.7
2020-01-11 03:49:36 -08:00
Kubernetes Prow Robot
5ade844b72
Merge pull request #87093 from dims/update-prometheus/client_model-to-v0.1.0
...
Move from random SHA - update github.com/prometheus/client_model to v0.1.0
2020-01-11 02:44:02 -08:00
Kubernetes Prow Robot
240782c7f7
Merge pull request #87043 from zjs/topic/propagate-providerid-errors
...
Ensure a provider ID is set on a node if expected
2020-01-10 14:33:50 -08:00
Davanum Srinivas
b5f050a5cb
Move from random SHA - update github.com/prometheus/client_model to v0.1.0
2020-01-10 16:44:42 -05:00
Davanum Srinivas
f66ef23c11
update gonum.org/v1/gonum to v0.6.2
2020-01-10 15:26:48 -05:00
Kubernetes Prow Robot
6e2a2855ef
Merge pull request #87034 from ritazh/azure-owners
...
Update Azure owners
2020-01-10 12:24:49 -08:00
Jennifer Buckley
4db3822ebb
Update fieldmanager.go
2020-01-10 11:15:06 -08:00
Zach Shepherd
2b554079af
Ensure a provider ID is set on a node if expected
...
A transient issue might occur that causes an error to be returned by
InstanceID(). When this is ignored, the external cloud provider taint
will be removed and neither AddCloudNode() nor UpdateCloudNode() will
try to set a provider ID in the future.
By returning the error we can ensure that the external cloud provider
taint is not removed prematurely, allowing the operation to be retried
(until the provider ID can be set).
Preserve support for external cloud providers that do not use IDs by
continuing if a NotImplemented error is returned, making a distinction
between lack of support for provider IDs and an actual error.
Introduce pair of unit tests that show a provider ID will eventually
be set if an error is returned, unless that error is a NotImplemented,
in which case the external cloud provider taint will be removed.
2020-01-10 11:00:54 -08:00
yue9944882
70dea6e4a8
review: several fixes and addressing comments
2020-01-11 01:46:31 +08:00
willise
e8b5658bd1
fix: typos in comments of admission
2020-01-10 14:01:06 +08:00
Rita Zhang
b062fcb117
Update Azure owners
2020-01-09 18:35:18 -08:00
Kevin Wiesmüller
a252628649
fix nits
2020-01-10 00:58:52 +01:00
jennybuckley
6cab3a7bec
create probabilistic SkipNonAppliedManager
2020-01-09 15:37:11 -08:00
Kevin Wiesmüller
ddf0d4b803
change Apply signature and move decoding into handlers
2020-01-09 22:50:18 +01:00
Kubernetes Prow Robot
6026a6a151
Merge pull request #86952 from zhouya0/fix_kubectl_annotate_local_error
...
fix kubectl annotate error when local=true is set.
2020-01-09 11:33:20 -08:00
Kubernetes Prow Robot
7a67ea7211
Merge pull request #86885 from liggitt/yaml-test
...
Move yaml limit tests to benchmarks
2020-01-09 11:33:10 -08:00
Kubernetes Prow Robot
99715d7e60
Merge pull request #86474 from zhouya0/fix_apply_set_last_applied_namespace
...
fix kubectl apply set last applied namespace error
2020-01-09 09:17:45 -08:00
Kubernetes Prow Robot
5b4d1bf559
Merge pull request #86931 from roycaihw/crd-openapi-deflake
...
crd openapi e2e: increase waitForOpenAPISchema timeout
2020-01-08 19:12:01 -08:00
Kubernetes Prow Robot
720e6de6b9
Merge pull request #85168 from Jefftree/admission-wh-proxy
...
Use Network Proxy for Admission Webhooks
2020-01-08 16:07:40 -08:00
Jefftree
1289bdaba4
network proxy with admission wh
2020-01-08 15:01:38 -08:00
Haowei Cai
326935c1b9
extend crd openapi e2e timeout to deflake the test, plus small improvements:
...
switch to use discovery rest client, which has higher burst/qps settings;
use jsoniter instead of encoding/json in kube-aggregator downloader.
2020-01-08 11:38:44 -08:00
zhouya0
568edf72ec
fix kubectl annotate local error
2020-01-08 17:50:03 +08:00
Kubernetes Prow Robot
014e1fb54c
Merge pull request #84241 from mgugino-upstream-stage/kubectl-drain-dead-code
...
kubectl: remove unreachable code
2020-01-07 23:55:40 -08:00
Kubernetes Prow Robot
67647ed5a3
Merge pull request #73363 from kellycampbell/nlb-local-healthchecks
...
Shorten health check timeout for AWS NLB with externalTrafficPolicy: Local
2020-01-07 19:15:40 -08:00
Kubernetes Prow Robot
cd770fa792
Merge pull request #84453 from matte21/revise-shared-informer-doc
...
Revise SharedInformer godoc comments
2020-01-07 14:08:18 -08:00
Kubernetes Prow Robot
432e464cae
Merge pull request #86310 from mfojtik/plural-exceptions-fix-args
...
code-gen: fix argument type for plural exceptions
2020-01-07 10:14:20 -08:00
Kubernetes Prow Robot
f3df7a2fdb
Merge pull request #86727 from mattjmcnaughton/mattjmcnaughton/remove-recorder-PastEventf
...
Remove `recorder.PastEventf` method
2020-01-07 04:38:49 -08:00
Kubernetes Prow Robot
a26fcf5278
Merge pull request #85308 from deads2k/limited-sni-support
...
allow an SNI cert to be used to respond for a particular IP
2020-01-07 04:38:35 -08:00
Kubernetes Prow Robot
50f6eeb939
Merge pull request #86561 from zqingqing1/skip-put-rg-when-exists
...
add route.Get() and skip PUT if route exists
2020-01-07 03:20:29 -08:00
Kubernetes Prow Robot
a302f64cd3
Merge pull request #86501 from yutedz/crd-reuse-converter
...
Reuse converter in crdHandler#getOrCreateServingInfoFor
2020-01-07 03:20:17 -08:00
Kubernetes Prow Robot
773d2c614c
Merge pull request #86817 from zqingqing1/list-vmss
...
list vm instead of get when getting virtual machine
2020-01-07 01:13:03 -08:00
Kubernetes Prow Robot
b046dbce13
Merge pull request #86740 from feiskyer/arm-vmss-clients
...
Add VMSS and VMSSVM clients with backoff retry
2020-01-06 18:07:08 -08:00
Kubernetes Prow Robot
59b4933fb8
Merge pull request #86724 from gongguan/fix-fake-CRI
...
fix fake remote CRI
2020-01-06 18:06:57 -08:00
Qingqing Zheng
1a283ccbb6
use az.List() to check route existence
2020-01-06 13:35:19 -08:00
Kubernetes Prow Robot
19ecd690fa
Merge pull request #86646 from yutedz/client-protocol
...
Require client / server protocols
2020-01-06 13:34:18 -08:00
Jordan Liggitt
a8ee1086d7
Move yaml limit tests to benchmarks
2020-01-06 15:18:22 -05:00
Qingqing Zheng
65329a5986
list vm instead of get when getting virtual machine
2020-01-06 12:07:50 -08:00
David Eads
2c8639deb7
allow an SNI cert to be used to respond for a particular IP
2020-01-06 13:24:06 -05:00
Ted Yu
906adbdfcd
Require client / server protocols
2020-01-06 08:50:04 -08:00
Kubernetes Prow Robot
e7eed1ad2c
Merge pull request #86512 from yutedz/to-unstruct
...
Remove ineffective calls in toUnstructured
2020-01-06 05:21:36 -08:00
yue9944882
fe8ad90afa
bootstrap flow-control objects
...
typo
wrap bootstrap-creation-flow w/ wait.PollUtil
go wait
2020-01-06 20:35:03 +08:00
Kubernetes Prow Robot
29005d0513
Merge pull request #84602 from yutedz/watcher-mvcc-log
...
Log mvcc revision compaction as warning
2020-01-06 01:15:35 -08:00
Kubernetes Prow Robot
13b5effead
Merge pull request #86514 from yutedz/linear-rm-dead
...
Perform dead storage removal linearly
2020-01-05 18:39:41 -08:00
Antonio Ojea
05010d23ac
clarify apiserver bind-address flag usage
...
From the listen godoc:
For TCP networks, if the host in the address parameter is empty or a
literal unspecified IP address, Listen listens on all available unicast
and anycast IP addresses of the local system.
Since the BindNetwork options is "tcp" by default, using an unspecified
address doesn't bind the listener to the IP family.
2020-01-04 10:51:48 +01:00