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

kubectl plugin #603

Open
l0rd opened this issue Sep 21, 2021 · 1 comment
Open

kubectl plugin #603

l0rd opened this issue Sep 21, 2021 · 1 comment
Assignees
Labels
help wanted Extra attention is needed info-needed

Comments

@l0rd
Copy link
Collaborator

l0rd commented Sep 21, 2021

$ kubectl devworkspace init                                          # deploy the DevWorkspace operator

$ kubectl devworkspace create <path>/<url> [--devfile-path <path>]   # look for a devfile at the root of the git
                                                                     # repo, if not found use a universal devfile.
                                                                     # Then generate and apply a devworkspcace

$ kubectl devworkspace debug [-n <namespace>] <pod>                  # look for the git repo annotatation and create
                                                                     # a workspace based on that. Fails if the git 
                                                                     # repo annotation doesn't exist
@l0rd l0rd self-assigned this Sep 21, 2021
@sleshchenko
Copy link
Member

The scope of this issue is not clear. I would instead start with enhancement describing that would answer the question:

  1. What devworkspace is supposed to be deployed? OLM, yamls in case of K8s? Should it support dependencies like cert-manager?
  2. What is devworkspace created with kubectl plugin? Is it pure user's application pod? How user then would use it? With kubectl exec?
  3. What is debug action mean in terms of DevWorkspace?

@l0rd l0rd mentioned this issue Dec 1, 2022
68 tasks
@ibuziuk ibuziuk added the help wanted Extra attention is needed label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed info-needed
Projects
None yet
Development

No branches or pull requests

3 participants