Created
August 5, 2019 20:14
-
-
Save chuckha/c76c57a090920e22d2bf3440310d6673 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.k8s.io/v1alpha1" | |
kind: Cluster | |
metadata: | |
name: ${CLUSTER_NAME} | |
spec: | |
clusterNetwork: | |
services: | |
cidrBlocks: ["10.96.0.0/12"] | |
pods: | |
cidrBlocks: ["192.168.0.0/16"] | |
serviceDomain: "cluster.local" | |
providerSpec: | |
value: | |
apiVersion: "awsprovider/v1alpha1" | |
kind: "AWSClusterProviderSpec" | |
region: "${AWS_REGION}" | |
sshKeyName: "${SSH_KEY_NAME}" | |
clusterConfiguration: | |
// normal kubeadm cluster configuration here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment