Last active
April 7, 2020 18:26
-
-
Save mprokopov/4a22b2282104ca955f54acfccacf0a83 to your computer and use it in GitHub Desktop.
K8S kind config
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
| kind: Cluster | |
| apiVersion: kind.x-k8s.io/v1alpha4 | |
| networking: | |
| # WARNING: It is _strongly_ recommended that you keep this the default | |
| # (127.0.0.1) for security reasons. However it is possible to change this. | |
| apiServerAddress: "10.10.50.4" | |
| # By default the API server listens on a random open port. | |
| # You may choose a specific port but probably don't need to in most cases. | |
| # Using a random port makes it easier to spin up multiple clusters. | |
| apiServerPort: 6443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment