Skip to content

Instantly share code, notes, and snippets.

@dogukanturan
Last active October 27, 2020 08:50
Show Gist options
  • Save dogukanturan/fa064bc7c80eb49cf98f487786901c83 to your computer and use it in GitHub Desktop.
Save dogukanturan/fa064bc7c80eb49cf98f487786901c83 to your computer and use it in GitHub Desktop.
Kind Config
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
apiServerAddress: "127.0.0.1" #KUBERNETES API'YE DIŞARDAN ERİŞMEK İÇİN BU ALANA SUNUCU IP ADRESİNİZİ DE YAZABİLİRSİNİZ.
apiServerPort: 6443
nodes:
- role: control-plane
extraPortMappings:
- containerPort: 30080
hostPort: 30080
listenAddress: "192.168.50.10" #SUNUCU IP ADRESİNİZ.
protocol: TCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment