File tree Expand file tree Collapse file tree 10 files changed +52
-12
lines changed Expand file tree Collapse file tree 10 files changed +52
-12
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ aliases:
5
5
- a-hilaly
6
6
- jlbutler
7
7
- michaelhtm
8
- - TiberiuGC
9
8
- rushmash91
10
9
- knottnt
11
10
# emeritus-core-ack-team:
11
+ # - TiberiuGC
12
12
# - jaypipes
13
13
# - jljaco
14
14
# - mhausenblas
Original file line number Diff line number Diff line change 1
1
ack_generate_info :
2
- build_date : " 2025-05-02T16:35:12Z "
3
- build_hash : f8dc5330705b3752ce07dce0ac831161fd4cb14f
2
+ build_date : " 2025-05-13T05:00:16Z "
3
+ build_hash : 55bf57b2806c33a7fcd074be403f26ce3f8e58db
4
4
go_version : go1.24.2
5
- version : v0.45.0
5
+ version : v0.46.2
6
6
api_directory_checksum : a0804e163a24b96c9fa36be8d0277bebfe1d5c77
7
7
api_version : v1alpha1
8
8
aws_sdk_go_version : v1.32.6
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ kind: Kustomization
6
6
images :
7
7
- name : controller
8
8
newName : public.ecr.aws/aws-controllers-k8s/sagemaker-controller
9
- newTag : 1.2.17
9
+ newTag : 1.2.18
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.24.0
5
5
toolchain go1.24.1
6
6
7
7
require (
8
- github.com/aws-controllers-k8s/runtime v0.45.0
8
+ github.com/aws-controllers-k8s/runtime v0.46.1
9
9
github.com/aws/aws-sdk-go v1.55.6
10
10
github.com/aws/aws-sdk-go-v2 v1.34.0
11
11
github.com/aws/aws-sdk-go-v2/service/sagemaker v1.173.2
Original file line number Diff line number Diff line change 1
- github.com/aws-controllers-k8s/runtime v0.45.0 h1:b0xCqIE1SNve/jcJPW/QkCGkDmjxWtWTDFHKZpHJcFQ =
2
- github.com/aws-controllers-k8s/runtime v0.45.0 /go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U =
1
+ github.com/aws-controllers-k8s/runtime v0.46.1 h1:61RU6uYiFSp0cDhv52vAmaPzrebzoudtsp1fGkk6iLk =
2
+ github.com/aws-controllers-k8s/runtime v0.46.1 /go.mod h1:G2UMBKA7qgXG4JV16NTIUp715uqvUEvWaa7TG1I527U =
3
3
github.com/aws/aws-sdk-go v1.55.6 h1:cSg4pvZ3m8dgYcgqB97MrcdjUmZ1BeMYKUxMMB89IPk =
4
4
github.com/aws/aws-sdk-go v1.55.6 /go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU =
5
5
github.com/aws/aws-sdk-go-v2 v1.34.0 h1:9iyL+cjifckRGEVpRKZP3eIxVlL06Qk1Tk13vreaVQU =
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : sagemaker-chart
3
3
description : A Helm chart for the ACK service controller for Amazon SageMaker (SageMaker)
4
- version : 1.2.17
5
- appVersion : 1.2.17
4
+ version : 1.2.18
5
+ appVersion : 1.2.18
6
6
home : https://github.com/aws-controllers-k8s/sagemaker-controller
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
8
8
sources :
Original file line number Diff line number Diff line change 1
1
{{ .Chart.Name }} has been installed.
2
- This chart deploys "public.ecr.aws/aws-controllers-k8s/sagemaker-controller:1.2.17 ".
2
+ This chart deploys "public.ecr.aws/aws-controllers-k8s/sagemaker-controller:1.2.18 ".
3
3
4
4
Check its status by running:
5
5
kubectl --namespace {{ .Release.Namespace }} get pods -l "app.kubernetes.io/instance={{ .Release.Name }}"
Original file line number Diff line number Diff line change 59
59
- " $(ACK_WATCH_NAMESPACE)"
60
60
- --watch-selectors
61
61
- " $(ACK_WATCH_SELECTORS)"
62
+ - --reconcile-resources
63
+ - " $(RECONCILE_RESOURCES)"
62
64
- --deletion-policy
63
65
- " $(DELETION_POLICY)"
64
66
{{- if .Values.leaderElection.enabled }}
@@ -107,6 +109,8 @@ spec:
107
109
value : {{ include "ack-sagemaker-controller.watch-namespace" . }}
108
110
- name : ACK_WATCH_SELECTORS
109
111
value : {{ .Values.watchSelectors }}
112
+ - name : RECONCILE_RESOURCES
113
+ value : {{ join "," .Values.reconcile.resources | quote }}
110
114
- name : DELETION_POLICY
111
115
value : {{ .Values.deletionPolicy }}
112
116
- name : LEADER_ELECTION_NAMESPACE
Original file line number Diff line number Diff line change 239
239
},
240
240
"resourceMaxConcurrentSyncs" : {
241
241
"type" : " object"
242
+ },
243
+ "resources" : {
244
+ "type" : " array" ,
245
+ "items" : {
246
+ "type" : " string"
247
+ },
248
+ "description" : " List of resource kinds to reconcile. If empty, all resources will be reconciled." ,
249
+ "default" : []
242
250
}
243
251
},
244
252
"type" : " object"
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : public.ecr.aws/aws-controllers-k8s/sagemaker-controller
7
- tag : 1.2.17
7
+ tag : 1.2.18
8
8
pullPolicy : IfNotPresent
9
9
pullSecrets : []
10
10
@@ -137,6 +137,34 @@ reconcile:
137
137
# An object representing the reconcile max concurrent syncs configuration for each specific
138
138
# resource.
139
139
resourceMaxConcurrentSyncs : {}
140
+
141
+ # Set the value of resources to specify which resource kinds to reconcile.
142
+ # If empty, all resources will be reconciled.
143
+ # If specified, only the listed resource kinds will be reconciled.
144
+ resources :
145
+ - App
146
+ - DataQualityJobDefinition
147
+ - Domain
148
+ - Endpoint
149
+ - EndpointConfig
150
+ - FeatureGroup
151
+ - HyperParameterTuningJob
152
+ - InferenceComponent
153
+ - Model
154
+ - ModelBiasJobDefinition
155
+ - ModelExplainabilityJobDefinition
156
+ - ModelPackage
157
+ - ModelPackageGroup
158
+ - ModelQualityJobDefinition
159
+ - MonitoringSchedule
160
+ - NotebookInstance
161
+ - NotebookInstanceLifecycleConfig
162
+ - Pipeline
163
+ - PipelineExecution
164
+ - ProcessingJob
165
+ - TrainingJob
166
+ - TransformJob
167
+ - UserProfile
140
168
141
169
serviceAccount :
142
170
# Specifies whether a service account should be created
You can’t perform that action at this time.
0 commit comments