Kubernetes Prow Robot
feb195ea22
Merge pull request #90834 from nilo19/bug/fix-flaky-test
...
Azure: Fix a flaky test for azure vmss.
2020-05-07 22:21:43 -07:00
Kubernetes Prow Robot
b24eba019d
Merge pull request #90563 from cici37/traint
...
Copy RemoveTaintOffNode logic to k8s.io/cloud-provider
2020-05-07 14:01:42 -07:00
Seth Pollack
75af2fca61
add labels to diff command
2020-05-07 14:30:00 -04:00
Mike Danese
652a48d2e7
wire up proxier in spdy transport
...
and delete useless function
2020-05-07 09:13:58 -07:00
Mike Danese
f3f666d5f1
rest.Config: support configuring an explict proxy URL
...
With support of http, https, and socks5 proxy support. We already
support configuring this via environmnet variables, but this approach
becomes inconvenient dealing with multiple clusters on different
networks, that require different proxies to connect to. Most solutions
require wrapping clients (like kubectl) in bash scripts.
Part of: https://github.com/kubernetes/client-go/issues/351
2020-05-07 09:12:26 -07:00
Maciej Szulik
25507e8c3a
Provide more verbose empty config error for all config load actions
2020-05-07 15:57:00 +02:00
t-qini
991aadab42
Fix the flaky test for azure vmss.
2020-05-07 17:28:08 +08:00
wojtekt
7a65760f6e
Request for bookmarks in RetryWatcher
2020-05-07 10:26:28 +02:00
dopelsunce
d8b9095551
Fix race condition between Pop and Close FIFO queue
...
Fixes: kubernetes#90581 (the first part)
When `Close()` is invoked on an empty queue, the control loop inside `Pop()` has a small chance of missing the signal and blocks indefinitely due to a race condition. This PR eliminates the race and allows the control loop inside any blocking `Pop()` to successfully exit after Close() is called.
2020-05-07 00:40:35 -05:00
Aldo Culquicondor
883e4860d3
Clarify usage of MaxSkew and WheUnsatisfiable
...
Signed-off-by: Aldo Culquicondor <acondor@google.com >
2020-05-06 13:15:51 -04:00
Danil-Grigorev
9770574aa6
Ensure the server FQIN is stored and searched in lowercase (vsphere)
2020-05-06 12:09:03 +02:00
Jan Safranek
fadc670c95
Send a nicer event when resizing attached Cinder volume
...
Cinder volumes cannot be resized when they're attached. Send a nicer event
when it happens:
error expanding volume "default/pvc1" of plugin "kubernetes.io/cinder": PVC used by a Pod can not be expanded, please ensure the PVC is not used by any Pod and is fully detached from a node
2020-05-06 11:11:48 +02:00
Kubernetes Prow Robot
c30da3839c
Merge pull request #90148 from deads2k/force-beta-to-have-tags
...
enforce prerelease-lifecycle generation for beta APIs
2020-05-06 01:19:08 -07:00
Kubernetes Prow Robot
4d813c1360
Merge pull request #90749 from andyzhangx/dangling-error
...
fix: azure disk dangling attach issue on VMSS which would cause API throttling
2020-05-05 23:43:09 -07:00
cici37
32411016cc
Copy RemoveTaintOffNode logic to k8s.io/cloud-provider
2020-05-05 16:47:09 -07:00
Julian V. Modesto
df0ee9f88b
Mark the server-side dry-run feature as GA
2020-05-05 17:13:24 -04:00
Kubernetes Prow Robot
ff45f0d311
Merge pull request #90742 from jiahuif/remove-cloud-node-addresses-todo
...
remove obsolete TODO item of NodeAddresses
2020-05-05 12:39:09 -07:00
Kubernetes Prow Robot
a441f869d9
Merge pull request #90729 from wojtek-t/reduce_cache_size
...
Update duration to be kept in watchcache
2020-05-05 08:59:08 -07:00
David Eads
d9d6b5804a
remove unnecessary removed tags since they can be auto-applied via policy
2020-05-05 09:49:34 -04:00
David Eads
24af2ed592
Revert "add prerelease lifecycle tags to apiregistration.k8s.io"
...
This reverts commit 823baa1fd0 .
2020-05-05 09:48:21 -04:00
David Eads
1aee03f8c8
add prerelease lifecycle tags to apiregistration.k8s.io
2020-05-05 09:48:21 -04:00
Kubernetes Prow Robot
b48f5af260
Merge pull request #90603 from deads2k/beta-annotations-13-policy
...
add prerelease lifecycle tags to policy
2020-05-05 05:59:08 -07:00
andyzhangx
05d7570713
fix: azure disk dangling attach issue
...
fix: change parsing of vmas providerID
fix GetNodeNameByProviderID
fix spelling
2020-05-05 12:34:02 +00:00
Kubernetes Prow Robot
de66c643c4
Merge pull request #85564 from MorrisLaw/document-import-boss
...
create a file to hold documentation of import-boss in one place
2020-05-04 22:07:08 -07:00
Gaurav Singh
c6ac8ea5f7
duplicate iteration variable in go func
2020-05-04 21:52:06 -04:00
Indeed
3af3ed8e7d
remove TODO item about NodeAddresses
...
that indicates it is only used for getting addresses of calling instance,
which is no longer true for most cloud providers.
Original PR: #8899
2020-05-04 14:59:40 -07:00
Kubernetes Prow Robot
e8d6d3768e
Merge pull request #90561 from cici37/util
...
Copy patchNodeStatus logic to cloud-provider
2020-05-04 13:46:43 -07:00
Kubernetes Prow Robot
03a927e756
Merge pull request #90535 from gnufied/azure-zone-e2e
...
Azure - fix create azure disk PV in regions that don't have zones
2020-05-04 13:46:27 -07:00
Kubernetes Prow Robot
dc6c640a12
Merge pull request #90375 from cici37/removeConfigz
...
move pkg/util/configz to k8s.io/component-base
2020-05-04 13:46:09 -07:00
Kubernetes Prow Robot
501781abe4
Merge pull request #90671 from deads2k/beta-annotations-15-storage
...
add prerelease lifecycle tags to storage.k8s.io
2020-05-04 10:20:26 -07:00
wojtekt
d1de6295bb
Update duration to be kept in watchcache
2020-05-04 17:21:40 +02:00
Kubernetes Prow Robot
a509a8e123
Merge pull request #90670 from deads2k/beta-annotations-14-scheduling
...
add prerelease lifecycle tags to scheduling.k8s.io
2020-05-04 08:10:34 -07:00
Kubernetes Prow Robot
b943e49e76
Merge pull request #90567 from deads2k/beta-annotations-09.discovery
...
add prerelease lifecycle tags to discovery
2020-05-02 18:20:25 -07:00
MorrisLaw
7b208b6a83
create a file to hold documentation of import-boss in one place
2020-05-02 14:03:26 +00:00
Kubernetes Prow Robot
3f4f018acd
Merge pull request #90672 from deads2k/beta-annotations-16-apiservice
...
add prerelease lifecycle tags to apiregistration.k8s.io
2020-05-01 22:08:25 -07:00
Kubernetes Prow Robot
6c0278ed45
Merge pull request #90673 from deads2k/beta-annotations-17-crd
...
add prerelease lifecycle tags to apiextensions.k8s.io
2020-05-01 15:29:37 -07:00
Kubernetes Prow Robot
3a7b454b41
Merge pull request #90437 from iobuf/bugfix
...
bugfix: staiccheck copylock (holding sync.Once)
2020-05-01 15:29:23 -07:00
Andrew Sy Kim
4117d79e7c
move inactive SIG Cloud Provider approvers to emeritus_approvers
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com >
2020-05-01 17:31:17 -04:00
Kubernetes Prow Robot
84e0b3b491
Merge pull request #90602 from deads2k/beta-annotations-12-node
...
add prerelease lifecycle tags to node.k8s.io
2020-05-01 13:00:44 -07:00
Kubernetes Prow Robot
0bcbe384d8
Merge pull request #90599 from deads2k/beta-annotations-11-networking
...
add prerelease lifecycle tags to networking
2020-05-01 09:34:43 -07:00
David Eads
555225eb29
add prerelease lifecycle tags to apiextensions.k8s.io
2020-05-01 10:52:31 -04:00
David Eads
823baa1fd0
add prerelease lifecycle tags to apiregistration.k8s.io
2020-05-01 10:30:02 -04:00
David Eads
dde2f448aa
add prerelease lifecycle tags to storage.k8s.io
2020-05-01 09:55:34 -04:00
David Eads
d38e61bc0d
add prerelease lifecycle tags to scheduling.k8s.io
2020-05-01 09:40:07 -04:00
Kubernetes Prow Robot
cab89c7d08
Merge pull request #90472 from deads2k/beta-annotations-06-batch
...
add prerelease lifecycle tags to batch
2020-05-01 04:34:29 -07:00
Kubernetes Prow Robot
fc99419c1c
Merge pull request #90601 from wojtek-t/remove_owners_files
...
Remove approvers from events API
2020-05-01 00:41:45 -07:00
Kubernetes Prow Robot
90237ce89a
Merge pull request #90596 from deads2k/beta-annotations-10-events
...
add prerelease lifecycle tags to events
2020-05-01 00:41:36 -07:00
Kubernetes Prow Robot
407eb50b83
Merge pull request #90566 from deads2k/beta-annotations-08-certs
...
add prerelease lifecycle tags to certificates
2020-05-01 00:41:18 -07:00
Kubernetes Prow Robot
3546d6267c
Merge pull request #90560 from wojtek-t/frequent_bookmarks
...
Send watch bookmarks every minute
2020-05-01 00:41:09 -07:00
Kubernetes Prow Robot
ac963ad5b2
Merge pull request #90559 from deads2k/beta-annotations-06-coordination
...
add prerelease lifecycle tags to coordination
2020-05-01 00:41:00 -07:00