From fdef0a6767223aca72de25ff1577ed5904505bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=BD=87?= Date: Wed, 25 Mar 2020 13:05:52 +0800 Subject: [PATCH] beta.kubernetes.io/os is already deprecated --- cluster/addons/ip-masq-agent/ip-masq-agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml index 0ac78f30e2d..fc2bd3a00d8 100644 --- a/cluster/addons/ip-masq-agent/ip-masq-agent.yaml +++ b/cluster/addons/ip-masq-agent/ip-masq-agent.yaml @@ -44,7 +44,7 @@ spec: - name: config mountPath: /etc/config nodeSelector: - beta.kubernetes.io/os: linux + kubernetes.io/os: linux node.kubernetes.io/masq-agent-ds-ready: "true" volumes: - name: config