update README
This commit is contained in:
parent
c3aa8018ba
commit
edc83f6708
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
|
@ -40,8 +40,21 @@ export TALOSCONFIG=talosconfig
|
||||||
|
|
||||||
see test.tfvars.sample
|
see test.tfvars.sample
|
||||||
|
|
||||||
|
## Create cluster
|
||||||
|
|
||||||
|
```
|
||||||
|
cd <repodir>
|
||||||
|
cp test.tfvars.sample test.tfvars
|
||||||
|
# adapt parameters
|
||||||
|
|
||||||
|
# initialize tofu/packer
|
||||||
|
tofu init
|
||||||
|
packer init --upgrade packer/talos_image.pkr.hcl
|
||||||
|
|
||||||
|
tofu apply -var-file=test.tfvars
|
||||||
|
```
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
* define kubernetes version to be installed
|
|
||||||
* define cilium version to be installed (hardcoded to 1.16rc right now)
|
* define cilium version to be installed (hardcoded to 1.16rc right now)
|
||||||
* maybe some other tweaks
|
* maybe some other tweaks
|
||||||
* maybe instsall flux, not sure if that should be part of initial setup
|
* maybe instsall flux, not sure if that should be part of initial setup
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue