Antonio Ojea
76a9c8695a
Revert "add e2e test for Service ExternalIPs"
...
This reverts commit 0ed8fd6dc9
.
It turns out that ExternalIPs are not allowed to be reachable from
pods until the IP is present in the node.
However, due to a kube-proxy limitation it was working in environment
that used CNIs without bridges for the pods.
2020-11-05 10:35:24 +01:00
10177505
3a0fbf91aa
CHANGELOG:Fix kubelet flag enable-cadvisor-json-endpoints
2020-11-05 17:25:04 +08:00
André Martins
c039b02fa7
client-go/rest: fix finalURLTemplate for url base == "/"
...
In some environments, where url base is "/", it can cause all paths to
be presented in metrics with "{prefix}" as `groupIndex` is with the wrong
index. To fix the behavior in such environments, it was added a
conditional branch to check if the URL base is "/" and, thus, print the
metrics with the correct path, for example "api/v1/nodes/{name}" instead
of "{prefix}".
Fixes: 99248b8fe1
("Rewrite finalURLTemplate used only for metrics because of dynamic client change")
Signed-off-by: André Martins <aanm90@gmail.com>
2020-11-05 10:12:37 +01:00
Kubernetes Prow Robot
e0a51c9e6b
Merge pull request #93244 from Sh4d1/etcd_health_timeout
...
Allow configuration of etcd healthcheck timeout
2020-11-05 01:06:53 -08:00
Yan Grunenberger
fdee7b2faa
Correctly fix clearing conntrack entry on endpoint changes (nodeport)
...
A previous PR (#71573 ) intended to clear conntrack entry on endpoint
changes when using nodeport by introducing a dedicated function to
remove the stale conntrack entry on the node port and allow traffic to
resume. By doing so, it has introduced a nodeport specific bug where the
conntrack entries related to the ClusterIP does not get clean if
endpoint is changed (issue #96174 ). We fix by doing ClusterIP cleanup in
all cases.
2020-11-05 09:45:17 +01:00
wangyamei
aba2c9a233
update changelog-1.20
2020-11-05 16:09:50 +08:00
Claudiu Belu
5152919611
test images: Authenticate in order to push images
...
We cannot push images without being authenticated.
2020-11-04 23:22:30 -08:00
Kubernetes Prow Robot
8bdd10b7d7
Merge pull request #96197 from zshihang/token
...
separate RootCAConfigMap from BoundServiceAccountTokenVolume
2020-11-04 22:51:05 -08:00
Kubernetes Prow Robot
c0e88a352c
Merge pull request #95986 from yue9944882/max-min-fairness
...
Mitigate wind-up problem in AP&F: prevent queue virtualStart lag
2020-11-04 22:50:53 -08:00
Qi Ni
667b2be621
Support multiple standard load balancers in one cluster
2020-11-05 14:12:50 +08:00
Qiming Teng
40c4c7906d
Use user facing field names in validation message
2020-11-05 13:53:06 +08:00
Kubernetes Prow Robot
f3fbd17bc8
Merge pull request #95697 from masap/ipset1
...
ipset: Address a TODO, add test for TestEntry() with IPv6 address
2020-11-04 20:47:05 -08:00
Kubernetes Prow Robot
fdd2f51e68
Merge pull request #92787 from divyenpatel/fix-e2e-test-vsphere_statefulsets
...
fixed e2e vsphere statefulsets test
2020-11-04 20:46:52 -08:00
Yecheng Fu
0961891a7a
report UnschedulableAndUnresolvable status instead of an error when PVCs can't find bound
...
persistent volumes
This is an user error. We should't report an error.
2020-11-05 10:28:40 +08:00
Kubernetes Prow Robot
1328d8c8c6
Merge pull request #96235 from PurelyApplied/exclude-levee-in-verify-all
...
Exclude KEP-1933 from verify-all.sh until after alpha status.
2020-11-04 18:11:25 -08:00
Kubernetes Prow Robot
b1d5816ada
Merge pull request #96214 from obeyda/feature/fix-go-1-15-tests
...
testing: fix failing test on go 1.15.3
2020-11-04 18:11:16 -08:00
Kubernetes Prow Robot
dbd2be08fb
Merge pull request #96020 from deads2k/dynamiclist
...
update fake dynamic client to return GVK
2020-11-04 18:11:06 -08:00
Kubernetes Prow Robot
7eaa7b4861
Merge pull request #95818 from ping035627/k8s-201023
...
Clean code: optimize some logs of mount
2020-11-04 18:10:53 -08:00
Shihang Zhang
d40f0c43c4
separate RootCAConfigMap from BoundServiceAccountTokenVolume
2020-11-04 17:10:39 -08:00
Kubernetes Prow Robot
f75316e294
Merge pull request #96238 from claudiubelu/test-images/set-root-home
...
test images: sets HOME=/root in cloudbuild.yaml
2020-11-04 16:41:07 -08:00
Kubernetes Prow Robot
fe5f2cf8ef
Merge pull request #95892 from JornShen/fix_plugin_name_for_fsgroupmetrics
...
Fix plugin name in fsgroupapplymetrics of csi and flexvolume
2020-11-04 16:40:53 -08:00
Mrunal Patel
b78be8446f
Add mrunalp as node approver
...
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
2020-11-04 15:48:30 -08:00
Kubernetes Prow Robot
9a469d28e0
Merge pull request #96228 from MrHohn/dns-owner
...
Adding an owner for addon/dns folder
2020-11-04 15:47:30 -08:00
Kubernetes Prow Robot
51a5e78bdc
Merge pull request #96123 from qiutongs/master
...
fix CPU time of pod stats with cs.CPU.Time
2020-11-04 15:47:20 -08:00
Kubernetes Prow Robot
05e5a49e0a
Merge pull request #96105 from lixiaobing1/nodeInfo
...
fix n to nodeInfo easy to understand
2020-11-04 15:47:06 -08:00
Kubernetes Prow Robot
d40b23bdbe
Merge pull request #96050 from knight42/fix/npd-test
...
fix(test::npd): fix node problem detector test
2020-11-04 15:46:53 -08:00
Claudiu Belu
54d0c1e1d2
test images: Removes -p yes flag from qemu-user-static script call
...
Currently, the Image Builder job is failing as it cannot build images
for other architecture types. This happens because the Image Builder image
does not have any of the expected qemu-* binaries in /usr/bin/ needed in order to
run qemu-binfmt-conf.sh with the -p yes flag, so that flag is removed.
2020-11-04 23:01:24 +00:00
Kubernetes Prow Robot
468f9f6cac
Merge pull request #96138 from verb/1.20-cli-debug-unalpha
...
Remove alpha from kubectl debug command invocation
2020-11-04 14:47:07 -08:00
Kubernetes Prow Robot
169683b05f
Merge pull request #95975 from jingxu97/oct/csiproxyversion
...
Update csi-proxy version
2020-11-04 14:46:53 -08:00
Adhityaa Chandrasekar
a3d94b53ca
optimise defaultpreemption: enumerate fewer candidates
...
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2020-11-04 22:39:58 +00:00
Adhityaa Chandrasekar
a2eb6d67ee
apiserver/filters test: fix data race and do not leak goroutines
...
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2020-11-04 22:32:50 +00:00
Adhityaa Chandrasekar
f9d57a8d5d
APF: use snake_case in metric labels
...
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2020-11-04 22:19:54 +00:00
shahra
e95af138b5
Volume snapshot e2e test to validate
...
VolumeSnapshotContent and PVC finalizer
2020-11-04 14:08:24 -08:00
Kubernetes Prow Robot
b835457c6e
Merge pull request #96220 from claudiubelu/test-images/experimental
...
test images: set DOCKER_CLI_EXPERIMENTAL=enabled
2020-11-04 13:26:03 -08:00
Kubernetes Prow Robot
cfc7887847
Merge pull request #96184 from ii/promote-replicationcontroller
...
Increasing withTimeout for ReplicationController Lifecycle test steps
2020-11-04 13:25:53 -08:00
Kubernetes Prow Robot
812aef32ce
Merge pull request #96179 from bbyrne5/RemoveServiceLoadBalancerFinalizer
...
Remove Service Load Balancer Feature Gate
2020-11-04 13:25:44 -08:00
Kubernetes Prow Robot
ff225efc10
Merge pull request #96095 from masap/local_up_cluster4
...
local-up-cluster.sh: Use config file instead of flags for kubelet
2020-11-04 13:25:30 -08:00
Kubernetes Prow Robot
48fa50fb5e
Merge pull request #95944 from wangyx1992/error-log-captialize
...
cleanup: fix some error log capitalization
2020-11-04 13:25:21 -08:00
Kubernetes Prow Robot
56c1be8317
Merge pull request #95603 from soltysh/api_extensions
...
Introduce api-extensions category in k8s apiserver
2020-11-04 13:25:07 -08:00
Kubernetes Prow Robot
583d01a9bf
Merge pull request #93293 from soltysh/loading_precedence
...
kubeconfig: add explicit path, if specified to loading precedence
2020-11-04 13:24:53 -08:00
Sai Harsha Kottapalli
06148eda25
check if kubectl version required values are empty
2020-11-05 02:51:43 +05:30
Patrick Rhomberg
e67ab309b7
Exclude KEP-1933 from verify-all.sh until after alpha status.
2020-11-04 20:18:57 +00:00
David Eads
f438345843
add GVK to fake dynamic client to match actual behavior
2020-11-04 14:57:18 -05:00
David Eads
eaac8b80ca
demonstrate existing generated client and fake client behavior is consistent
2020-11-04 14:57:18 -05:00
Kubernetes Prow Robot
396b90f06c
Merge pull request #95371 from staebler/plumb_channel_into_filters
...
plumb channel for lifetime of filter watermarks
2020-11-04 11:44:52 -08:00
David Eads
4dcf3807ac
remove dead apiserver field
2020-11-04 14:35:13 -05:00
Kubernetes Prow Robot
6a3fd8f3d7
Merge pull request #96204 from knight42/fix/curl-bearer-token
...
fix: pass bearer token to curl using --header instead of --oauth2-bearer
2020-11-04 10:38:53 -08:00
Zihong Zheng
2dfd77067e
Adding an owner for addon/dns folder
2020-11-04 10:38:48 -08:00
knight42
00e4234cc9
fix: pass bearer token to curl using -H instead of --oauth2-bearer
...
The flag `--oauth2-bearer` might have no effect in some environment.
Signed-off-by: knight42 <anonymousknight96@gmail.com>
2020-11-05 01:15:19 +08:00
Lee Verberne
30262e9b14
Remove alpha from kubectl debug
2020-11-04 17:45:28 +01:00