Kubernetes Prow Robot
9983a52114
Merge pull request #94888 from sttts/sttts-preserve-unknown-fields-array
...
apiextensions: prune array type without items in published OpenAPI
2020-09-21 02:28:31 -07:00
Kubernetes Prow Robot
b27ecb2c70
Merge pull request #94873 from marwanad/use-more-granular-buckets-for-azure
...
use better buckets for azure api calls
2020-09-20 18:32:30 -07:00
Kubernetes Prow Robot
b86e725694
Merge pull request #91785 from mattcary/filtereddial
...
Specify a DialContext in storage plugin clients
2020-09-18 15:08:27 -07:00
Kubernetes Prow Robot
57e9a41ae3
Merge pull request #94853 from andyzhangx/azurefile-migration-issue
...
fix azure file migration panic
2020-09-18 11:24:47 -07:00
Dr. Stefan Schimanski
bde88c6ef7
apiextensions: prune array type without items in published OpenAPI
...
kubectl falls over arrays without item schema. Hence, we have to publish a less precise OpenAPI spec (similar to other pruning we already do for the same reason).
2020-09-18 13:55:24 +02:00
Sakuralbj
3be5fe15d9
test: add unit-test for TranslateCSIPVToInTree.
2020-09-18 18:52:29 +08:00
Matthew Cary
299a296c7a
update-bazel
...
Change-Id: Iebc99ee13587f0cd4c43ab85c7295d458d679d1e
2020-09-18 00:44:39 +00:00
Marwan Ahmed
cbbdba89b1
use more granular buckets for azure api calls
2020-09-17 17:28:27 -07:00
Matthew Cary
f2e23afcf1
Adds filtering of hosts to DialContexts.
...
The provided DialContext wraps existing clients' DialContext in an attempt to
preserve any existing timeout configuration. In some cases, we may replace
infinite timeouts with golang defaults.
- scaleio: tcp connect/keepalive values changed from 0/15 to 30/30
- storageos: no change
2020-09-18 00:07:32 +00:00
Matthew Cary
74dbf274d9
update storageos vendor for FilteredDial change
2020-09-18 00:07:32 +00:00
andyzhangx
0d47999645
fix azure file migration panic
2020-09-17 13:19:13 +00:00
gongguan
16cc4ef823
enable gce InstancesV2
2020-09-17 10:32:28 +08:00
gongguan
15db82234f
implement gce InstancesV2 interface
2020-09-17 10:32:20 +08:00
Kubernetes Prow Robot
aaccd5f77b
Merge pull request #94736 from HaibaraAi96/mynodecontroller
...
cloud node controller: implement with workqueues and node lister
2020-09-16 18:16:59 -07:00
Kubernetes Prow Robot
f508d74169
Merge pull request #93692 from brianpursley/kubectl-901
...
Sort kubectl top pod output when --sort-by and --containers are used together
2020-09-16 18:16:45 -07:00
Kubernetes Prow Robot
28fc772d36
Merge pull request #94728 from amorenoz/portforward_udp
...
kubectl: Fix TCP and UDP port forward
2020-09-16 16:14:46 -07:00
Nicole Han
4ba09a8222
cloud node controller: implement with workqueues and node lister
2020-09-16 15:41:44 -07:00
Kubernetes Prow Robot
09b3f6dbb3
Merge pull request #93214 from trashhalo/prefer-error
...
test: prefer NoError/Error over Nil/NotNil
2020-09-16 15:10:45 -07:00
Kubernetes Prow Robot
3d52b8b5d6
Merge pull request #90969 from zhouya0/kubectl_wait_add_ignore_not_found
...
Ignore not found in `kubectl wait --for=delete`
2020-09-16 10:03:19 -07:00
Kubernetes Prow Robot
9621ac6ec7
Merge pull request #93284 from gongguan/instancemeta
...
pass instanceMetadata to updateNodeAddress to reduce api calls
2020-09-16 09:01:20 -07:00
gongguan
9678d4f609
reduce cloud api calls in cloud-node-controller by passing instanceMetadata to updateNodeAddress
2020-09-16 12:43:36 +08:00
Kubernetes Prow Robot
9fdbf1cf89
Merge pull request #94773 from tkashem/etcd-object-count
...
count of etcd object should be limited to the specified resource
2020-09-15 16:21:20 -07:00
Kubernetes Prow Robot
a464854e5b
Merge pull request #93027 from ialidzhikov/enh/label-funcs
...
Add metav1.SetMetaDataLabel func
2020-09-15 14:09:19 -07:00
Kubernetes Prow Robot
e7b9453972
Merge pull request #93537 from timuthy/enhancement.move-resourcequota
...
Move ResourceQuota admission to k8s.io/apiserver lib
2020-09-15 12:26:58 -07:00
Kubernetes Prow Robot
396dd2555d
Merge pull request #91993 from nodo/89274-change-of-managefields-via-subresources
...
Do not allow manual changes to manageFields via subresources
2020-09-15 12:26:43 -07:00
Kubernetes Prow Robot
fd9828b02a
Merge pull request #92632 from RenaudWasTaken/move-podresources-api
...
Move external facing podresources apis to staging
2020-09-15 10:04:07 -07:00
Abu Kashem
7e445867aa
count of etcd object should be limited to the specified resource
...
Currently count includes keys from different resource(s) if the keys
are a prefix of the specified resource/key.
Consider the following keys:
A: <storage-prefix>//foo.bar.io/machines
B: <storage-prefix>//foo.bar.io/machinesets
If we ask for the count of key A, the result will also include the
keys from key B since key B shares the same prefix as key A.
Append a separator to mark the end of the key, this will exclude all
other keys from a different resource that is a prefix of the specified
key.
2020-09-15 10:27:15 -04:00
Renaud Gaubert
ba95a8c641
run hack/update-vendor.sh
...
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com >
2020-09-15 05:13:33 -07:00
Renaud Gaubert
60304452ff
Move podresources api to k8s.io/kubelet/pkg/apis
...
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com >
2020-09-15 05:13:33 -07:00
Kubernetes Prow Robot
e36e68f5f6
Merge pull request #94779 from SergeyKanzhelev/supportPidLimitsGAFollowUp
...
follow up cleanup after SupportPodPidLimits GA
2020-09-15 00:12:07 -07:00
Kubernetes Prow Robot
37cf1d6aaa
Merge pull request #94239 from andyzhangx/network-rule
...
add network rule support in Azure account creation
2020-09-14 20:20:06 -07:00
Sergey Kanzhelev
2a9228eb3c
follow up cleanup after SupportPodPidLimits GA
2020-09-14 18:50:24 +00:00
Kubernetes Prow Robot
54df1fdc90
Merge pull request #94090 from deads2k/podpreset
...
remove pod presets
2020-09-14 10:43:13 -07:00
Kubernetes Prow Robot
3a42886dee
Merge pull request #94711 from jingyih/update_etcd
...
Bump etcd to dd1b699fc489
2020-09-14 09:41:27 -07:00
Kubernetes Prow Robot
1d2424969e
Merge pull request #93543 from liggitt/builder-example
...
Add example of using resource builder to load a manifest file
2020-09-14 08:10:59 -07:00
David Eads
82ed033ec9
clean up podpreset deprecated client
2020-09-14 09:24:41 -04:00
David Eads
c0c033b12f
generated
2020-09-14 09:24:41 -04:00
David Eads
4172068d93
remove generated podpreset
2020-09-14 09:24:40 -04:00
David Eads
c7911a384c
remove pod presets
2020-09-14 09:24:40 -04:00
Adrian Moreno
21b598cbe7
portforward: Fix UDP-only ports calculation
...
If a service has both TCP and UDP but the TCP port appears before in the
range loop, it will be considered a UDP-only port and the forwarding
will fail.
Fix that by calculating the difference between UDP ports and TCP ports.
Signed-off-by: Adrian Moreno <amorenoz@redhat.com >
2020-09-14 08:40:50 +02:00
andyzhangx
f15bb8d72e
chore: add network rule support in Azure account creation
...
set DefaultActionDeny
fix comments
2020-09-14 03:42:58 +00:00
jingyih
5ee8e8e918
Update etcd to dd1b699fc489
2020-09-11 17:20:29 +08:00
Kubernetes Prow Robot
d39214ade1
Merge pull request #94603 from wojtek-t/migrate_leader_election_to_leases_todos
...
Migrate scheduler, controller-manager and cloud-controller-manager to use LeaseLock
2020-09-11 00:08:14 -07:00
Kubernetes Prow Robot
bcfba492ef
Merge pull request #94580 from kiyoshim55/fix-kubectl-alpha-debug-panic
...
Fix index out of range panic for kubectl alpha debug
2020-09-10 20:58:14 -07:00
Kubernetes Prow Robot
1b0ef515b7
Merge pull request #93569 from andrewsykim/instance-v2-zone-region
...
cloud provider: add zone/region to InstanceMetadata
2020-09-10 17:14:14 -07:00
Kiyoshi Muranaka
bf3dfaf999
Fix index out of range panic for kubectl alpha debug
...
Fix containerNameToRef func to get init containers and ephemeral containers properly.
Set EphemeralContainers in generatePodCopyWithDebugContainer func to nil which means
dropping ephemeral containers from a copy of pod so that it can be created successfully,
otherwise it is rejected by the API server.
2020-09-11 09:07:09 +09:00
Kubernetes Prow Robot
6085d90897
Merge pull request #92064 from roycaihw/storage-version/serve-api
...
Serve storage-versions API in kube-apiserver
2020-09-10 10:45:48 -07:00
Kubernetes Prow Robot
0ea3987e53
Merge pull request #93785 from SataQiu/fix-comment-20200807
...
Fix incorrect comment in runtime ObjectKind interface
2020-09-10 09:33:45 -07:00
wojtekt
805c1753cd
Migrate scheduler, controller-manager and cloud-controller-manager to lease lock.
2020-09-10 11:57:18 +02:00
Kubernetes Prow Robot
ed3be9d7b9
Merge pull request #93039 from endocrimes/dani/update-go-digest-v1_0_0
...
deps: opencontainers/go-digest -> v1.0.0
2020-09-09 17:01:44 -07:00