diff --git a/k3d-v3.0.0-dev-20191016-0-1-g6b148ae.tar b/k3d-v3.0.0-dev-20191016-0-1-g6b148ae.tar deleted file mode 100644 index 82cb0d9e..00000000 Binary files a/k3d-v3.0.0-dev-20191016-0-1-g6b148ae.tar and /dev/null differ diff --git a/thoughts.md b/thoughts.md index 6ac27c32..3d591c5f 100644 --- a/thoughts.md +++ b/thoughts.md @@ -69,3 +69,9 @@ Here's how k3d types should translate to a runtime type: - `--port 80@k3d-test-master-0@workers[1-5]` -> multiple instances by combination of node and group identifiers - analogous for volumes + +## multi master setup + +- if `--masters` > 1 deploy a load-balancer in front of them as an extra container + - consider that in the kubeconfig file and `--tls-san` + - make this the default, but provide a `--no-deploy-lb` flag