Skip to content

Instantly share code, notes, and snippets.

@arashkaffamanesh
Created December 26, 2019 00:28
Show Gist options
  • Save arashkaffamanesh/b095eaf564b8400f604678f3ab2c25ff to your computer and use it in GitHub Desktop.
Save arashkaffamanesh/b095eaf564b8400f604678f3ab2c25ff to your computer and use it in GitHub Desktop.
apiVersion: cluster.x-k8s.io/v1alpha3
kind: Cluster
metadata:
name: aws-cluster-1
namespace: default
spec:
clusterNetwork:
pods:
cidrBlocks:
- 192.168.0.0/16
infrastructureRef:
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
kind: AWSCluster
name: aws-cluster-1
namespace: default
---
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
kind: AWSCluster
metadata:
name: aws-cluster-1
namespace: default
spec:
region: eu-central-1
sshKeyName: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment