Created
December 26, 2019 00:28
-
-
Save arashkaffamanesh/b095eaf564b8400f604678f3ab2c25ff 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/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