[DRAFT] NOS3#772 docker compose#810
Draft
haisamido wants to merge 118 commits into
Draft
Conversation
nasa:nos3:dev->haisamido:nos3:dev->haisamido:nos3:nos3#772-docker-compose
Release 1.7.4
…orchestration Taskfile.yaml: - Removed 15 k8s variables (K8S_CONTEXT, K8S_NAMESPACE, K8S_BUILD_PATH, etc.) - Removed 25 k8s: tasks (generate, apply, delete, port-forward, etc.) - Added includes: block at bottom referencing targets/kubernetes/Taskfile.yaml with k8s: prefix - Passed only user-overridable vars (PROJECT, MISSION, SPACECRAFT, host ports) targets/kubernetes/Taskfile.yaml: - Merged tasks from both main Taskfile and existing k8s Taskfile into single file - Added k8s:up and k8s:down orchestration tasks mirroring compose up/down workflow - Added k8s:status, k8s:message, k8s:redeploy convenience tasks - Renamed hyphenated task names to colon-separated (e.g., create-namespace to create:namespace) - Updated all paths to be relative to deployments/ (via dir: . in include) - Added preconditions checking for .env existence before generate/convert tasks - Organized tasks into sections: Orchestration, Context/Runtime, User Management, Namespace, Kompose, Manifest Generation, Apply/Deploy, Delete/Cleanup, Inspection/Debugging, Port Forwarding, Lifecycle, Environment
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 of PR goals.
How to test?
Submodule PRs and actions prior to closing this:
Closes #772