From 5f4cff3f4c6fe3d56d6f9e237177e740620d2c45 Mon Sep 17 00:00:00 2001 From: kinarashah Date: Tue, 7 May 2019 15:39:21 -0700 Subject: [PATCH] remove PersistentVolumeLabel controller deprecated post 1.11 --- cluster/plan.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/plan.go b/cluster/plan.go index 2ed862c3..96c29f7d 100644 --- a/cluster/plan.go +++ b/cluster/plan.go @@ -124,7 +124,6 @@ func (c *Cluster) BuildKubeAPIProcess(host *hosts.Host, prefixPath string) v3.Pr "LimitRanger", "NamespaceLifecycle", "NodeRestriction", - "PersistentVolumeLabel", "ResourceQuota", "ServiceAccount", }