-
Notifications
You must be signed in to change notification settings - Fork 0
/
crossplane.yaml
26 lines (26 loc) · 1.15 KB
/
crossplane.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
apiVersion: meta.pkg.crossplane.io/v1alpha1
kind: Configuration
metadata:
name: configuration-eks
annotations:
meta.crossplane.io/maintainer: The Getting Started Organization <support@starter.org>
meta.crossplane.io/source: github.com/upbound/configuration-eks
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
This AWS starter configuration offers Kubernetes Clusters backed by EKS.
meta.crossplane.io/readme: |
This Configuration bundles an Upbound Cloud extension and an API
definition. The API will allow control planes to provision fully
configured Amazon Elastic Kubernetes Service (EKS) clusters, composed
using cloud service primitives from the [Upbound Official AWS
Provider](https://marketplace.upbound.io/providers/upbound/provider-aws).
The extension enables a hosted portal in Upbound Cloud for interacting
with your control plane’s APIs.
spec:
crossplane:
version: ">=v1.7.0-0"
dependsOn:
- provider: xpkg.upbound.io/upbound/provider-aws
version: ">=v0.31.0"
- provider: xpkg.upbound.io/crossplane-contrib/provider-helm
version: ">=v0.12.0"