Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README in Example repos #282

Merged
merged 18 commits into from Mar 6, 2024
2 changes: 2 additions & 0 deletions examples/aks/aks_cluster/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/aks/aks_cluster_arm_template/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/aks/aks_cluster_autoscaler_policies/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/aks/aks_cluster_azure_cni/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/aks/aks_cluster_existing/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/aks/aks_cluster_read_only/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/eks/eks_cluster_assumerole/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/eks/eks_cluster_autoscaler_policies/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions examples/eks/eks_cluster_custom_iam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions examples/eks/eks_cluster_existing/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/eks/eks_cluster_optional_readonly/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/eks/eks_cluster_readonly/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions examples/gke/evictor_advanced_config/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/gke/gke_castai_iam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/gke/gke_cluster_autoscaler_policies/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/gke/gke_cluster_existing/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/gke/gke_cluster_readonly/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions examples/gke/gke_cluster_zonal_autoscaler/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading