Add hyperpod-ray-endpoint-operator to HyperPod Helm chart - #445
Open
jchatter321 wants to merge 1 commit into
Open
Add hyperpod-ray-endpoint-operator to HyperPod Helm chart#445jchatter321 wants to merge 1 commit into
jchatter321 wants to merge 1 commit into
Conversation
jchatter321
had a problem deploying
to
manual-approval
August 10, 2026 16:25 — with
GitHub Actions
Error
jchatter321
force-pushed
the
add-hyperpod-ray-endpoint-operator-chart
branch
from
August 10, 2026 16:37
0aecf49 to
9b37bc8
Compare
In this case, which namespace is the endpoint operator installed to? |
|
We also need to know the version that's being used from the logs. Should we add the helm version (i.e sagemaker-hyperpod-cli repo release version) as an env variable to all operator pods and log it at startup? |
Contributor
Author
The operator will be installed in hyperpod-ray. |
Contributor
Author
Discussed offline, will address this in another PR. |
rsareddy0329
approved these changes
Aug 10, 2026
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
Adds the hyperpod-ray-endpoint-operator as a sub-chart to the HyperPodHelmChart. The chart can be installed with the following command -
To install the chart in a specific namespace -
To install with KMS-based JWT signing (instead of K8s Secrets):
To install with a custom admin group:
To install with a custom image override (e.g., for testing with a specific digest):
To install from the parent chart:
HyperPod Ray Endpoint Operator — Installation Defaults
Required at install time
regionimage.overrideis set)domainspaces.example.com)Namespace
namespacehyperpod-rayImage
hyperpod-ray-endpoint-operator(hardcoded)1.0.173.0_1.0.18.0image.override""(off) — when set, bypasses all resolutionJWT signing
kmsKeyArn""(empty)Controller Manager
manager.enabledtruemanager.replicas1manager.image.pullPolicyIfNotPresentmanager.resources.limitsmanager.resources.requestsmanager.nodeSelectoramd64,sagemaker.amazonaws.com/compute-type: hyperpodmanager.terminationGracePeriodSeconds10--leader-elect)--enable-extension-api)Auth Middleware
authMiddleware.enabledtrueauthMiddleware.replicas2authMiddleware.image.pullPolicyIfNotPresentauthMiddleware.resources.limitsauthMiddleware.resources.requestsauthMiddleware.env.sessionTTL6hauthMiddleware.env.cookieSecuretrueauthMiddleware.env.cookieSameSitelaxauthMiddleware.nodeSelectoramd64,sagemaker.amazonaws.com/compute-type: hyperpodauthMiddleware.terminationGracePeriodSeconds30Access Control
adminGroupsystem:mastersMetrics & Monitoring
metrics.enabletruemetrics.port8443metrics.securetrue(HTTPS)prometheus.enablefalse(no ServiceMonitor)Security (all components)
runAsNonRoot: true, UID/GID65532readOnlyRootFilesystem: trueallowPrivilegeEscalation: falseRuntimeDefaultParent chart
hyperpod-ray-endpoint-operator.enabledfalse(must explicitly enable)Testing
Verified with
helm templateacross multiple regions and override scenarios. Deployed to local cluster against different namespace and ran internal e2e tests to validate functionality.