Skip to content

Commit

Permalink
Revert changes in cluster.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Jun 18, 2024
1 parent b3f07cf commit 1f3b75b
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
apiVersion: eksctl.io/v1alpha5
availabilityZones:
- eu-central-1a
- eu-central-1b
- eu-central-1a
- eu-central-1b
cloudWatch:
clusterLogging: {}
iam:
vpcResourceControllerPolicy: true
withOIDC: false
addons:
- name: aws-ebs-csi-driver
serviceAccountRoleARN: "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy"
- name: aws-ebs-csi-driver
serviceAccountRoleARN: "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy"
kind: ClusterConfig
kubernetesNetworkConfig:
ipFamily: IPv4
managedNodeGroups:
- amiFamily: Ubuntu2004
iam:
withAddonPolicies:
ebs: true
instanceType: t2.2xlarge
labels:
alpha.eksctl.io/cluster-name: scrumptious-wardrobe-1684842095
alpha.eksctl.io/nodegroup-name: ng-d06bd84e
maxSize: 2
minSize: 2
name: ng-d06bd84e
releaseVersion: ""
ssh:
allow: false
tags:
alpha.eksctl.io/nodegroup-name: ng-d06bd84e
alpha.eksctl.io/nodegroup-type: managed
volumeSize: 100
- amiFamily: Ubuntu2004
iam:
withAddonPolicies:
ebs: true
instanceType: t2.2xlarge
labels:
alpha.eksctl.io/cluster-name: scrumptious-wardrobe-1684842095
alpha.eksctl.io/nodegroup-name: ng-d06bd84e
maxSize: 2
minSize: 2
name: ng-d06bd84e
releaseVersion: ""
ssh:
allow: false
tags:
alpha.eksctl.io/nodegroup-name: ng-d06bd84e
alpha.eksctl.io/nodegroup-type: managed
volumeSize: 100
metadata:
name: kubeflow-test-18
name: kubeflow-test
region: eu-central-1
version: "1.26"

0 comments on commit 1f3b75b

Please sign in to comment.