drfish
010b885236
Remove workaround for RS bug in cmd apps test
2020-01-10 09:39:54 +08:00
Odin Ugedal
6a73c0899a
Fix shellcheck failures SC2251
...
https://github.com/koalaman/shellcheck/wiki/SC2251
This may be masking some test failures.
We have a bunch of test code like this:
set -o errexit
[...]
! kubectl get pod wrong-pod
[...]
This test will succeed no matter what the result (return code) of kubectl is.
2019-10-23 22:47:47 +02:00
calmkart
d558a89437
MOD:fix spelling errors
2019-09-11 15:59:15 +08:00
Xiangyang Chu
4ef227c682
Fix of review comments. Will squash later.
...
Including:
- Remove external usage of resource name vars
- Add commments about why we export field helpers
2019-07-18 09:12:28 +08:00
Jordan Liggitt
6ca80760fd
Switch test manifests to apps/v1, remove beta workloads calls
2019-06-22 13:58:07 -07:00
Kubernetes Prow Robot
6dfc996156
Merge pull request #77423 from apelisse/rollout-restart-other-workloads
...
Implement rollout restart for statefulset and daemonset
2019-05-16 16:27:06 -07:00
Antoine Pelisse
145935d815
Implement rollout restart for statefulset and daemonset
2019-05-16 08:50:42 -07:00
Xiangyang Chu
7a385bf2ea
Fix wrong pipe in grep -q
2019-04-26 14:23:53 +08:00
Xiangyang Chu
2260cc29b9
Make test/cmd/a*.sh pass shellcheck
2019-04-26 11:39:11 +08:00
Antoine Pelisse
1bf99e2e4e
Create kubectl rollout restart deployment/$deployment
to do a rolling restart
2019-04-06 21:14:40 -07:00
Jordan Liggitt
fd9e9b01b1
Remove uses of extensions/v1beta1 clients
2018-12-19 11:18:53 -05:00
k8s-ci-robot
3f5db92840
Merge pull request #68812 from WanLinghao/token_projection_ca_secret_create
...
Create Ca-certificate configmap used by token projected volume
2018-11-08 10:57:25 -08:00
WanLinghao
efac533f92
To inject ca.crt into container when projected volume was specified, configmap should be created in each namespace.
...
This patch add a controller called "root-ca-cert-publisher" to complete above job as well as some bootstrap rbac policies.
2018-11-08 11:33:47 +08:00
Jordan Liggitt
57df11bc0f
Switch kubectl rollout to directly rolling back deployments
2018-10-26 23:48:44 -04:00
Morten Torkildsen
dcb3d8b14f
Remove flaky test by avoiding reuse of name for replicaset
2018-10-12 12:01:07 -07:00
Maciej Szulik
59fc12006b
Fix NameFromCommandArgs when passing command after --
2018-08-22 15:23:13 +02:00
Jordan Liggitt
84ceaf1943
ensure rs pod cleanup happens
2018-07-10 15:43:43 -04:00
David Eads
aa8110044d
straight split of test-cmd
2018-07-05 11:38:26 -04:00