Skip to content

Commit fb9b751

Browse files
authored
Update README to point to AAS 0.1.0 release (#111)
Description of changes: Update README to point to AAS 0.1.0 release By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent df7c2bc commit fb9b751

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Jump to Section 4.0 if you only wish to install SageMaker controller
226226
```sh
227227
export HELM_EXPERIMENTAL_OCI=1
228228
export SERVICE=applicationautoscaling
229-
export RELEASE_VERSION=v0.0.3
229+
export RELEASE_VERSION=v0.1.0
230230
export CHART_EXPORT_PATH=/tmp/chart
231231
export CHART_REPO=public.ecr.aws/aws-controllers-k8s/$SERVICE-chart
232232
export CHART_REF=$CHART_REPO:$RELEASE_VERSION
@@ -462,7 +462,6 @@ Check resource exists in cluster
462462
kubectl describe endpoints.sagemaker xgboost-endpoint
463463
```
464464

465-
Note: This feature is not enabled in release applicationautoscaling:v0.0.1 for application autoscaling
466465
### 9.0 Cleanup
467466

468467
Few crds are common across services like `services.k8s.aws_adoptedresources.yaml`. If you have multiple controllers installed, you should be not delete the common CRDs unless you are uninstalling all the controllers.

0 commit comments

Comments
 (0)