Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a ContextCommand to connect to an existing deployment #588

Open
Tracked by #47
jeromy-cannon opened this issue Sep 17, 2024 · 0 comments
Open
Tracked by #47
Assignees
Labels
Needs Refinement The issue needs more refinement and/or design before it can be worked P0 An issue impacting production environments or impacting multiple releases or multiple individuals.

Comments

@jeromy-cannon
Copy link
Contributor

jeromy-cannon commented Sep 17, 2024

  • solo context use --context-name kind-solo --cluster-name kind --namespace solo-1
    • --context-name kind-solo - the CONTEXT_NAME for kubectl config use-context CONTEXT_NAME
    • --cluster-name kind - the cluster name assigned in the remote config
    • --namespace solo-1 - the namespace assigned in the remote config
  • solo context connect --namespace solo-1
    • will attempt to connect to the cluster with the current kubectl context and look for a remote config
    • --namespace solo-1 - the namespace where the remote config is stored
@jeromy-cannon jeromy-cannon self-assigned this Sep 17, 2024
@jeromy-cannon jeromy-cannon added the Needs Refinement The issue needs more refinement and/or design before it can be worked label Sep 17, 2024
@jeromy-cannon jeromy-cannon added the P0 An issue impacting production environments or impacting multiple releases or multiple individuals. label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Refinement The issue needs more refinement and/or design before it can be worked P0 An issue impacting production environments or impacting multiple releases or multiple individuals.
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant