From 71c05a319e81aaf0cdc92af4007ad9ef33ddd7ee Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Mon, 11 Mar 2019 18:58:53 -0700 Subject: [PATCH] address nit --- pkg/cluster/config/types.go | 1 - pkg/cluster/config/v1alpha3/types.go | 1 - 2 files changed, 2 deletions(-) diff --git a/pkg/cluster/config/types.go b/pkg/cluster/config/types.go index abf20f4c29..8c26df9593 100644 --- a/pkg/cluster/config/types.go +++ b/pkg/cluster/config/types.go @@ -71,7 +71,6 @@ type NodeRole string const ( // ControlPlaneRole identifies a node that hosts a Kubernetes control-plane. - // // NOTE: in single node clusters, control-plane nodes act also as a worker nodes ControlPlaneRole NodeRole = "control-plane" // WorkerRole identifies a node that hosts a Kubernetes worker diff --git a/pkg/cluster/config/v1alpha3/types.go b/pkg/cluster/config/v1alpha3/types.go index 13c1c73572..5b0e51c6f0 100644 --- a/pkg/cluster/config/v1alpha3/types.go +++ b/pkg/cluster/config/v1alpha3/types.go @@ -71,7 +71,6 @@ type NodeRole string const ( // ControlPlaneRole identifies a node that hosts a Kubernetes control-plane. - // // NOTE: in single node clusters, control-plane nodes act also as a worker nodes ControlPlaneRole NodeRole = "control-plane" // WorkerRole identifies a node that hosts a Kubernetes worker