Commit 434377b
authored
Fix examples and bump default EKS version (#632)
* fix(examples): depend on infrastructure modules with castai-cluster module in EKS
Otherwise the teardown don't always work, the infrastructure is cleaned
up before Cast AI Helm Releases were destroyed.
* chore(examples): bump default EKS version to 1.33
To avoid someone running these examples for longer running into issues, I don't want to go
straight to 1.34 as that couldn't be applied to existing clusters (can't
skip versions). Going to follow up with 1.34 soon though.
* fix(examples): bump EKS cluster module to 14.1+
v14.1.0 pinned the omni-cluster module version and adopted to a change
in the latest (2.0.0) version of that module. Earlier versions of the eks-cluster
module will still pull 2.0.0 but won't work with that, so we need to
require at least 14.1.0.
Note that the `~> 14.0` version constraints were working, but I'm
updating them to `~> 14.1` to signal the intent that 14.1+ is required.
The real fix is updating the `13.x` version(s) to 14.1.
* fix(examples): bump GKE cluster module to 10.1+
v10.1.0 pinned the omni-cluster module version and adopted to a change
in the latest (2.0.0) version of that module. Earlier versions of the gke-cluster
module will still pull 2.0.0 but won't work with that, so we need to
require at least v10.1.0.
* fix(examples): bump AKS cluster module to 10.3+
v10.3.0 pinned the omni-cluster module version and adopted to a change
in the latest (2.0.0) version of that module. Earlier versions of the
AKS module will still pull 2.0.0 but won't work with that, so we need to
require at least v10.3.0.
* chore(examples): removing eks/eks_cluster_webshop example
This example is using the terraform-aws-eks-lb-controller module to
install the AWS LB Controller but that module wasn't updated to work
with Helm 3+ that we require now.
I'm removing it to unblock CI now as I don't think we need this example.
* fix(examples): clean up removed variable1 parent de91533 commit 434377b
File tree
60 files changed
+48
-1088
lines changed- examples
- aks
- aks_cluster_arm_template
- aks_cluster_autoscaler_policies
- aks_cluster_azure_cni
- aks_cluster_existing
- aks_cluster_with_proxy
- aks_cluster_with_security_runtime_rules
- aks_cluster_with_security
- aks_cluster
- eks
- eks_cluster_access_entries
- eks_cluster_assumerole
- eks_cluster_autoscaler_policies
- eks_cluster_custom_iam
- eks_cluster_existing
- eks_cluster_ipv6
- eks_cluster_live_migration
- module/castai
- eks_cluster_optional_readonly
- eks_cluster_readonly
- eks_cluster_webshop
- helm-values
- k8s
- eks_cluster_with_security_runtime_rules
- eks_cluster_with_security
- eks_clusters
- module/castai
- eks_private_link
- gke
- gke_cluster_autoscaler_policies
- gke_cluster_existing
- gke_cluster_with_security_runtime_rules
- gke_cluster_with_security
- gke_cluster_zonal_autoscaler
- gke_impersonate
- gke_live_migration
- gke_private_service_connect
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+48
-1088
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments