Skip to content

Create shoot network - VpcNetwork kind #1317

@tmilos77

Description

@tmilos77

Decision: kyma-project/community#989

Create new VpcNetwork kind which reconciliation will create VPC network in the provider same way Gardener does with all necessary IDs in output that should be given to Shoot so it can create a runtime cluster in that VPC.

Example manifest

apiVersion: cloud-control.kyma-project.io/v1beta1
kind: VpcNetwork
metadata: 
  name: test
  namespace: kcp-system
spec:
  subscription: subscription-aws
  cidrBlocks:
    - "10.250.0.0/16"
  region: us-east-1 # required for AWS

Sub-issues

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions