Skip to content

Commit

Permalink
docs: fix broken markdown in cluster resource
Browse files Browse the repository at this point in the history
Signed-off-by: Alexej Disterhoft <alexej@disterhoft.de>
  • Loading branch information
Alexej Disterhoft authored and nobbs committed Jul 28, 2023
1 parent 4642c36 commit 54fda92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/resources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ resource "rancher2_cluster" "foo-custom" {

### Creating Rancher v2 RKE cluster enabling and customizing monitoring

**Note** Cluster monitoring version `0.2.0` or above, can't be enabled until cluster is fully deployed as [`kubeVersion`](https://github.com/rancher/system-charts/blob/52be656700468904b9bf15c3f39cd7112e1f8c9b/charts/rancher-monitoring/v0.2.0/Chart.yaml#L12) requirement has been introduced to helm chart
**Note** Cluster monitoring version `0.2.0` or above, can't be enabled until cluster is fully deployed as [`kubeVersion`](https://github.com/rancher/system-charts/blob/52be656700468904b9bf15c3f39cd7112e1f8c9b/charts/rancher-monitoring/v0.2.0/Chart.yaml#L12) requirement has been introduced to helm chart

```hcl
# Create a new rancher2 RKE Cluster
Expand Down Expand Up @@ -1236,7 +1236,7 @@ exemptions:
runtimeClasses: []
namespaces: []
EOF
```

###### `audit_log`

Expand Down Expand Up @@ -1466,7 +1466,7 @@ The following arguments are supported:
* `resource_location` - (Required) The AKS resource location (string)
* `imported` - (Optional) Is AKS cluster imported? Defaul: `false` (bool)

The following arguments are supported just for creating new AKS clusters (`imported=false`):
The following arguments are supported just for creating new AKS clusters (`imported=false`):

* `node_pools` - (Optional) The AKS nnode pools. Required if `imported=false` (list)
* `dns_prefix` - (Optional/ForceNew) The AKS dns prefix. Required if `imported=false` (string)
Expand Down

0 comments on commit 54fda92

Please sign in to comment.