-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[incubator/kube-registry-proxy] Update DaemonSet apiVersion to 'apps/v1' - Mandatory for K8s 1.16 #20892
[incubator/kube-registry-proxy] Update DaemonSet apiVersion to 'apps/v1' - Mandatory for K8s 1.16 #20892
Conversation
…v1' - Mandatory for K8s 1.16 Signed-off-by: Jacky Jiang <[email protected]>
Hi @t83714. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @scottrigby |
…e labels of the .spec.template. This fix the issue with creating DaemonSet through new `apps/v1` api. Signed-off-by: Jacky Jiang <[email protected]>
/ok-to-test |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
@scottrigby |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
Hi @zanhsieh |
@lachie83 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
@maorfr could you please help to lgtm this PR? Thanks |
/assign @maorfr |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidkarlsen, t83714 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…v1' - Mandatory for K8s 1.16 (helm#20892) * [incubator/kube-registry-proxy] Update DaemonSet apiVersion to 'apps/v1' - Mandatory for K8s 1.16 Signed-off-by: Jacky Jiang <[email protected]> * As of Kubernetes 1.8, you must specify a pod selector that matches the labels of the .spec.template. This fix the issue with creating DaemonSet through new `apps/v1` api. Signed-off-by: Jacky Jiang <[email protected]>
…v1' - Mandatory for K8s 1.16 (helm#20892) * [incubator/kube-registry-proxy] Update DaemonSet apiVersion to 'apps/v1' - Mandatory for K8s 1.16 Signed-off-by: Jacky Jiang <[email protected]> * As of Kubernetes 1.8, you must specify a pod selector that matches the labels of the .spec.template. This fix the issue with creating DaemonSet through new `apps/v1` api. Signed-off-by: Jacky Jiang <[email protected]>
…v1' - Mandatory for K8s 1.16 (helm#20892) * [incubator/kube-registry-proxy] Update DaemonSet apiVersion to 'apps/v1' - Mandatory for K8s 1.16 Signed-off-by: Jacky Jiang <[email protected]> * As of Kubernetes 1.8, you must specify a pod selector that matches the labels of the .spec.template. This fix the issue with creating DaemonSet through new `apps/v1` api. Signed-off-by: Jacky Jiang <[email protected]> Signed-off-by: Adrien Loiseau <[email protected]>
…v1' - Mandatory for K8s 1.16 (helm#20892) * [incubator/kube-registry-proxy] Update DaemonSet apiVersion to 'apps/v1' - Mandatory for K8s 1.16 Signed-off-by: Jacky Jiang <[email protected]> * As of Kubernetes 1.8, you must specify a pod selector that matches the labels of the .spec.template. This fix the issue with creating DaemonSet through new `apps/v1` api. Signed-off-by: Jacky Jiang <[email protected]> Signed-off-by: Miguel Mingorance <[email protected]>
What this PR does / why we need it:
There are several deprecations in the API introduced in K8s 1.16 (see https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#deprecations-and-removals) which affect our manifests.
apps/v1
.This PR also adds proper selector value to [incubator/kube-registry-proxy] DaemonSet.
Checklist
[stable/mychartname]
)