Skip to content

Commit 96e977d

Browse files
committed
update readme
1 parent fedc681 commit 96e977d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
## 1.3.0 (Unreleased)
2+
3+
IMPROVEMENTS:
4+
5+
- Update readme [GH-7](https://github.com/terraform-alicloud-modules/terraform-alicloud-managed-kubernetes/pull/7)
6+
27
## 1.2.0 (December 3, 2019)
38

49
IMPROVEMENTS:

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,27 @@ In other words, the specified vpc has a nat gateway and there are several snat e
6565
This moudle can set [sls project](https://www.terraform.io/docs/providers/alicloud/r/log_project.html) config for this module
6666

6767
1. Create a new sls project with `new_sls_project`:
68+
6869
```hcl
6970
new_sls_project = true
7071
```
7172
7273
1. Using existing sls project with `sls_project_name`:
73-
```hcl-terraform
74+
75+
```hcl
7476
sls_project_name = "Your-sls-project-name"
7577
```
7678
7779
If you want to store kube config and other certificates after the cluster created, you can set the following parameters:
7880
7981
1. Store kube config with `kube_config_path`:
80-
```hcl-terraform
82+
83+
```hcl
8184
kube_config_path = "/home/xxx/.kube/config"
8285
```
8386
84-
1. Store more certificates`:
87+
1. Store more certificates:
88+
8589
```hcl-terraform
8690
client_cert_path = "/home/xxx/.kube/client-cert.pem"
8791
client_key_path = "/home/xxx/.kube/client-key.pem"

0 commit comments

Comments
 (0)