Created
September 30, 2020 12:50
-
-
Save aojea/d22a31a495ded44c6a5337c7ae897da9 to your computer and use it in GitHub Desktop.
kind configuration example
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
| # three node (two workers) cluster config | |
| kind: Cluster | |
| apiVersion: kind.x-k8s.io/v1alpha4 | |
| networking: | |
| serviceSubnet: 10.96.0.0/16 | |
| ipFamily: ipv4 | |
| nodes: | |
| - role: control-plane | |
| - role: worker | |
| - role: worker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment