k3s/pkg/controller
Kubernetes Submit Queue 2ba2cc1321
Merge pull request #61615 from janetkuo/rm-adopt-hash
Automatic merge from submit-queue (batch tested with PRs 61790, 61808, 60339, 61615, 61757). 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>.

Deployment to stop adding pod-template-hash labels/selector on adoption

**What this PR does / why we need it**: This is a blocker for #55714, because ReplicaSet selector becomes immutable in `apps/v1`. With controller ref, Deployment's ReplicaSets and Pods can avoid fighting with each others without unique label/selector (pod-template-hash), so it's safe to stop adding hash label/selector on adoption. 

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #61433

**Special notes for your reviewer**: This is a behavioral change to Deployment controller that will affect all versions of Deployment APIs (`apps/v1`, `extensions/v1beta1`, `apps/v1beta1`, `apps/v1beta2`). 

**Release note**:

```release-note
Deployment will stop adding pod-template-hash labels/selector to ReplicaSets and Pods it adopts. Resources created by Deployments are not affected (will still have pod-template-hash labels/selector). 
```
2018-03-28 09:39:18 -07:00
..
bootstrap Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
certificates Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
cloud Merge pull request #59842 from ixdy/update-rules_go-02-2018 2018-02-19 22:23:05 -08:00
clusterroleaggregation Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
cronjob Merge pull request #61013 from andyxning/cronjob_remove_getNextStartTimeAfter 2018-03-21 16:01:23 -07:00
daemon disable DaemonSet scheduling feature for 1.10 2018-03-20 10:50:37 -04:00
deployment Remove unused Deployment util functions 2018-03-26 17:08:31 -07:00
disruption Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
endpoint Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
garbagecollector Merge pull request #59172 from fisherxu/removeyear 2018-03-21 12:44:37 -07:00
history Merge pull request #59365 from ayushpateria/patch-sts 2018-02-27 10:21:00 -08:00
job Backoff only when failed pod shows up 2018-03-14 11:49:13 +01:00
namespace Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
nodeipam Merge pull request #61375 from satyasm/cloud-cidr-bound-retries 2018-03-26 15:34:45 -07:00
nodelifecycle Merge pull request #60831 from resouer/fix-race 2018-03-20 08:34:40 -07:00
podautoscaler Merge pull request #61362 from bskiba/test-em-missing 2018-03-21 22:39:22 -07:00
podgc Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
replicaset hack/update-bazel.sh 2018-03-20 11:15:36 -07:00
replication hack/update-bazel.sh 2018-03-20 11:15:36 -07:00
resourcequota Merge pull request #57302 from lichuqiang/resourceQuota4extendedResource 2018-02-20 14:10:46 -08:00
route Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
service Merge pull request #59728 from wgliang/master.append 2018-03-19 21:34:30 -07:00
serviceaccount implement token authenticator for new id tokens 2018-02-27 17:20:46 -08:00
statefulset Increase loging verbosity for deleting stateful set pods 2018-03-01 09:33:18 +00:00
testutil Revert "add node shutdown taint" 2018-02-16 12:24:27 +01:00
ttl Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
util/node Revert "add node shutdown taint" 2018-02-16 12:24:27 +01:00
volume Increase verbosity of frequently printed logline in scheduler_binder 2018-03-08 19:25:01 +01:00
.import-restrictions
BUILD generated code 2018-02-23 08:06:42 -08:00
OWNERS
client_builder.go remove duplicated import 2017-11-14 17:18:17 +08:00
controller_ref_manager.go Update the DaemonSet controller to use the apps/v1 API 2018-02-22 11:38:54 -08: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 fix all the typos across the project 2018-02-11 11:04:14 +08:00
controller_utils_test.go Removed unused function. 2017-11-14 10:53:29 +02:00
doc.go
lookup_cache.go