Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Conversation

ojarjur
Copy link
Contributor

@ojarjur ojarjur commented Jul 27, 2017

This commit changes the VMs created by the datalab tool
to use systemd services for running their containers rather
than using a kubelet.

This removes one rather large runtime dependency and in my
testing this cuts the VM startup time down by more than one
minute.

This fixes #1373

This commit changes the VMs created by the `datalab` tool
to use systemd services for running their containers rather
than using a kubelet.

This removes one rather large runtime dependency and in my
testing this cuts the VM startup time down by more than one
minute.

This fixes #1373
@ojarjur ojarjur requested review from jimmc, yelsayd and chmeyers July 27, 2017 18:16
@nikhilk
Copy link
Contributor

nikhilk commented Jul 27, 2017

Awesome to see this change... (the removal of large dependency + improvement in startup)

Copy link
Contributor

@jimmc jimmc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this change. It should also make it a bit easier for us to tweak and test changes on a running VM by editing /etc/systemd/system/datalab.services.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider using systemd instead of the kubelet for running the containers in a Datalab VM
3 participants