Heng WU
4b7f6d8750
Update joinconfiguration.go
2021-02-11 09:57:08 +08:00
Heng WU
0bb842637c
Update joinconfiguration.go
2021-02-11 09:08:11 +08:00
Kubernetes Prow Robot
a3a3d4ae14
Merge pull request #98944 from dims/prevent-race-condition-with-bytes-buffer-in-vsphere-unit-tests
...
Prevent race condition with bytes buffer in vsphere unit tests
2021-02-10 16:56:32 -08:00
Kubernetes Prow Robot
71d411982a
Merge pull request #98926 from claudiubelu/tests-etcd-registry
...
tests: Separate registry configuration for etcd image
2021-02-10 16:56:23 -08:00
Kubernetes Prow Robot
8a8caf317b
Merge pull request #97616 from knabben/netpol-2a-allow
...
Netpol E2E test should allow traffic to an application
2021-02-10 16:56:16 -08:00
Khaled (Kal) Henidak
32b9e31c23
ammend tests to ensure feat gate is off when expected (beta: gate is always on)
2021-02-10 23:58:55 +00:00
Kubernetes Prow Robot
838bb6a567
Merge pull request #98663 from gavinfish/sched-remove-plugin-pt
...
Scheduler: change config.Plugins from pointers to objects
2021-02-10 15:36:15 -08:00
Antonio Ojea
7223f12f39
don´t leak files on iptables tests
...
the iptables restore function, if it considers that the --wait flag
is not supported, creates a lock file to mimic the iptables behaviour.
The test should take this into account and remove the file.
2021-02-11 00:20:38 +01:00
Khaled (Kal) Henidak
3e56ddae67
upgrade IPv6DualStack feature to beta and turn on by default
2021-02-10 23:14:05 +00:00
Kubernetes Prow Robot
0d598baa4a
Merge pull request #98641 from Jeffwan/update_links
...
Fix ALPHA stability level reference link
2021-02-10 13:42:15 -08:00
Kubernetes Prow Robot
a1e310b200
Merge pull request #97984 from alculquicondor/job-integration
...
Add integration test for parallel and non-parallel Job
2021-02-10 11:58:15 -08:00
Wei Huang
04a40d1f18
sched: remove Unknown queuing literal
2021-02-10 11:03:07 -08:00
David Ashpole
0272980ab1
Fix MetricsGrabber test: only check for the master pods if the master node is registered
2021-02-10 10:58:41 -08:00
Aldo Culquicondor
758813baa3
Add integration tests for Job
...
Includes controller restarts
2021-02-10 18:53:24 +00:00
Joakim Roubert
3dd3211c81
Fix shellcheck failures in cluster/gce/gci/configure.sh
...
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2021-02-10 19:23:31 +01:00
Kubernetes Prow Robot
0f3aada51e
Merge pull request #90405 from joakimr-axis/joakimr-axis_util.sh
...
Fix shellcheck warnings/errors in cluster/gce/util.sh
2021-02-10 10:02:16 -08:00
Kubernetes Prow Robot
dcec526c80
Merge pull request #98938 from rphillips/fixes/race_TestSyncPodsDeletesWhenSourcesAreReadyPerQOS
...
kubelet_test: fixes race in TestSyncPodsDeletesWhenSourcesAreReadyPerQOS
2021-02-10 09:10:59 -08:00
drfish
74315f9c56
Change config.Plugins from pointers to objects
2021-02-10 23:45:59 +08:00
Ryan Phillips
ee8ea1b2c1
kubelet_test: fixes race in TestSyncPodsDeletesWhenSourcesAreReadyPerQOS
2021-02-10 09:36:32 -06:00
Antonio Ojea
ed21a0e16c
kube-proxy: clear conntrack entries after rules are in place
...
Clear conntrack entries for UDP NodePorts,
this has to be done AFTER the iptables rules are programmed.
It can happen that traffic to the NodePort hits the host before
the iptables rules are programmed this will create an stale entry
in conntrack that will blackhole the traffic, so we need to
clear it ONLY when the service has endpoints.
2021-02-10 16:22:03 +01:00
Kishor Joshi
f48972e671
additional subnet configuration for AWS ELB ( #97431 )
...
* support subnets without cluster tag for auto-discovery
* add support for manual subnet configuration via service annotation
2021-02-10 07:18:59 -08:00
Kubernetes Prow Robot
11a05eb9af
Merge pull request #94895 from kinvolk/mauricio/fix-setvolumeownership
...
volume: Change owner of symlinks too
2021-02-10 05:50:59 -08:00
Davanum Srinivas
ad2174f519
prevent race condition with bytes.Buffer in vsphere unit tests
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-02-10 08:42:27 -05:00
Kubernetes Prow Robot
940f6cab43
Merge pull request #98948 from BenTheElder/hint-mac
...
suggest homebrew when bash is too old on macOS
2021-02-10 04:56:59 -08:00
Kubernetes Prow Robot
d08ac1dfcb
Merge pull request #96884 from saschagrunert/headers
...
Use markdown headers instead of bold text for PR template
2021-02-10 03:38:59 -08:00
Kubernetes Prow Robot
72c393358b
Merge pull request #98951 from wojtek-t/autoscaling_tags
...
Add [sig-autoscaling] tag to remaining cluster autoscaler tests
2021-02-10 02:44:59 -08:00
Joakim Roubert
8bf2836e41
Fix remaining shellcheck issues in cluster/gce/util.sh
...
Signed-off-by: Joakim Roubert <joakimr@axis.com>
2021-02-10 10:07:45 +01:00
Kubernetes Prow Robot
18605d8814
Merge pull request #98792 from wzshiming/ut/speed-up-persistentvolume
...
Speed up pkg/controller/volume/persistentvolume unit tests
2021-02-10 01:06:59 -08:00
Kubernetes Prow Robot
6b9379eae4
Merge pull request #98001 from JornShen/proxier_winkernel_structured_logging
...
migrate proxy/winkernel/proxier.go logs to structured logging
2021-02-09 23:47:12 -08:00
Kubernetes Prow Robot
d819199065
Merge pull request #97888 from pacoxu/fix/97565
...
check containerd as well as docker-containerd
2021-02-09 23:46:59 -08:00
wojtekt
d616cd14a6
Add [sig-autoscaling] tag to remaining cluster autoscaler tests
2021-02-10 08:15:46 +01:00
Benjamin Elder
7f1c6740f7
suggest homebrew when bash is too old on macOS
2021-02-09 22:40:01 -08:00
Kubernetes Prow Robot
071bdc344e
Merge pull request #98643 from chenyw1990/structuredLogsOfKubeletServer
...
pkg/kubelet/server: migrate to structured logs
2021-02-09 21:58:59 -08:00
Kubernetes Prow Robot
7a7778941b
Merge pull request #98897 from ii/promote-pod-service-proxy-with-path
...
Promote PodProxyWithPath & ServiceProxyWithPath test - + 12 endpoint coverage
2021-02-09 19:48:59 -08:00
Kubernetes Prow Robot
2289b02ea3
Merge pull request #98779 from freehan/nodesync-metrics
...
add metrics to nodeSyncLoop in service controller
2021-02-09 17:43:20 -08:00
Kubernetes Prow Robot
c07e7f8974
Merge pull request #98246 from YoyinZyc/add_context_to_apiserver
...
Apply request context to metrics in apiserver.
2021-02-09 17:43:13 -08:00
Kubernetes Prow Robot
b87ae556b3
Merge pull request #95865 from joakimr-axis/joakimr-axis_master-helper.sh
...
Fix shellcheck issues in cluster/gce/gci/master-helper.sh
2021-02-09 17:43:00 -08:00
Stephen Heywood
ee7ee85669
Update conformance metadata for relocated test
2021-02-10 13:32:58 +13:00
Kubernetes Prow Robot
60a0740c95
Merge pull request #98678 from ahg-g/ahg-ttl-beta
...
Graduate TTLAfterFinished to beta
2021-02-09 15:10:59 -08:00
Minhan Xia
7250083a1e
add metrics to nodeSyncLoop in service controller
2021-02-09 14:51:25 -08:00
Kubernetes Prow Robot
324eb844d1
Merge pull request #98736 from wongma7/aws
...
Warn instead of erroring if --gce-zone is not passed to e2e.test when --provider=aws
2021-02-09 13:22:58 -08:00
Cheng Xing
6b3f74dafb
Storage e2e: Remove pd csi driver installation in GKE
2021-02-09 13:14:58 -08:00
Kevin Klues
8a5fca3f1f
Add klueska as an approver in pkg/kubelet/OWNERS
...
Signed-off-by: Kevin Klues <kklues@nvidia.com>
2021-02-09 21:43:35 +01:00
Kubernetes Prow Robot
49a772a122
Merge pull request #98917 from claudiubelu/test-images/resource-consumer-bump
...
test images: Bump resource-consumer to 1.9
2021-02-09 12:05:06 -08:00
Kubernetes Prow Robot
69110b0e67
Merge pull request #98390 from knabben/deny-all-traffic-from-ns
...
Deny Ingress on other namespaces
2021-02-09 12:04:59 -08:00
Jiaxin Shan
4b796c359e
Remove CONTENT_TYPE in kubemark hollow template
...
CONTENT_TYPE in this case is `kube-api-content-type=application/vnd.kubernetes.protobuf` and it can be removed since
we don’t see a need for setting it differently in the tests.
Signed-off-by: Jiaxin Shan <seedjeffwan@gmail.com>
2021-02-09 11:04:44 -08:00
Kubernetes Prow Robot
ab5a8c4af8
Merge pull request #98639 from knabben/udp-connect-agnhost
...
UDP protocol on connect agnhost command
2021-02-09 10:25:39 -08:00
Kubernetes Prow Robot
b9b11d3100
Merge pull request #98510 from jsturtevant/windows-metrics-access-denied
...
Ignore transient errors when gathering stats for Windows Containers in Dockershim
2021-02-09 10:25:30 -08:00
Kubernetes Prow Robot
3ad19200ba
Merge pull request #97321 from shawnhanx/master
...
Change the upper limit of evictionthreshold from 10000% to 100%
2021-02-09 10:25:13 -08:00
Kubernetes Prow Robot
45d9a13b94
Merge pull request #96451 from ping035627/k8s-201112
...
Extract the const for ContainerStateReason
2021-02-09 10:25:00 -08:00