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
Added note on steps to migrate resources to the ACK controller if you're coming from the old SageMaker operators for Kubernetes.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
@@ -63,9 +38,11 @@ Head over to the [Manage Resources In Multiple AWS Accounts](https://aws-control
63
38
64
39
### 6.0 Adopt Resources
65
40
66
-
ACK controller provides to provide the ability to “adopt” resources that were not originally created by ACK service controller. Given the user configures the controller with permissions which has access to existing resource, the controller will be able to determine the current specification and status of the AWS resource and reconcile said resource as if the ACK controller had originally created it.
41
+
ACK controllers provide the ability to “adopt” resources that were not originally created by an ACK service controller. For more information, see [Adopting Existing AWS Resources](https://aws-controllers-k8s.github.io/community/docs/user-docs/adopted-resource/) in the ACK documentation.
42
+
43
+
The following steps demonstrate how to adopt a SageMaker Endpoint.
67
44
68
-
Sample:
45
+
Save the following sample to a file called `adopt-endpoint-sample.yaml`.
69
46
```yaml
70
47
apiVersion: services.k8s.aws/v1alpha1
71
48
kind: AdoptedResource
@@ -82,20 +59,18 @@ spec:
82
59
# target K8s CR name
83
60
name: xgboost-endpoint
84
61
```
85
-
Save the above to a file name adopt-endpoint-sample.yaml.
86
62
87
-
Submit the CR
63
+
Submit the CR:
88
64
```sh
89
65
kubectl apply -f adopt-endpoint-sample.yaml
90
66
```
91
67
92
-
Check for `ACK.Adopted` condition to be true under `status.conditions`
93
-
68
+
Check that the `ACK.Adopted` condition under `status.conditions` is `True`:
### 7.0 Migrate resources from the old SageMaker Operators for Kubernetes
109
+
110
+
For information about migrating resources from the old [SageMaker Operators for Kubernetes](https://github.com/aws/amazon-sagemaker-operator-for-k8s) to the ACK SageMaker controller, see [Migrate resources to the new SageMaker Operators for Kubernetes](https://docs.aws.amazon.com/sagemaker/latest/dg/kubernetes-sagemaker-operators-migrate.html) in the *Amazon SageMaker Developer Guide*.
111
+
112
+
## Supported SageMaker Resources
113
+
For a list of supported resources, refer to the [SageMaker API Reference](https://aws-controllers-k8s.github.io/community/reference/).
114
+
115
+
Find the helm charts and controller images on Amazon ECR Public Gallery.
0 commit comments