Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
needs: [build-test-artifacts]
strategy:
matrix:
starter: ["multi-cloud", "aks", "eks", "gke", "kind"]
starter: ["multi-cloud", "aks", "eks", "gke"]

Comment thread
pst marked this conversation as resolved.
Comment thread
pst marked this conversation as resolved.
permissions:
id-token: write # required for keyless signing
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
strategy:
fail-fast: false
matrix:
starter: ["multi-cloud", "aks", "eks", "gke", "kind"]
starter: ["multi-cloud", "aks", "eks", "gke"]

steps:
- name: "Download test-artifacts"
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
sed -i 's/region = ""/region = "eu-west-1"/g' eks_zero_providers.tf || true

# EKS: set cluster_availability_zones
sed -i 's/cluster_availability_zones = ""/cluster_availability_zones = "eu-west-1a,eu-west-1b"/g' eks_zero_cluster.tf || true
sed -i 's/cluster_availability_zones = \[\]/cluster_availability_zones = ["eu-west-1a", "eu-west-1b"]/g' eks_zero_cluster.tf || true

# GKE: set project_id
sed -i 's/project_id = ""/project_id = "terraform-kubestack-testing"/g' gke_zero_cluster.tf || true
Expand All @@ -182,7 +182,7 @@ jobs:
sed -i 's/region = ""/region = "europe-west1"/g' gke_zero_cluster.tf || true

# GKE: set cluster_node_locations
sed -i 's/cluster_node_locations = ""/cluster_node_locations = "europe-west1-b,europe-west1-c,europe-west1-d"/g' gke_zero_cluster.tf || true
sed -i 's/cluster_node_locations = \[\]/cluster_node_locations = ["europe-west1-b", "europe-west1-c", "europe-west1-d"]/g' gke_zero_cluster.tf || true

- name: "Terraform init"
working-directory: ./kubestack-starter-${{ matrix.starter }}
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:

strategy:
matrix:
starter: ["multi-cloud", "aks", "eks", "gke", "kind"]
starter: ["multi-cloud", "aks", "eks", "gke"]

steps:
- name: "Download test-artifacts"
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:

strategy:
matrix:
starter: ["multi-cloud", "aks", "eks", "gke", "kind"]
starter: ["multi-cloud", "aks", "eks", "gke"]

steps:
- name: "Download test-artifacts"
Expand Down
5 changes: 0 additions & 5 deletions aws/_modules/eks/ingress.tf

This file was deleted.

17 changes: 0 additions & 17 deletions aws/_modules/eks/main.tf

This file was deleted.

39 changes: 0 additions & 39 deletions aws/_modules/eks/master.tf

This file was deleted.

37 changes: 0 additions & 37 deletions aws/_modules/eks/node_pool.tf

This file was deleted.

63 changes: 0 additions & 63 deletions aws/_modules/eks/node_pool/launch_template.tf

This file was deleted.

60 changes: 0 additions & 60 deletions aws/_modules/eks/node_pool/main.tf

This file was deleted.

108 changes: 0 additions & 108 deletions aws/_modules/eks/node_pool/variables.tf

This file was deleted.

4 changes: 0 additions & 4 deletions aws/_modules/eks/node_pool/versions.tf

This file was deleted.

3 changes: 0 additions & 3 deletions aws/_modules/eks/outputs.tf

This file was deleted.

Loading
Loading