added ReflowOS config notes

This commit is contained in:
Sebastian Wendel 2022-06-21 12:01:24 +02:00
parent 76de9e09a5
commit 820f57e941
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -18,8 +18,30 @@ If you are using the [Nix Package manager](https://nixos.org/) you only need to
k3d cluster create --config k3d-fcos-dev.yaml
```
#### Get node labels
```sh
kubectl get nodes --show-labels
```
#### Validate chart rendering
```sh
helm install --dry-run fcos-core .
```
#### Apply the chart
```sh
helm install fcos-core .
```
#### Watch all resources
```sh
watch -n 1 kubectl get all --all-namespaces
```
## Documentation
- [ReflowOS Docs](https://reflowos.dyne.org/docs)