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

Issues using kubectl #5

Open
chiradeep opened this issue Nov 12, 2015 · 3 comments
Open

Issues using kubectl #5

chiradeep opened this issue Nov 12, 2015 · 3 comments

Comments

@chiradeep
Copy link

  • kubectl commands often time out. E.g., kubectl create -f frontend-controller.yaml
    error: could not read an encoded object from frontend-controller.yaml: unable to connect to a server to handle "replicationcontrollers": couldn't read version from server: Get http://localhost:8080/api: EOF
  • Works more consistently if I give a second 'host-only' network to the boot2k8s VM (configure VBox DHCP to give it 192.168.64.100) and use that IP as the target for kubectl
  • Downloading of images is flaky. I wonder if giving the boot2k8s a proper disk (like boot2docker /dev/sda1) will help.
  • As of now, it is quite unusable
@sebgoa
Copy link
Member

sebgoa commented Nov 12, 2015

@chiradeep yes, I have seen this erratic behavior. It works better if you start with our fork of docker-machine. https://github.com/skippbox/machine which indeed ads a second host only interface.

To make it work standalone, I need to check the Vbox commands to add that interface and add a persistent disk. I have seen issues when the VM pauses and the docker images disappear...

@chiradeep
Copy link
Author

Yes, I was wondering if docker-machine vbox + docker-compose could achieve the same effect.

@sebgoa
Copy link
Member

sebgoa commented Nov 13, 2015

yes it can. but then it's two commands plus a config file.

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

No branches or pull requests

2 participants