Change path portion of unique cluster name to point to compose file, not argv[0]. #678
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
in progress
invalid
question
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/stack-orchestrator#678
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "telackey/argv"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using argv[0] has the problem of the value changing unexpectedly by whatever name and path were used to execute it (eg,
../foo
vs/path/to/foo
).This changes it to put to the full-qualified path to the compose file directory in the case of a deployment, or "internal" in the case of the deploy command with a built-in stack.