kubernetes/test/integration
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
..
apiserver Add integration test for server side printing 2018-02-28 17:27:48 +01:00
auth stop using AlwaysAdmit admission 2018-03-13 20:02:56 +08:00
benchmark/jsonify Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
client Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
configmap Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
daemonset Revert "add rolling update daemonset existing pod adoption integration test" 2018-03-21 19:39:40 -07:00
defaulttolerationseconds update metrics to true like it is for kube-apiserver 2018-03-22 10:27:31 -04:00
deployment Only check hash labels of non-adopted resources in integration tests 2018-03-26 17:08:31 -07:00
etcd validate authorization flags in BuiltInAuthorizationOptions.Validate 2018-03-26 20:37:02 +08:00
evictions Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
examples validate authorization flags in BuiltInAuthorizationOptions.Validate 2018-03-26 20:37:02 +08:00
framework update metrics to true like it is for kube-apiserver 2018-03-22 10:27:31 -04:00
garbagecollector Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
ipamperf Performance tests and fix for IPAM controller. 2018-03-22 13:21:22 -07:00
master Remove potential sources of flakes for kms_transformation_test.go. 2018-03-05 08:34:14 -08:00
metrics Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
objectmeta Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
openshift Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
pods Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
quota 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
replicationcontroller Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
scale Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
scheduler Merge pull request #58717 from resouer/extender-interface 2018-03-20 15:34:41 -07:00
scheduler_perf Refactor common parts of scheduler_perf into reusable utils 2018-02-27 13:30:18 -08:00
secrets Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
serviceaccount Merge pull request #59934 from mikedanese/jwt-auth 2018-02-20 18:40:59 -08:00
storageclasses Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
tls Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
ttlcontroller Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
util Performance tests and fix for IPAM controller. 2018-03-22 13:21:22 -07:00
volume update bazel 2018-02-27 20:23:36 +08:00
benchmark-controller.json Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
BUILD Performance tests and fix for IPAM controller. 2018-03-22 13:21:22 -07:00
doc.go don't use build tags to mark integration tests 2017-04-28 14:19:39 -07:00
utils.go aesgcm - passing 2018-01-31 10:50:11 -08:00