-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheks-xr-example.yaml
More file actions
24 lines (24 loc) · 865 Bytes
/
Copy patheks-xr-example.yaml
File metadata and controls
24 lines (24 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Example EKS cluster using the configuration-aws-eks Composition.
# Apply this only after the Configuration is installed and HEALTHY (see configuration-aws-eks-install.yaml).
#
# This single resource composes: VPC/subnets (if the function creates them), IAM roles,
# EKS Cluster, and NodeGroup. No separate cluster/nodegroup/IAM manifests needed.
#
# Customize: id, region, version, nodes.count, nodes.instanceType, and optionally iam.principalArn.
apiVersion: aws.platform.upbound.io/v1alpha1
kind: EKS
metadata:
name: tiho-eks-from-crossplane
namespace: default
spec:
parameters:
id: prod-cluster-network
region: eu-central-1
providerConfigName: default
version: "1.34"
accessConfig:
authenticationMode: API_AND_CONFIG_MAP
bootstrapClusterCreatorAdminPermissions: true
nodes:
count: 1
instanceType: t3.small