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 solo context use - updates the LocalConfig by connecting a deployment to a k8s context #754

Open
16 tasks
Tracked by #588
jeromy-cannon opened this issue Oct 28, 2024 · 0 comments · May be fixed by #835
Open
16 tasks
Tracked by #588
Assignees
Labels
HashSphere Requirement P0 An issue impacting production environments or impacting multiple releases or multiple individuals.

Comments

@jeromy-cannon
Copy link
Contributor

jeromy-cannon commented Oct 28, 2024

  • solo context use --context kind-solo --cluster kind --namespace solo-1
    • The context use subcommand is to create a mapping of the Kubernetes context provided to a cluster that should be present when connecting to that context.
    • --context kind-solo - the CONTEXT_NAME for kubectl config use-context CONTEXT_NAME
    • --cluster kind-solo - the cluster name to set in the LocalConfig
    • --namespace solo-1 - if the namespace is provided it will be used to update or create a deployment in the LocalConfig assigning the cluster provided

Tasks

@jeromy-cannon jeromy-cannon added P0 An issue impacting production environments or impacting multiple releases or multiple individuals. HashSphere Requirement Needs Refinement The issue needs more refinement and/or design before it can be worked and removed Needs Refinement The issue needs more refinement and/or design before it can be worked labels Oct 28, 2024
@Ivo-Yankov Ivo-Yankov linked a pull request Nov 15, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HashSphere Requirement P0 An issue impacting production environments or impacting multiple releases or multiple individuals.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants