diff --git a/examples/aks/aks_cluster/README.MD b/examples/aks/aks_cluster/README.MD index 421b87f8..3b8cc033 100644 --- a/examples/aks/aks_cluster/README.MD +++ b/examples/aks/aks_cluster/README.MD @@ -21,3 +21,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/aks/aks_cluster_arm_template/README.MD b/examples/aks/aks_cluster_arm_template/README.MD index b59044fb..4109eab6 100644 --- a/examples/aks/aks_cluster_arm_template/README.MD +++ b/examples/aks/aks_cluster_arm_template/README.MD @@ -21,3 +21,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/aks/aks_cluster_autoscaler_policies/README.MD b/examples/aks/aks_cluster_autoscaler_policies/README.MD index b59044fb..4109eab6 100644 --- a/examples/aks/aks_cluster_autoscaler_policies/README.MD +++ b/examples/aks/aks_cluster_autoscaler_policies/README.MD @@ -21,3 +21,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/aks/aks_cluster_azure_cni/README.MD b/examples/aks/aks_cluster_azure_cni/README.MD index 89837dc6..fe4ea74a 100644 --- a/examples/aks/aks_cluster_azure_cni/README.MD +++ b/examples/aks/aks_cluster_azure_cni/README.MD @@ -21,3 +21,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/aks/aks_cluster_existing/README.MD b/examples/aks/aks_cluster_existing/README.MD index f3566224..c650c843 100644 --- a/examples/aks/aks_cluster_existing/README.MD +++ b/examples/aks/aks_cluster_existing/README.MD @@ -19,3 +19,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/aks/aks_cluster_read_only/README.MD b/examples/aks/aks_cluster_read_only/README.MD index b59044fb..4109eab6 100644 --- a/examples/aks/aks_cluster_read_only/README.MD +++ b/examples/aks/aks_cluster_read_only/README.MD @@ -21,3 +21,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/eks/eks_cluster_assumerole/README.MD b/examples/eks/eks_cluster_assumerole/README.MD index fb322d11..9470ce24 100644 --- a/examples/eks/eks_cluster_assumerole/README.MD +++ b/examples/eks/eks_cluster_assumerole/README.MD @@ -29,3 +29,5 @@ terraform destroy -var-file=tf.vars > > If you are onboarding existing cluster to CAST AI you need to also update [aws-auth](https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html) configmap. In the configmap instance profile > used by CAST AI has to be present. Example of entry can be found [here](https://github.com/castai/terraform-provider-castai/blob/157babd57b0977f499eb162e9bee27bee51d292a/examples/eks/eks_cluster_assumerole/eks.tf#L28-L38). + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/eks/eks_cluster_autoscaler_policies/README.MD b/examples/eks/eks_cluster_autoscaler_policies/README.MD index 632b9970..dec86eeb 100644 --- a/examples/eks/eks_cluster_autoscaler_policies/README.MD +++ b/examples/eks/eks_cluster_autoscaler_policies/README.MD @@ -29,3 +29,5 @@ terraform destroy -var-file=tf.vars > > If you are onboarding existing cluster to CAST AI you need to also update [aws-auth](https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html) configmap. In the configmap instance profile > used by CAST AI has to be present. Example of entry can be found [here](https://github.com/castai/terraform-provider-castai/blob/157babd57b0977f499eb162e9bee27bee51d292a/examples/eks/eks_cluster_autoscaler_polices/eks.tf#L28-L38). + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/eks/eks_cluster_custom_iam/README.md b/examples/eks/eks_cluster_custom_iam/README.md index 9a8b6f63..278d00d0 100644 --- a/examples/eks/eks_cluster_custom_iam/README.md +++ b/examples/eks/eks_cluster_custom_iam/README.md @@ -44,3 +44,6 @@ terraform destroy -var-file=tf.vars > > If you are onboarding existing cluster to CAST AI you need to also update [aws-auth](https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html) configmap. In the configmap instance profile > used by CAST AI has to be present. Example of entry can be found [here](https://github.com/castai/terraform-provider-castai/blob/157babd57b0977f499eb162e9bee27bee51d292a/examples/eks/eks_cluster_custom_iam/eks.tf#L27-L30) + + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/eks/eks_cluster_existing/README.MD b/examples/eks/eks_cluster_existing/README.MD index 75bb01f9..35638986 100644 --- a/examples/eks/eks_cluster_existing/README.MD +++ b/examples/eks/eks_cluster_existing/README.MD @@ -27,3 +27,6 @@ terraform destroy -var-file=tf.vars > > If you are onboarding existing cluster to CAST AI you need to also update [aws-auth](https://docs.aws.amazon.com/eks/latest/userguide/add-user-role.html) configmap. In the configmap instance profile > used by CAST AI has to be present. Example of entry can be found [here](https://github.com/castai/terraform-provider-castai/blob/157babd57b0977f499eb162e9bee27bee51d292a/examples/eks/eks_cluster_autoscaler_polices/eks.tf#L28-L38). + + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/eks/eks_cluster_optional_readonly/README.MD b/examples/eks/eks_cluster_optional_readonly/README.MD index a1d73f89..5e04a3b6 100644 --- a/examples/eks/eks_cluster_optional_readonly/README.MD +++ b/examples/eks/eks_cluster_optional_readonly/README.MD @@ -33,3 +33,5 @@ If `castai_eks_cluster` have to be re-created follow the steps below: If cluster was already onboarded to full access mode, and you don't want to delete CAST AI created K8s nodes, make sure that `castai_eks_cluster` parameter is set to `delete_nodes_on_disconnect = false`. 2. Run `terraform apply -var-file=tf.vars` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/eks/eks_cluster_readonly/README.MD b/examples/eks/eks_cluster_readonly/README.MD index 4f57eb20..b94546bc 100644 --- a/examples/eks/eks_cluster_readonly/README.MD +++ b/examples/eks/eks_cluster_readonly/README.MD @@ -21,3 +21,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/gke/evictor_advanced_config/README.MD b/examples/gke/evictor_advanced_config/README.MD index c94f6dcc..8587cb5e 100644 --- a/examples/gke/evictor_advanced_config/README.MD +++ b/examples/gke/evictor_advanced_config/README.MD @@ -26,3 +26,6 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/gke/gke_castai_iam/README.md b/examples/gke/gke_castai_iam/README.md index 8e791654..a6bf7f19 100644 --- a/examples/gke/gke_castai_iam/README.md +++ b/examples/gke/gke_castai_iam/README.md @@ -50,3 +50,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/gke/gke_cluster_autoscaler_policies/README.MD b/examples/gke/gke_cluster_autoscaler_policies/README.MD index 11a11809..cf219e51 100644 --- a/examples/gke/gke_cluster_autoscaler_policies/README.MD +++ b/examples/gke/gke_cluster_autoscaler_policies/README.MD @@ -24,3 +24,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/gke/gke_cluster_existing/README.MD b/examples/gke/gke_cluster_existing/README.MD index 30ece0eb..73dc8978 100644 --- a/examples/gke/gke_cluster_existing/README.MD +++ b/examples/gke/gke_cluster_existing/README.MD @@ -22,3 +22,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/gke/gke_cluster_readonly/README.MD b/examples/gke/gke_cluster_readonly/README.MD index 9ad3d1a3..1372f248 100644 --- a/examples/gke/gke_cluster_readonly/README.MD +++ b/examples/gke/gke_cluster_readonly/README.MD @@ -21,3 +21,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting diff --git a/examples/gke/gke_cluster_zonal_autoscaler/README.MD b/examples/gke/gke_cluster_zonal_autoscaler/README.MD index 9d2be262..09dedd85 100644 --- a/examples/gke/gke_cluster_zonal_autoscaler/README.MD +++ b/examples/gke/gke_cluster_zonal_autoscaler/README.MD @@ -24,3 +24,5 @@ terraform apply -var-file=tf.vars ``` terraform destroy -var-file=tf.vars ``` + +Please refer to this guide if you run into any issues https://docs.cast.ai/docs/terraform-troubleshooting