nsenter -m -t 1
to enter the root mount namespace
For my undertstanding. The cluster is kind of up and running now and need to be provisioned. However I only need to 'port' the above mentioned script.
How do the nodes get this script provisioned?
Would I put the address of the loadbalancer here?
export CONSUL_HTTP_ADDR=http://node1:8500 --> so http://aws-loadblancer:8500
export NOMAD_ADDR=http://node1:4646
export VAULT_ADDR=http://node1:8200
Do I need to run this script locally in a new directory and just use the environment variables?
I am trying to grasp the concept more or less I guess. I know this is the bare-metal variant.
Come this far but this last part is confusing me. Maybe I am too dumb.
We have the end-to-end sample now. It would also be really nice if the final step is being documented that would be perfect for the community.
minicluster
repo, but terraform apply
errors out because it can't find three docker images: resinstack/metaldata:latest
, dnsmasq:latest
and thousandeyes/shoelaces:latest
.didstopia/shoelaces
, and I changed the pxe.tf
module to use the Dockerfile.dnsmask
, but I can't find a ready made container for metaldata
.