mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
Merge pull request #13987 from wking/drop-openshiftClusterID
modules/machineset-*: Drop openshiftClusterID
This commit is contained in:
@@ -70,8 +70,6 @@ spec:
|
||||
values:
|
||||
- <cluster_name>-<machine_label>-<AWS-availability-zone>
|
||||
tags:
|
||||
- name: openshiftClusterID
|
||||
value: 5a21bfc0-1c56-4400-81bb-7fd66644f871
|
||||
- name: kubernetes.io/cluster/<cluster_name> <1>
|
||||
value: owned
|
||||
userDataSecret:
|
||||
@@ -90,4 +88,4 @@ status:
|
||||
<2> Specify the name of the new MachineSet.
|
||||
<3> Specify the MachineSet name.
|
||||
<4> Specify a label to add to the MachineSet.
|
||||
<5> Do not modify this section.
|
||||
<5> Do not modify this section.
|
||||
|
||||
@@ -194,8 +194,6 @@ providerSpec:
|
||||
values:
|
||||
- <cluster_name>-<machine_label>-<AWS-availability-zone>
|
||||
tags:
|
||||
- name: openshiftClusterID
|
||||
value: 5a21bfc0-1c56-4400-81bb-7fd66644f871
|
||||
- name: kubernetes.io/cluster/<cluster_name>
|
||||
value: owned
|
||||
userDataSecret: <3>
|
||||
|
||||
Reference in New Issue
Block a user