k3s/pkg/controller
Kubernetes Submit Queue 03cb11f020 Merge pull request #52275 from mattjmcnaughton/mattjmcnaughton/18155-hpa-tolerance-should-be-flag
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Make HPA tolerance a flag

**What this PR does / why we need it**:
Make HPA tolerance configurable as a flag. This change allows us to use
different tolerance values in production/testing.

**Which issue this PR fixes**: 
Fixes #18155

**Release note:**
```release-note
Control HPA tolerance through the `horizontal-pod-autoscaler-tolerance` flag.
```

Signed-off-by: mattjmcnaughton <mattjmcnaughton@gmail.com>
2017-10-16 16:47:43 -07:00
..
bootstrap update BUILD files 2017-10-15 18:18:13 -07:00
certificates update BUILD files 2017-10-15 18:18:13 -07:00
cloud update BUILD files 2017-10-15 18:18:13 -07:00
cronjob update BUILD files 2017-10-15 18:18:13 -07:00
daemon update BUILD files 2017-10-15 18:18:13 -07:00
deployment update BUILD files 2017-10-15 18:18:13 -07:00
disruption update BUILD files 2017-10-15 18:18:13 -07:00
endpoint update BUILD files 2017-10-15 18:18:13 -07:00
garbagecollector update BUILD files 2017-10-15 18:18:13 -07:00
history update BUILD files 2017-10-15 18:18:13 -07:00
job update BUILD files 2017-10-15 18:18:13 -07:00
namespace update BUILD files 2017-10-15 18:18:13 -07:00
node update BUILD files 2017-10-15 18:18:13 -07:00
podautoscaler Merge pull request #52275 from mattjmcnaughton/mattjmcnaughton/18155-hpa-tolerance-should-be-flag 2017-10-16 16:47:43 -07:00
podgc update BUILD files 2017-10-15 18:18:13 -07:00
replicaset update BUILD files 2017-10-15 18:18:13 -07:00
replication update BUILD files 2017-10-15 18:18:13 -07:00
resourcequota update BUILD files 2017-10-15 18:18:13 -07:00
route update BUILD files 2017-10-15 18:18:13 -07:00
service update BUILD files 2017-10-15 18:18:13 -07:00
serviceaccount update BUILD files 2017-10-15 18:18:13 -07:00
statefulset update BUILD files 2017-10-15 18:18:13 -07:00
testutil update BUILD files 2017-10-15 18:18:13 -07:00
ttl update BUILD files 2017-10-15 18:18:13 -07:00
volume update BUILD files 2017-10-15 18:18:13 -07:00
.import-restrictions
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
client_builder.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
controller_ref_manager.go Migrate to GetControllerOf from meta/v1 package 2017-08-06 22:41:58 +10:00
controller_ref_manager_test.go Merge pull request #50353 from zhangxiaoyu-zidif/Delete-redundant-expectError-for-controller-ref-test 2017-08-12 00:00:55 -07:00
controller_utils.go Slow-start batch pod creation of rs, rc, ds, jobs 2017-09-01 09:23:43 -06:00
controller_utils_test.go Using assertions 2017-10-10 22:44:12 -05:00
doc.go
lookup_cache.go