Henrik René Høegh
Henrik René Høegh
When i do a go build . i get I run ``` export GOPATH=$(pwd) go get ./... go build . ``` And get ``` ./main.go:134:3: error: range clause must have...
We need to download plugins for Minecraft. These should be from Github. To get the latest version for a plugin from Github, use something like this : ``` curl -s...
An environment variable should control which version of Minecraft should be fetched. Either a vanilla or Bukkit server.
Right now each host needs to look into a host file and do a lot of jumps to configure itself. I think it would be smart to generate an install...
Right now we have the following in the traefik.toml file #CertFile = "/root/ssl/traefik-wildcard.pem" #KeyFile = "/root/ssl/traefik-wildcard.key" We need to create these certificates, and put them in use
Describe how to upgrade cluster components like kubelet, kube-apiserver ect. manually.
Once the cluster is provisioned, one might want to add yet another worker node. We should have a guide and some scripts for doing this.
In rhe readme, describe the end goal. What will I get when the script is done. X x etcd, resources X x api-seevers ..... And so on
The network `device`, `netmask`, `gateway` and `nameserver` should be templated Something like ``` network_device="eth0" network_netmask="255.255.255.0" network_gateway="192.168.122.1" network_nameserver="192.168.122.1" ```
I tried to run `shuttle get service` (version v0.23.0) but got an error that the command was not known to shuttle. When i ran `shuttle --help` it wasn't showing up....