Skip to content

Commit ca7bd46

Browse files
authored
Update amazon_sagemaker_operators_for_kubernetes.rst
fixed whitespace errors
1 parent 1c07cbb commit ca7bd46

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/workflows/kubernetes/amazon_sagemaker_operators_for_kubernetes.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ To attach AmazonSageMakerFullAccess, run the following command:
237237
::
238238

239239
aws iam attach-role-policy --role-name <role name> --policy-arn arn:aws:iam::aws:policy/AmazonSageMakerFullAccess
240-
240+
241241
If you're using the Amazon SageMaker Operators in China, attach the following policy instead:
242242

243243
::
@@ -266,11 +266,11 @@ follows:
266266
::
267267

268268
wget https://raw.githubusercontent.com/aws/amazon-sagemaker-operator-for-k8s/master/release/rolebased/installer.yaml
269-
269+
270270
If you're using the Amazon SageMaker Operators in China, download the following installer script instead. Whenever ``installer.yaml`` is referenced, use ``installer_china.yaml`` instead.
271-
271+
272272
::
273-
273+
274274
wget https://raw.githubusercontent.com/aws/amazon-sagemaker-operator-for-k8s/master/release/rolebased/china/installer_china.yaml
275275

276276
- Edit the ``installer.yaml`` file to
@@ -475,7 +475,7 @@ relationship code block into it. Be sure to replace all ``<OIDC ID>``, ``<AWS ac
475475
}
476476
]
477477
}
478-
478+
479479
If you're using the Amazon SageMaker Operators in China, create a file named ``trust.json`` and insert the following trust
480480
relationship code block into it instead. Be sure to replace all ``<OIDC ID>``, ``<AWS account number>``, and ``<EKS Cluster region>`` placeholders with values corresponding to your cluster.
481481

@@ -534,7 +534,7 @@ To attach AmazonSageMakerFullAccess, run the following command:
534534
::
535535

536536
aws iam attach-role-policy --role-name <role name> --policy-arn arn:aws:iam::aws:policy/AmazonSageMakerFullAccess
537-
537+
538538
If you're using the Amazon SageMaker Operators in China, attach the following policy instead:
539539

540540
::
@@ -570,11 +570,11 @@ To install the operator onto the cluster:
570570
::
571571

572572
wget https://raw.githubusercontent.com/aws/amazon-sagemaker-operator-for-k8s/master/release/rolebased/namespaced/operator.yaml
573-
573+
574574
If you're using the Amazon SageMaker Operators in China, download the following operator script instead. Whenever ``operator.yaml`` is referenced, use ``operator_china.yaml`` instead.
575-
575+
576576
::
577-
577+
578578
wget https://raw.githubusercontent.com/aws/amazon-sagemaker-operator-for-k8s/master/release/rolebased/namespaced/china/operator_china.yaml
579579

580580
- Update the installer YAML to place the resources into your specified namespace using the following command:

0 commit comments

Comments
 (0)