Skip to content

Instantly share code, notes, and snippets.

@onelittlenightmusic
Created February 5, 2020 03:08
Show Gist options
  • Save onelittlenightmusic/04b9f9962cfd50e64b4a7c8c99d9707e to your computer and use it in GitHub Desktop.
Save onelittlenightmusic/04b9f9962cfd50e64b4a7c8c99d9707e to your computer and use it in GitHub Desktop.
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