Commit Graph

97121 Commits

Author SHA1 Message Date
Andrew Sy Kim
aadc1d25b3 pkg/credentialprovider: export URL parsing and matching helper functions
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-10 13:44:07 -05:00
Andrew Sy Kim
5344afd4fb pkg/credentialprovider: add initial exec-based credential provider plugin
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-10 13:44:07 -05:00
Andrew Sy Kim
2d0dd26252 kubelet: add initial credentialprovider v1alpha1 APIs
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-10 13:44:06 -05:00
Andrew Sy Kim
ab04386e8f feature gates: add KubeletCredentialProviders feature gate
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-10 13:44:06 -05:00
Andrew Sy Kim
51441fd052 kubelet: support alpha credential provider exec plugins
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-10 13:44:06 -05:00
Andrew Sy Kim
c23638c3ce kubelet: update pkg/kubelet/apis/config/OWNERS to include api approvers and reviewers
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-10 13:44:06 -05:00
Andrew Sy Kim
359c6e2623 kubelet: add CredentialProviderConfig API
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-10 13:44:06 -05:00
Michelle Au
ebf6f287ae Add sig-storage leads as feature-approvers
Change-Id: If7f87e7cecb7ebd581604a10c9047752806ed49b
2020-11-10 10:08:26 -08:00
Kubernetes Prow Robot
3146daf433
Merge pull request #96418 from marseel/fix_large_k8s_clusters_without_vpc_native
Forbid creating clusters with more than 100 nodes without vpc-native
2020-11-10 10:00:40 -08:00
Maciej Szulik
6b4dd3d774
Change at which level klog.Fatal is invoked 2020-11-10 17:27:07 +01:00
Kubernetes Prow Robot
0ad06e991a
Merge pull request #96370 from serathius/sanitization
Add --experimental-logging-sanitization flag to control plane components
2020-11-10 08:08:40 -08:00
Marcel Zięba
6e598a96ff Forbid creating clusters with more than 100 nodes without vpc-native 2020-11-10 15:58:25 +00:00
Kubernetes Prow Robot
26f09b77a8
Merge pull request #96028 from masap/local_up_cluster2
local-up-cluster.sh: Pass CLUSTER_CIDR to kube-proxy
2020-11-10 07:17:00 -08:00
Mucahit Kurt
6748570724 Change the logic of pod volumes existence check during kubelet cleanupOrphanedPodDirs, cleanupOrphanedPodCgroups and PodResourcesAreReclaimed
check in-memory cache whether volumes are still mounted and check disk directory for the volume paths instead of mounted volumes check

Signed-off-by: Mucahit Kurt <mucahitkurt@gmail.com>
2020-11-10 17:33:01 +03:00
Kubernetes Prow Robot
4926beedf9
Merge pull request #96414 from andyzhangx/remove-label-dependency
remove label dependency on k8s api in Azure
2020-11-10 06:22:41 -08:00
andyzhangx
7c4ae183e0 remove label dependency on k8s api in Azure
fix golint

fix gofmt
2020-11-10 12:58:17 +00:00
Kubernetes Prow Robot
59405cc2b4
Merge pull request #96338 from nilo19/feature/support-additional-probe-protocol
Support customize load balancer health probe protocol and request path
2020-11-10 03:12:39 -08:00
pigletfly
19a36d4b9a Remove duplicate import 2020-11-10 19:11:46 +08:00
Bryan Boreham
19de43137b kubelet: ensure pod UIDs are unique
Ensure node name and file path are included in the hash which produces
the pod UID, otherwise all pods created from the same manifest have
the same UID across the cluster.

The real author of this code is Yu-Ju Hong <yjhong@google.com>.
I am resurrecting an abandoned PR, and changed the git author to pass
CLA check.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2020-11-10 10:04:04 +00:00
Marek Siarkowicz
bd2bf5c0e3 Add --experimental-logging-sanitization flag to control plane components
Co-authored-by: Paweł Kępka <pkepka@google.com>
2020-11-10 10:47:40 +01:00
Saikat Roychowdhury
a07096952b FsgroupChange policy test suite 2020-11-10 08:36:07 +00:00
Kubernetes Prow Robot
4628c605aa
Merge pull request #92466 from mborsz/nmetrics
Improve observability of node authorizer
2020-11-10 00:32:42 -08:00
Maciej Borsz
4d81f7e129 Improve observability of node authorizer:
* Adding some metrics to the graph
* Adding log message when node authorizer has synced

