Complete local Minikube/Triton/LocalStack scaffolding for end-to-end S3 model deployment testing#3
Draft
Copilot wants to merge 10 commits into
Draft
Complete local Minikube/Triton/LocalStack scaffolding for end-to-end S3 model deployment testing#3Copilot wants to merge 10 commits into
Copilot wants to merge 10 commits into
Conversation
Agent-Logs-Url: https://github.com/ogvalt/model-deployment-operator/sessions/0f5b85c1-5625-4cc0-b8f2-67fea4dc418c Co-authored-by: ogvalt <10532355+ogvalt@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ogvalt/model-deployment-operator/sessions/0f5b85c1-5625-4cc0-b8f2-67fea4dc418c Co-authored-by: ogvalt <10532355+ogvalt@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ogvalt/model-deployment-operator/sessions/0f5b85c1-5625-4cc0-b8f2-67fea4dc418c Co-authored-by: ogvalt <10532355+ogvalt@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ogvalt/model-deployment-operator/sessions/0f5b85c1-5625-4cc0-b8f2-67fea4dc418c Co-authored-by: ogvalt <10532355+ogvalt@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ogvalt/model-deployment-operator/sessions/0f5b85c1-5625-4cc0-b8f2-67fea4dc418c Co-authored-by: ogvalt <10532355+ogvalt@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ogvalt/model-deployment-operator/sessions/0f5b85c1-5625-4cc0-b8f2-67fea4dc418c Co-authored-by: ogvalt <10532355+ogvalt@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ogvalt/model-deployment-operator/sessions/0f5b85c1-5625-4cc0-b8f2-67fea4dc418c Co-authored-by: ogvalt <10532355+ogvalt@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ogvalt/model-deployment-operator/sessions/0f5b85c1-5625-4cc0-b8f2-67fea4dc418c Co-authored-by: ogvalt <10532355+ogvalt@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ogvalt/model-deployment-operator/sessions/0f5b85c1-5625-4cc0-b8f2-67fea4dc418c Co-authored-by: ogvalt <10532355+ogvalt@users.noreply.github.com>
Agent-Logs-Url: https://github.com/ogvalt/model-deployment-operator/sessions/0f5b85c1-5625-4cc0-b8f2-67fea4dc418c Co-authored-by: ogvalt <10532355+ogvalt@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
ogvalt
May 12, 2026 06:56
View session
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.
Local testing scaffolding existed but was incomplete for exercising the operator end-to-end with S3-backed model loading. This PR wires Minikube, Triton, and LocalStack into a single runnable flow and aligns local manifests with the operator’s actual S3 contract.
Orchestrated local E2E workflow
kube:developto start LocalStack, wait for S3 readiness, deploy Triton/operator, and apply S3 example resources.kube:stop-developto delete example resources and tear down LocalStack cleanly.start-localstack,wait-localstack,stop-localstack,apply-s3-example,delete-s3-example.Hardened LocalStack bootstrap
docker-compose.yamlto use LocalStack edge port4566and pinned image version for reproducible local behavior.head-bucketexistence check before bucket creation.s3://bucket/model_repository/model.graphdef.Aligned example manifests with runtime expectations
example/config-map-operator.yamlto the keys consumed by renderer args:aws_access_key_idaws_secret_access_keyaws_region_nameaws_endpoint_urltriton) and explicit local-only dummy credentials.example/md-source-s3.yamljob template/auth wiring and model file metadata to match local seeded artifact and schema-valid values.Documented the intended local path
task kube:developtask kube:stop-develop