Created
January 10, 2023 02:06
-
-
Save jei0486/e1b03d3d39c4e108d5c0e6ad52e31fdf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# k3d-config.yml | |
apiVersion: k3d.io/v1alpha3 | |
kind: Simple | |
name: "mycluster" | |
servers: 1 | |
agents: 2 | |
kubeAPI: | |
hostIP: "0.0.0.0" | |
hostPort: "6443" | |
ports: | |
- port: 80:80 | |
nodeFilters: | |
- loadbalancer | |
- port: 443:443 | |
nodeFilters: | |
- loadbalancer | |
- port: 9000:9000 | |
nodeFilters: | |
- loadbalancer | |
- port: 9700:9700 | |
nodeFilters: | |
- loadbalancer | |
- port: 32180:32180 | |
nodeFilters: | |
- loadbalancer | |
- port: 32181:32181 | |
nodeFilters: | |
- loadbalancer | |
options: | |
k3s: | |
extraArgs: | |
- arg: "--disable=traefik" | |
nodeFilters: | |
- server:* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment