fix readme
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -41,3 +41,5 @@ terraform.rc
|
||||
# End of https://www.toptal.com/developers/gitignore/api/terraform
|
||||
|
||||
output.json
|
||||
kubeone-cluster-kubeconfig
|
||||
kubeone-cluster.tar.gz
|
||||
|
@@ -23,9 +23,13 @@
|
||||
|
||||
- export HCLOUD_TOKEN="<YOUR HCLOUD TOKEN>"
|
||||
- terraform init
|
||||
- terraform plan
|
||||
- terraform apply
|
||||
|
||||
### Kubeone
|
||||
|
||||
- terraform output -json > output.json
|
||||
- kubeone apply --manifest kubeone.yaml --tfjson
|
||||
- kubeone apply --manifest kubeone.yaml --tfjson output.json
|
||||
|
||||
## Сносим
|
||||
|
||||
|
Reference in New Issue
Block a user