k3s/pkg/kubectl
Kubernetes Submit Queue a2d7dc5b36 Merge pull request #46784 from alexandercampbell/fix-reaper-timeout-bug
Automatic merge from submit-queue

Fix Reaper timeout bug

This PR is an fix to the issue [noticed](https://github.com/kubernetes/kubernetes/pull/46468#discussion_r118589512) in a previous PR.

Previous behavior was to calculate a timeout but then ignore it, using `reaper.timeout` instead.
New behavior is to use the calculated timeout for `waitForStatefulSet`, which is passed to the Scaler.

Thanks to @foxish and @apelisse for pointing me in the right direction.

**Release note**:

```release-note
NONE
```
2017-07-28 15:30:24 -07:00
..
cmd Merge pull request #47267 from fabianofranz/kubectl_plugins_v1_part3 2017-07-28 05:08:05 -07:00
metricsutil Merge pull request #45389 from monopole/isolation1 2017-05-15 19:34:52 -07:00
plugins Flag support in kubectl plugins 2017-07-18 15:35:40 -03:00
resource add cronjobs to all 2017-07-21 10:56:26 -04:00
testing Update generated code 2017-07-18 09:28:49 +02:00
util fix cross build for windows 2017-07-05 12:42:41 -07:00
BUILD Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
OWNERS
apply.go kubectl: simplify code with help of linter 2017-06-23 09:49:30 -07:00
autoscale.go
bash_comp_utils.go
cluster.go run hack/update-all 2017-06-22 11:31:03 -07:00
cluster_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
clusterrolebinding.go add validate in create rolebinding 2017-05-08 15:52:44 +08:00
configmap.go fix comment of isDir 2017-06-02 09:26:13 +08:00
configmap_test.go
deployment.go kubectl/deployment: add BaseDeploymentGenerator to reduce duplication 2017-07-18 13:17:45 -07:00
deployment_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
doc.go kubectl: rewrite docstrings in several files 2017-06-23 09:49:30 -07:00
env_file.go kubectl: refactor addFromEnvFile, write tests 2017-06-23 09:49:30 -07:00
env_file_test.go kubectl: refactor addFromEnvFile, write tests 2017-06-23 09:49:30 -07:00
explain.go Update go-restful dependency 2017-05-05 13:57:01 -07:00
generate.go kubectl: rewrite docstrings in several files 2017-06-23 09:49:30 -07:00
generate_test.go
history.go DS: kubectl changes 2017-07-25 11:47:57 -07:00
interfaces.go
kubectl.go kubectl: rewrite docstrings in several files 2017-06-23 09:49:30 -07:00
kubectl_test.go
namespace.go
namespace_test.go Add test case for namespace 2017-06-03 14:35:49 +08:00
pdb.go PDB MaxUnavailable: kubectl changes 2017-05-23 07:18:44 -07:00
proxy_server.go eliminate kubectl dependency on k8s.io/kubernetes/pkg/util 2017-06-29 14:49:51 -07:00
proxy_server_test.go allow kubectl proxy to handle specified reject methods and default to allow all 2017-04-29 21:10:52 -05:00
quota.go
quota_test.go
resource_filter.go Correctly filter terminated pods in kubectl 2017-07-11 17:32:56 -07:00
resource_filter_test.go Add test for kubectl resource filter. 2017-07-12 11:44:28 -07:00
rolebinding.go add validate in create rolebinding 2017-05-08 15:52:44 +08:00
rolebinding_test.go
rollback.go DS: kubectl changes 2017-07-25 11:47:57 -07:00
rolling_updater.go kubectl: simplify code with help of linter 2017-06-23 09:49:30 -07:00
rolling_updater_test.go **What this PR does / why we need it**: 2017-05-21 20:44:21 -07:00
rollout_status.go DS: kubectl changes 2017-07-25 11:47:57 -07:00
rollout_status_test.go Update StatefulSet rollout status for parameterized RollingUpdate 2017-06-12 10:07:07 -07:00
run.go Allow setting service account with kubectl run 2017-07-15 12:37:10 -04:00
run_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
scale.go
scale_test.go
secret.go modify the meassage in kubectl secret command when the envFile path is not an file path 2017-06-26 16:30:43 +08:00
secret_for_docker_registry.go
secret_for_docker_registry_test.go
secret_for_tls.go
secret_for_tls_test.go
secret_test.go
service.go
service_basic.go Populate endpoints and allow ports with headless service 2017-06-28 11:15:51 +08:00
service_basic_test.go Populate endpoints and allow ports with headless service 2017-06-28 11:15:51 +08:00
service_test.go Populate endpoints and allow ports with headless service 2017-06-28 11:15:51 +08:00
serviceaccount.go
serviceaccount_test.go
sorting_printer.go run hack/update-all 2017-06-22 11:31:03 -07:00
sorting_printer_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
stop.go StatefulSetReaper#Stop: use the timeout we calculate 2017-07-27 11:34:32 -07:00
stop_test.go Deleting ServiceReaper 2017-06-01 14:25:01 -07:00
versioned_client.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00