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

kuda dev doesn't work with remote deployer #15

Open
6 tasks
cyrildiagne opened this issue Jan 6, 2020 · 0 comments
Open
6 tasks

kuda dev doesn't work with remote deployer #15

cyrildiagne opened this issue Jan 6, 2020 · 0 comments
Labels
api Anything related to the API cli Anything related to the CLI

Comments

@cyrildiagne
Copy link
Owner

kuda dev is not yet supported by the remote deployer.
Implementing it requires a few things.

Deployer:

  • start skaffold dev and send back dev pod & container ids
  • listen for new uploads with these dev pods & container ids
  • upload files to pods at the right location

CLI:

  • stream logs
  • watch local changes in goroutine
  • add changed files to tar & send tar to deployer with
@cyrildiagne cyrildiagne added cli Anything related to the CLI api Anything related to the API labels Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Anything related to the API cli Anything related to the CLI
Projects
None yet
Development

No branches or pull requests

1 participant