You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release Notes Draft:
- Unit tests for all resources currently included in [pkg/resource](https://github.com/aws-controllers-k8s/sagemaker-controller/tree/main/pkg/resource)
- Helm image is updated to be Helm 3.7 compatible #119
- ⚠️ **Breaking Change** Helm versions < `3.7` are no longer compatible
- Update ACK Runtime from `0.14.0` to `0.15.1` #120
- ⚠️ **Breaking Change** `aws-account-id` can no longer be set and has been removed from the charts.
- Please refer to https://github.com/aws-controllers-k8s/runtime/releases for a detailed list of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The following sections will guide you to install SageMaker and Application Autos
41
41
This guide assumes that you’ve the following prerequisites:
42
42
- Installed the following tools on the client machine used to access your Kubernetes cluster:
43
43
-[kubectl](https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html) - A command line tool for working with Kubernetes clusters.
44
-
-[helm](https://helm.sh/docs/intro/install/) - A tool for installing and managing Kubernetes applications
44
+
-[helm 3.7+](https://helm.sh/docs/intro/install/) - A tool for installing and managing Kubernetes applications
45
45
-[AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv1.html) - A command line tool for interacting with AWS services.
46
46
-[eksctl](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html) - A command line tool for working with EKS clusters that automates many individual tasks.
0 commit comments