fix readme

This commit is contained in:
Vassiliy Yegorov
2022-06-07 18:35:41 +07:00
parent 315793a8d0
commit b7b1398855
2 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@@ -41,3 +41,5 @@ terraform.rc
# End of https://www.toptal.com/developers/gitignore/api/terraform # End of https://www.toptal.com/developers/gitignore/api/terraform
output.json output.json
kubeone-cluster-kubeconfig
kubeone-cluster.tar.gz

View File

@@ -23,9 +23,13 @@
- export HCLOUD_TOKEN="<YOUR HCLOUD TOKEN>" - export HCLOUD_TOKEN="<YOUR HCLOUD TOKEN>"
- terraform init - terraform init
- terraform plan
- terraform apply - terraform apply
### Kubeone
- terraform output -json > output.json - terraform output -json > output.json
- kubeone apply --manifest kubeone.yaml --tfjson - kubeone apply --manifest kubeone.yaml --tfjson output.json
## Сносим ## Сносим