-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* eks-update-global-values * Apply suggestions from code review Co-authored-by: Jose Armesto <[email protected]> Signed-off-by: calvix <[email protected]> --------- Signed-off-by: calvix <[email protected]> Co-authored-by: Jose Armesto <[email protected]>
- Loading branch information
1 parent
7bc61bf
commit e4e074f
Showing
3 changed files
with
50 additions
and
44 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
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 |
---|---|---|
@@ -1,24 +1,25 @@ | ||
metadata: | ||
name: "{{ .ClusterName }}" | ||
description: "E2E Test cluster" | ||
organization: "{{ .Organization }}" | ||
global: | ||
metadata: | ||
name: "{{ .ClusterName }}" | ||
description: "E2E Test cluster" | ||
organization: "{{ .Organization }}" | ||
|
||
controlPlane: | ||
# disable logging to save cost | ||
logging: | ||
apiServer: false | ||
audit: false | ||
authenticator: false | ||
controllerManager: false | ||
controlPlane: | ||
# disable logging to save cost | ||
logging: | ||
apiServer: false | ||
audit: false | ||
authenticator: false | ||
controllerManager: false | ||
|
||
# We need to pass the node pools otherwise the test called "has all the worker nodes running" will fail because it | ||
# expects to find the number of worker nodes in the helm values, but the value is not there if don't pass it, as it's | ||
# defaulted in the chart template. | ||
# @TODO: https://github.com/giantswarm/giantswarm/issues/28063 | ||
nodePools: | ||
# We are using a name with 10 chars which is the max number of characters allowed by our kyverno policies. | ||
nodepool-0: | ||
instanceType: r6i.xlarge | ||
maxSize: 3 | ||
minSize: 3 | ||
rootVolumeSizeGB: 25 | ||
# We need to pass the node pools otherwise the test called "has all the worker nodes running" will fail because it | ||
# expects to find the number of worker nodes in the helm values, but the value is not there if don't pass it, as it's | ||
# defaulted in the chart template. | ||
# @TODO: https://github.com/giantswarm/giantswarm/issues/28063 | ||
nodePools: | ||
# We are using a name with 10 chars which is the max number of characters allowed by our kyverno policies. | ||
nodepool-0: | ||
instanceType: r6i.xlarge | ||
maxSize: 3 | ||
minSize: 3 | ||
rootVolumeSizeGB: 25 |
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 |
---|---|---|
@@ -1,24 +1,25 @@ | ||
metadata: | ||
name: "{{ .ClusterName }}" | ||
description: "E2E Test cluster" | ||
organization: "{{ .Organization }}" | ||
global: | ||
metadata: | ||
name: "{{ .ClusterName }}" | ||
description: "E2E Test cluster" | ||
organization: "{{ .Organization }}" | ||
|
||
controlPlane: | ||
# disable logging to save cost | ||
logging: | ||
apiServer: false | ||
audit: false | ||
authenticator: false | ||
controllerManager: false | ||
controlPlane: | ||
# disable logging to save cost | ||
logging: | ||
apiServer: false | ||
audit: false | ||
authenticator: false | ||
controllerManager: false | ||
|
||
# We need to pass the node pools otherwise the test called "has all the worker nodes running" will fail because it | ||
# expects to find the number of worker nodes in the helm values, but the value is not there if don't pass it, as it's | ||
# defaulted in the chart template. | ||
# @TODO: https://github.com/giantswarm/giantswarm/issues/28063 | ||
nodePools: | ||
# We are using a name with 10 chars which is the max number of characters allowed by our kyverno policies. | ||
nodepool-0: | ||
instanceType: r6i.xlarge | ||
maxSize: 3 | ||
minSize: 3 | ||
rootVolumeSizeGB: 25 | ||
# We need to pass the node pools otherwise the test called "has all the worker nodes running" will fail because it | ||
# expects to find the number of worker nodes in the helm values, but the value is not there if don't pass it, as it's | ||
# defaulted in the chart template. | ||
# @TODO: https://github.com/giantswarm/giantswarm/issues/28063 | ||
nodePools: | ||
# We are using a name with 10 chars which is the max number of characters allowed by our kyverno policies. | ||
nodepool-0: | ||
instanceType: r6i.xlarge | ||
maxSize: 3 | ||
minSize: 3 | ||
rootVolumeSizeGB: 25 |