This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add networkpool support on AWS Clusters (#577)
* Add networkpool support on AWS Clusters * Add changelog * Add NetworkPool test * Add empty NetworkPool test
- Loading branch information
1 parent
88af39a
commit 99fa9ca
Showing
4 changed files
with
134 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
33 changes: 33 additions & 0 deletions
33
docs/cr/infrastructure.giantswarm.io_v1alpha2_awscluster_networkpool.yaml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
apiVersion: infrastructure.giantswarm.io/v1alpha2 | ||
kind: AWSCluster | ||
metadata: | ||
annotations: | ||
giantswarm.io/docs: https://docs.giantswarm.io/reference/cp-k8s-api/awsclusters.infrastructure.giantswarm.io/ | ||
creationTimestamp: null | ||
name: asj5e | ||
spec: | ||
cluster: | ||
description: Dev cluster | ||
dns: | ||
domain: g8s.example.com | ||
kubeProxy: | ||
conntrackMaxPerCore: 100000 | ||
oidc: | ||
claims: | ||
groups: groups-field | ||
username: username-field | ||
clientID: some-example-client-id | ||
issuerURL: https://idp.example.com/ | ||
provider: | ||
credentialSecret: | ||
name: example-credential | ||
namespace: example-namespace | ||
master: | ||
availabilityZone: eu-central-1b | ||
instanceType: m5.2xlarge | ||
nodes: | ||
networkPool: custom | ||
pods: | ||
cidrBlock: 10.2.0.0/16 | ||
externalSNAT: true | ||
region: eu-central-1 |
This file contains 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
This file contains 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