We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901e3e9 commit 66fdf7fCopy full SHA for 66fdf7f
scripts/library/ocp_aro.sh
@@ -43,6 +43,8 @@ ocp_aro_machineset_clone_worker(){
43
usage: ocp_aro_machineset_clone_worker < instance type, default Standard_D4s_v3 > < machine set name >
44
"
45
46
+ ocp_aro_cluster || return
47
+
48
INSTANCE_TYPE=${1:-Standard_D4s_v3}
49
SHORT_NAME=${2:-${INSTANCE_TYPE//_/-}}
50
SHORT_NAME=${SHORT_NAME,,}
scripts/library/ocp_aws.sh
@@ -29,6 +29,8 @@ ocp_aws_machineset_clone_worker(){
29
usage: ocp_aws_machineset_clone_worker < instance type, default g4dn.4xlarge > < machine set name >
30
31
32
+ ocp_aws_cluster || return
33
34
INSTANCE_TYPE=${1:-g4dn.4xlarge}
35
SHORT_NAME=${2:-${INSTANCE_TYPE//./-}}
36
0 commit comments