Created
February 5, 2020 03:08
-
-
Save onelittlenightmusic/04b9f9962cfd50e64b4a7c8c99d9707e 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
apiVersion: cluster.x-k8s.io/v1alpha2 | |
kind: Cluster | |
metadata: | |
name: capi-quickstart | |
spec: | |
clusterNetwork: | |
pods: | |
cidrBlocks: ["192.168.0.0/16"] | |
infrastructureRef: | |
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2 | |
kind: DockerCluster | |
name: capi-quickstart | |
--- | |
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha2 | |
kind: DockerCluster | |
metadata: | |
name: capi-quickstart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment