Alexander Trost

Results 97 comments of Alexander Trost

@scaleoutsean I'll look into adding option 2 you mentioned soon.

@m-kostrzewa Which VM OS and provider (virtualbox or libvirt?) are you using? From searching about this, it doesn't really seem to be possible with Vagrant that easily.. Would an extra...

Ah well that is using the vagrant-disksize plugin. That feature would probably be optional because of the plugin then and / or if the plugin also has libvirt support. Otherwise...

> [...]since I would need to transfer files from old /var to new /var, right? Why do you need to move the old `/var` around? You just do a `make...

I have added a new variable `USER_POST_INSTALL_SCRIPT_PATH` with which you can point to a script file on your host. The script file will then be copied inside all VMs and...

The option is nice to have, but I'm probably not going to implement it. I'm open for PRs though.

* `K8S_DASHBOARD` should be fixed now. * `KUBERNETES_VERSION` Added clarification to README in upcoming commit. * `CLUSTER_NAME` is the part of the name of the VMs and other directories, not...

@saedabdu I don't know about your vboxnetwork setup, but `kubectl get nodes` works fine for me. Does your VirtualBox not create a route to the `192.168.26.0/24` network for one of...

@saedabdu Are you on a Mac by any chance?

@timabbott Normally the configs would not be edited inside the container, that is what the `/data/settings` directory is for, see https://github.com/zulip/docker-zulip/blob/master/entrypoint.sh#L79-L91. I'm against installing *any* editor, as the config can...