File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -262,15 +262,16 @@ Clone the Helm installer directory using the following command:
262
262
263
263
Navigate to the
264
264
``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
267
267
created.
268
268
269
269
Install the Helm Chart using the following command:
270
270
271
271
::
272
272
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/
274
275
275
276
276
277
After a moment, the chart will be installed with a randomly generated
@@ -285,8 +286,8 @@ Your output should look like the following:
285
286
286
287
::
287
288
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
290
291
291
292
292
293
Verify the operator deployment
You can’t perform that action at this time.
0 commit comments