Change-Id: I3447d6bc389a0b82ded1db2a7a4ae41d79486c2b
2020-11-10 08:40:46 +01:00
Jing Xu
a4aa494cc1 Remove ready directory which created in empty volumeMounter setUp func
Change-Id: I2384b07c7a044149e93e951a45f9f8a7bd9dba15
2020-11-09 23:12:21 -08:00
Andrew Sy Kim
80f2101da1 cloud-provider: update docs and guidance for InstanceV2 and Zones
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-11-10 01:13:45 -05:00
marosset
b14e83333b fixing issue where SMB share paths cannot resolve with CRI-containerD on Windows 2020-11-10 05:54:28 +00:00
Kubernetes Prow Robot
082146a6e6
Merge pull request #96358 from jiaxunsongucb/azurestack_apiversion
fix: change storage account client API version for Azure Stack
2020-11-09 20:57:03 -08:00
Kubernetes Prow Robot
9778f05c7b
Merge pull request #96320 from Huang-Wei/cleanup-annotation-wording
cleanup dated wording "NominatedNodeName annotation"
2020-11-09 20:56:54 -08:00
Kubernetes Prow Robot
347e4e9e22
Merge pull request #96205 from qingsenLi/k8s201104-ga
Remove TaintBasedEvictions Feature Gate
2020-11-09 20:56:40 -08:00
Wei Huang
6e0fb9ad7f
Ignore specific Pod update events in scheduler 2020-11-09 20:35:01 -08:00
Kubernetes Prow Robot
2e55fa82df
Merge pull request #96330 from jingxu97/nov/snapshot
Modify storage snapshottable test for Windows
2020-11-09 19:52:41 -08:00
Qi Ni
d17621bee6 Support customize load balancer health probe protocol 2020-11-10 11:50:00 +08:00
Hemant Kumar
006020b71e Move fsGroupChangePolicy feature to beta 2020-11-09 21:49:11 -05:00
Kathryn Baldauf
fbf46a4c5b Add WindowsContainerResources to UpdateContainerResourcesRequest
Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
2020-11-09 18:38:52 -08:00
xing-yang
3379395471 Change snapshot test to use v1 apis 2020-11-10 02:27:38 +00:00
Kubernetes Prow Robot
6e95025994
Merge pull request #92165 from RenaudWasTaken/v1-pod-resources
Graduate the Pod Resources API to G.A
2020-11-09 18:24:41 -08:00
Kubernetes Prow Robot
4261200724
Merge pull request #93873 from roycaihw/storage-version/handler
Apiserver updates storageversions API and filters certain write requests during bootstrap
2020-11-09 17:30:41 -08:00
Jing Xu
de7eb94388 Modify storage snapshottable and disruptive test for Windows
Update snapshottable and disable disruptive test for Windows

Change-Id: I9d6beb25078c1941e405bf61545caae30326ddd1
2020-11-09 16:54:29 -08:00
Jiaxun Song
09112ed1f4 fix: change storage account client API version for Azure Stack 2020-11-09 16:40:34 -08:00
Yu Liao
9eb0463265 Fixed failure: ProvisioningFailed: Failed to provision volume with StorageClass "standard": invalid AccessModes [ReadWriteOnce ReadOnlyMany ReadWriteMany]: only AccessModes [ReadWriteOnce ReadOnlyMany] are supported 2020-11-09 16:23:38 -08:00
Kubernetes Prow Robot
734889ed82
Merge pull request #96224 from gnufied/add-dangling-error-vsphere
Add dangling volume check for vsphere
2020-11-09 16:09:09 -08:00
Kubernetes Prow Robot
fe37798329
Merge pull request #94115 from andrewsykim/fix-dockershim-exec
kubelet: respect exec probe timeouts
2020-11-09 16:08:55 -08:00
Kubernetes Prow Robot
2b4be7bb5f
Merge pull request #88759 from andyzhangx/csi-dir-fix
feat: ignore mount dir check in csi node stage/publish
2020-11-09 16:08:40 -08:00
Jefftree
c8716d4672 Set enable konnectivity service to true by default 2020-11-09 15:34:35 -08:00
Haowei Cai
23f77ce7c6 fixup! apiserver correctly validates encoding/decodable versions 2020-11-09 15:23:13 -08:00
Kubernetes Prow Robot
e5194dd936
Merge pull request #96202 from alculquicondor/default-node-affinity
Add AddedAffinity to NodeAffinity Filter and Score plugin
2020-11-09 15:14:55 -08:00
Kubernetes Prow Robot
c84c3c4858
Merge pull request #96124 from adtac/apf1ginkgo
e2e: add APF flowcontrol request drown-out test
2020-11-09 15:14:41 -08:00
Hugo Fonseca
ba514718da HTTP Prove: Removes Accept-Encoding header from http probe
The Accept-Encoding header is added by default because compression is enabled by default. By removing it we are reducing the sent payload.
2020-11-09 22:20:56 +00:00
xing-yang
6acf5fab00 Update snapshot CRDs to v1 2020-11-09 22:01:35 +00:00
Kubernetes Prow Robot
d9d626f1e6
Merge pull request #96244 from yue9944882/apf-filter-test-failure
Fixes APF filter test failure due to racy read&write
2020-11-09 13:44:42 -08:00