diff --git a/config/crd/bases/airship.airshipit.org_sipclusters.yaml b/config/crd/bases/airship.airshipit.org_sipclusters.yaml index 90d9eb0..ca0e19a 100644 --- a/config/crd/bases/airship.airshipit.org_sipclusters.yaml +++ b/config/crd/bases/airship.airshipit.org_sipclusters.yaml @@ -36,10 +36,6 @@ spec: spec: description: SIPClusterSpec defines the desired state of a SIPCluster properties: - clusterName: - description: ClusterName is the name of the cluster to associate machines - with - type: string nodes: additionalProperties: description: 'NodeSet are the the list of Nodes objects workers, or diff --git a/config/samples/airship_v1beta1_sipcluster.yaml b/config/samples/airship_v1beta1_sipcluster.yaml index 11c4a99..db6653e 100644 --- a/config/samples/airship_v1beta1_sipcluster.yaml +++ b/config/samples/airship_v1beta1_sipcluster.yaml @@ -6,8 +6,6 @@ metadata: finalizers: - sip.airship.airshipit.org/finalizer spec: - # TODO: This field will be removed in the future. - clusterName: subcluster-test nodes: ControlPlane: vmFlavor: vino.airshipit.org/flavor=control-plane diff --git a/docs/api/sipcluster.md b/docs/api/sipcluster.md index 03bdc79..495c034 100644 --- a/docs/api/sipcluster.md +++ b/docs/api/sipcluster.md @@ -210,17 +210,6 @@ SIPClusterSpec