We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb454b commit d9f52baCopy full SHA for d9f52ba
content/en/ninja-workshops/14-cisco-ai-pods/3-deploy-openshift-cluster.md
@@ -44,7 +44,8 @@ rosa create cluster \
44
--subnet-ids $SUBNET_IDS \
45
--compute-machine-type $AWS_INSTANCE_TYPE \
46
--replicas 2 \
47
- --region $AWS_REGION
+ --region $AWS_REGION \
48
+ --tags "splunkit_environment_type:non-prd,splunkit_data_classification:private"
49
```
50
51
> Note that we've specified the `g5.2xlarge` instance type, which includes NVIDIA
0 commit comments