Skip to content

Commit

Permalink
no need for host-alias
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Jun 5, 2022
1 parent 999e12d commit 57780f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .functions
Expand Up @@ -176,7 +176,6 @@ kcver() {
k3dmake() {
# shellcheck disable=SC2068
k3d cluster create main --servers 1 --registry-create main $@ \
--host-alias 0.0.0.0:k3d.local \
--no-lb \
--k3s-arg "--no-deploy=traefik,servicelb,metrics-server@server:*" \
--k3s-arg '--kubelet-arg=eviction-hard=imagefs.available<1%,nodefs.available<1%@agent:*' \
Expand Down

0 comments on commit 57780f5

Please sign in to comment.