Skip to content

Commit 83607c8

Browse files
author
Nicholas Thomson
committed
Updated helm chart installation guide
1 parent a7f14f7 commit 83607c8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/amazon_sagemaker_operators_for_kubernetes.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,15 +262,16 @@ Clone the Helm installer directory using the following command:
262262

263263
Navigate to the
264264
``amazon-sagemaker-operator-for-k8s/hack/charts/installer`` folder. Edit
265-
the \ ``values.yaml`` file, which includes high-level parameters for the
266-
Chart. Replace the ARN here with the ARN for the OIDC-based role you’ve
265+
the \ ``rolebased/values.yaml`` file, which includes high-level parameters for the
266+
Chart. Replace the role Arn here with the Arn for the OIDC-based role you’ve
267267
created.
268268

269269
Install the Helm Chart using the following command:
270270

271271
::
272272

273-
helm install rolebased/ --generate-name
273+
kubectl create namespace sagemaker-k8s-operator-system
274+
helm install --namespace sagemaker-k8s-operator-system sagemaker-operator rolebased/
274275

275276

276277
After a moment, the chart will be installed with a randomly generated
@@ -285,8 +286,8 @@ Your output should look like the following:
285286

286287
::
287288

288-
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
289-
rolebased-1234567 default 1 2019-11-20 23:14:59.6777082 +0000 UTC deployed sagemaker-k8s-operator-0.1.0
289+
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
290+
sagemaker-operator sagemaker-k8s-operator-system 1 2019-11-20 23:14:59.6777082 +0000 UTC deployed sagemaker-k8s-operator-0.1.0
290291

291292

292293
Verify the operator deployment

0 commit comments

Comments
 (0)