Kubernetes Prow Robot
062fe2ebf1
Merge pull request #95025 from knight42/fix/ingress-gce-e2e
...
fix: correct glbc ClusterRole
2020-09-24 09:24:43 -07:00
Kubernetes Prow Robot
769f047675
Merge pull request #95024 from chendave/exported
...
Use the exported struct member directly
2020-09-24 09:24:34 -07:00
Kubernetes Prow Robot
85c9183c6b
Merge pull request #95006 from verb/debug-help
...
Update the use message for kubectl debug
2020-09-24 09:24:21 -07:00
Kubernetes Prow Robot
48cb3b2b4f
Merge pull request #94850 from SataQiu/structed-log-20200917
...
Using structured logging in scheduler framework runtime
2020-09-24 09:24:06 -07:00
Kubernetes Prow Robot
2d9a0b64d1
Merge pull request #95013 from soltysh/fix_context
...
Use pager's context instead of TODO
2020-09-24 08:16:20 -07:00
Kubernetes Prow Robot
770eb2c4a0
Merge pull request #94871 from neolit123/1.20-kubeadm-remove-experimental-kustomize
...
kubeadm: remove the --experimental-kustomize feature
2020-09-24 08:16:06 -07:00
SataQiu
47c58c3785
using structured logging in scheduler framework runtime
2020-09-24 21:54:31 +08:00
Kubernetes Prow Robot
b58777eda0
Merge pull request #92964 from vponomaryov/issue-88752-in-master
...
agnhost image: use actual DNS domain instead of hardcoded cluster.local
2020-09-24 05:30:05 -07:00
Valerii Ponomarov
c55b6cdbb4
agnhost image: use actual DNS domain instead of hardcoded cluster.local
...
'agnhost' image uses hardcoded 'cluster.local' value for DNS domain.
It leads to failure of a bunch of HPA tests when test cluster is
configured to use custom DNS domain and there is no alias for
default 'cluster.local' one.
So, fix it by reusing it's own function for reading DNS domain suffixes.
Signed-off-by: Valerii Ponomarov <kiparis.kh@gmail.com>
2020-09-24 14:24:16 +03:00
Dave Chen
a9b71c198b
Use the exported struct member directly
...
Signed-off-by: Dave Chen <dave.chen@arm.com>
2020-09-24 16:15:11 +08:00
knight42
91bd11681a
fix: correct glbc ClusterRole
...
Signed-off-by: knight42 <anonymousknight96@gmail.com>
2020-09-24 16:14:36 +08:00
Kubernetes Prow Robot
d9b576d61e
Merge pull request #93384 from zhouya0/support_kubectl_delete_foreground
...
Support kubectl delete orphan/foreground/background options
2020-09-23 23:58:04 -07:00
Kubernetes Prow Robot
63d4a03270
Merge pull request #94947 from phillc/master
...
Replace 'the the ' with 'the '
2020-09-23 20:28:04 -07:00
Kubernetes Prow Robot
734cdb6125
Merge pull request #91977 from varunmar/kube-proxy-disable
...
Allow the lifecycle of kube-proxy to be managed independently of the …
2020-09-23 18:26:04 -07:00
Kubernetes Prow Robot
aad834b073
Merge pull request #94438 from claudiubelu/tests/agnhost-usage-refactor-4
...
tests: Refactors agnhost image pod usage in tests
2020-09-23 15:36:05 -07:00
Kubernetes Prow Robot
d9bb58fc49
Merge pull request #95009 from jsafrane/cinder-remove-ext3
...
Remove ext2 + ext3 tests from most volume plugins
2020-09-23 14:36:39 -07:00
Kubernetes Prow Robot
d3860a2b15
Merge pull request #95008 from jayunit100/reverting-antonios-revert
...
Reverting antonios revert (and re-adding the original fix to breadth first polling which was lost in the original pr)
2020-09-23 14:36:30 -07:00
Kubernetes Prow Robot
880344850d
Merge pull request #94546 from kishorj/nlb_custom_healthcheck
...
AWS NLB/ELB health check config based on service annotations
2020-09-23 14:36:19 -07:00
Kubernetes Prow Robot
eec4c0f099
Merge pull request #89086 from fgogolli/patch-1
...
Update kustomize.md
2020-09-23 14:36:05 -07:00
Kubernetes Prow Robot
c0d0baf08f
Merge pull request #94974 from andrewsykim/secret-keyring-tests
...
kubelet: add unit tests for imagePullSecrets keyring
2020-09-23 13:32:19 -07:00
Kubernetes Prow Robot
4302639253
Merge pull request #92370 from Murphylu1993/master
...
fix CHANGELOG typo
2020-09-23 13:32:05 -07:00
Flamur Gogolli
65f4f2d593
Fix typo & documentation on kustomize.md
...
Fix typo on nameName vs newName
Fix documentation bug on SecretGeneratorArgs
2020-09-23 20:25:13 +01:00
Kubernetes Prow Robot
7614e33186
Merge pull request #94891 from iotty/fix.typo
...
[pkg/api/podsecuritypolicy]: fixup typo
2020-09-23 11:19:05 -07:00
Maciej Szulik
d91a1f7e92
Use pager's context instead of TODO
2020-09-23 20:18:03 +02:00
Andrew Sy Kim
44e6998f1b
kubelet: add unit tests for imagePullSecrets keyring
...
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2020-09-23 14:11:10 -04:00
Kubernetes Prow Robot
8eda21ea3f
Merge pull request #94950 from dashpole/empty_package_vendor
...
Fix empty package license generation
2020-09-23 10:14:39 -07:00
Kubernetes Prow Robot
3aa546923c
Merge pull request #94586 from BedivereZero/master
...
Stop container before remove for Docker
2020-09-23 10:14:25 -07:00
Kubernetes Prow Robot
4ad26f2626
Merge pull request #89425 from claudiubelu/test-images/switch-to-nanoserver
...
test images: uses nanoserver
2020-09-23 10:14:10 -07:00
Kubernetes Prow Robot
7a2812ca60
Merge pull request #94938 from yagonobre/certs-graduate
...
Graduate kubeadm alpha certs command
2020-09-23 08:36:10 -07:00
Jan Safranek
c4e6572912
Remove ext2 + ext3 tests
...
Testing with the default FS (ext4) is IMO enough, ext2/ext3 does not add much
value. It's handled by the same kernel module anyway.
Leave ext2/ext3 only in GCE PD which is tested in kubernetes/kubernetes CI
jobs regularly to catch regressions.
2020-09-23 17:32:50 +02:00
jay vyas
60c8a36a7b
Add failure logic to tests that rely on side-effect-free dial functions.
2020-09-23 09:36:23 -05:00
jay vyas
64548b3cfa
Adding back in the breadth-first-polling logic.
...
"Revert "Merge pull request #93837 from jayunit100/DialFromContainerB""
This reverts commit f7a28c3904
.
2020-09-23 09:09:38 -05:00
Lee Verberne
40904c7a7d
Update the use message for kubectl debug
...
The command now supports type syntax similar to `kubectl get`.
2020-09-23 15:51:47 +02:00
Yago Nobre
2f19cf7cbc
Graduate kubeadm alpha certs command
2020-09-23 10:13:45 -03:00
Kubernetes Prow Robot
131f42d263
Merge pull request #93023 from krzysied/adapter_apply
...
Using kubectl apply to create metric adapter
2020-09-23 03:42:08 -07:00
Krzysztof Siedlecki
a96cbba6fb
using kubectl apply to create metric adapter
2020-09-23 11:13:32 +02:00
Kubernetes Prow Robot
d19aec8bf1
Merge pull request #92985 from serathius/summary
...
Move Kubelet Summary API to staging directory
2020-09-22 22:30:08 -07:00
Kubernetes Prow Robot
f404443d9b
Merge pull request #94984 from deads2k/fix-endpoint-check
...
check readyz before adding endpoint for kube-apiserver
2020-09-22 21:26:08 -07:00
Varun Marupadi
04a51cac17
Allow the lifecycle of kube-proxy to be managed independently of the startup scripts for GCE
...
Introduces a new env variable KUBE_PROXY_DISABLE which causes the configure scripts to skip over
the creation of both static pods as well as daemonset addons for kube-proxy.
When false, the behavior falls back to the default today, which is to rely on the value of
KUBE_PROXY_DAEMONSET to decide whether to start static pods on the nodes or an addon on the
master.
2020-09-22 20:37:35 -07:00
Kubernetes Prow Robot
3783e03dc9
Merge pull request #87266 from claudiubelu/tests/agnhost-usage-refactor
...
tests: Refactor agnhost image pod usage
2020-09-22 19:40:08 -07:00
Kubernetes Prow Robot
796f9d89ba
Merge pull request #94781 from ejweber/fc-attacher-empty-devname
...
Don't attempt to detach an FC device if we don't know its name
2020-09-22 18:34:22 -07:00
Kubernetes Prow Robot
61a2d0d34e
Merge pull request #94740 from tangwz/feat_use_Ticker_in_throughput
...
scheduler_perf: use time.Ticker in throughput measurement
2020-09-22 18:34:08 -07:00
Kubernetes Prow Robot
4332d3416e
Merge pull request #94170 from awly/spdy-pings
...
spdy: add optional periodic Pings on the connection
2020-09-22 16:52:22 -07:00
Kubernetes Prow Robot
ef57a095d9
Merge pull request #86506 from dineshba/master
...
sts: rollout history will show the details of the sts if the revision is specfied
2020-09-22 16:52:08 -07:00
Kubernetes Prow Robot
7363aa1e21
Merge pull request #94951 from prameshj/patch-4
...
Update nodelocaldns yaml to use 1.15.14 image
2020-09-22 14:42:42 -07:00
Kubernetes Prow Robot
18782e9996
Merge pull request #94884 from arghya88/remove-deprecated-scheduler-metrics
...
removing deprecated scheduler metrics
2020-09-22 14:42:32 -07:00
Kubernetes Prow Robot
299f6b7c60
Merge pull request #94872 from roycaihw/typo/fix-webhook-test-name
...
fix duplicate testcase names in TestValidateCachedClient
2020-09-22 14:42:23 -07:00
Kubernetes Prow Robot
9aae0ac354
Merge pull request #94864 from alculquicondor/empty-default-constraints
...
Tests for empty constraints array when DefaultPodTopologySpread is enabled
2020-09-22 14:42:09 -07:00
David Eads
3e93197b84
check readyz before adding endpoint for kube-apiserver
2020-09-22 17:23:45 -04:00
Claudiu Belu
89eae73323
tests: Refactors agnhost image pod usage in tests
...
A previous commit created a few agnhost related functions that creates agnhost
pods / containers for general purposes.
Refactors tests to use those functions.
2020-09-22 13:09:49 -07:00