mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
OCPBUGS52995: Machineset creation on AWS fails
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
a867b95fa2
commit
c8d1185bb5
@@ -55,15 +55,19 @@ spec:
|
||||
availabilityZone: <zone> <6>
|
||||
region: <region> <7>
|
||||
securityGroups:
|
||||
- filters:
|
||||
- name: tag:Name
|
||||
values:
|
||||
- <infrastructure_id>-worker-sg <1>
|
||||
- filters:
|
||||
- name: tag:Name
|
||||
values:
|
||||
- <infrastructure_id>-node <1>
|
||||
- filters:
|
||||
- name: tag:Name
|
||||
values:
|
||||
- <infrastructure_id>-lb <1>
|
||||
subnet:
|
||||
filters:
|
||||
- name: tag:Name
|
||||
values:
|
||||
- <infrastructure_id>-private-<zone> <1>
|
||||
- name: tag:Name
|
||||
values:
|
||||
- <infrastructure_id>-subnet-private-<zone> <1>
|
||||
tags:
|
||||
- name: kubernetes.io/cluster/<infrastructure_id> <1>
|
||||
value: owned
|
||||
|
||||
Reference in New Issue
Block a user