We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9784d87 commit 1422d78Copy full SHA for 1422d78
2 files changed
components/operators/gpu-operator-certified/instance/components/aws-gpu-machineset/ocp.sh
@@ -129,7 +129,7 @@ ocp_aws_machineset_clone_worker(){
129
130
ocp_aws_machineset_fix_storage(){
131
MACHINE_SETS=${1:-$(oc -n openshift-machine-api get machineset -o name)}
132
- HD_SIZE=200
+ HD_SIZE=${2:-200}
133
134
for machine_set in ${MACHINE_SETS}
135
do
scripts/library/ocp_aws.sh
@@ -68,7 +68,7 @@ ocp_aws_machineset_clone_worker(){
68
69
70
71
72
73
74
0 commit comments