[Inference Operator] Update CRDs and Helm chart to v3.1#412
Open
zicanl-amazon wants to merge 1 commit intoaws:mainfrom
Open
[Inference Operator] Update CRDs and Helm chart to v3.1#412zicanl-amazon wants to merge 1 commit intoaws:mainfrom
zicanl-amazon wants to merge 1 commit intoaws:mainfrom
Conversation
3d3e07d to
08421f9
Compare
zhaoqizqwang
approved these changes
Apr 22, 2026
Sync CRDs, Chart.yaml, and values.yaml from internal inference operator repo. New features: - Data capture: 3-tier capture (SageMaker endpoint, LoadBalancer, Model Pod) - DNS automation: Route53 dnsConfig and dnsStatus - HuggingFace model source with token secret reference - Kubernetes volume model source type - ServiceAccount support for inference pods (IRSA) - SageMaker endpoint registration: data capture config and user-defined tags - APS workspace URL pattern fix - Init container image configuration in values.yaml Note: pdSpec (disaggregated prefill-decode) excluded, not yet released. Signed-off-by: Zican Li <zicanl@amazon.com>
08421f9 to
d50adbf
Compare
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update inference operator CRDs and Helm chart to v3.1 (chart version 2.1.0).
Synced from internal AWSCrescendoInferenceOperator repo.
Changes
InferenceEndpointConfig & JumpStartModel CRDs
dnsConfig(spec) anddnsStatus(status) for automated DNS record managementhuggingFaceModelmodel source type withmodelId,commitSHA, andtokenSecretRefkubernetesVolumemodel source typeserviceAccountNamefield for IRSA credentials on inference podsSageMakerEndpointRegistration CRD
sageMakerEndpointDataCaptureConfigfor standalone endpoint registrationstagsfield in both spec and status for propagating tags to SageMaker resourcesChart.yaml
values.yaml
initContainerimage configuration (repositoryandtag)Files Changed
helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/*.yaml— CRD schema updateshelm_chart/HyperPodHelmChart/charts/inference-operator/Chart.yaml— newline fixhelm_chart/HyperPodHelmChart/charts/inference-operator/values.yaml— init container configValidation
helm template— skipped due to pre-existing missing chart dependencies (not related to this change)Reference