Skip to content

Instantly share code, notes, and snippets.

@mprokopov
Last active April 7, 2020 18:26
Show Gist options
  • Select an option

  • Save mprokopov/4a22b2282104ca955f54acfccacf0a83 to your computer and use it in GitHub Desktop.

Select an option

Save mprokopov/4a22b2282104ca955f54acfccacf0a83 to your computer and use it in GitHub Desktop.
K8S kind config
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