Skip to content

Commit

Permalink
Update README (#280)
Browse files Browse the repository at this point in the history
* Update README.MD

making edits to the README on the Example EKS repos to specify which ones are for phase 1 and 2, because some customers having been facing issues differentiating lately.

* Update README.MD

making edits to the README on the Example EKS repos to specify which ones are for phase 1 and 2, because some customers having been facing issues differentiating lately.
  • Loading branch information
jbih26 authored Feb 23, 2024
1 parent 89c6ab0 commit 3d692a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/eks/eks_cluster_optional_readonly/README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Example of EKS cluster connected to CAST AI to read-only mode with ability to switch cluster to full access mode.
# Example of EKS cluster connected to CAST AI to read-only mode (Phase1) with ability to switch cluster to full access mode(Phase 2)
Following this example creates an EKS cluster and its supporting resources using AWS community modules.
After EKS cluster is created, by default it is onboarded to CAST AI in Read-only mode(Phase 1).
Read-only behaviour is controlled by bool variable "readonly" (In the varaibles.tf file).
Expand All @@ -24,7 +24,7 @@ terraform apply -var-file=tf.vars
terraform destroy -var-file=tf.vars
```

# To Enable full access mode after cluster was already onboarded to read-only mode(Phase 1)
# To Enable full access mode(Phase 2) after cluster was already onboarded to read-only mode(Phase 1)
1. Set variable "readonly" = false`(it's true by default) and run `terraform apply -var-file=tf.vars`

Note: Current provider version (v3.13.0) does not support `castai_eks_cluster` resource in-place re-creation.
Expand Down

0 comments on commit 3d692a7

Please sign in to comment.