added readme notes

This commit is contained in:
Sebastian Wendel 2022-06-08 11:35:47 +02:00
parent e699f275fe
commit 8fb5d29503
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -0,0 +1,25 @@
# Fab City OS Core Kubernetes Helm Chart
## Development
### System Dependencies
- [docker](https://www.docker.com/)
- [k3d](https://k3d.io/)
- [helm](https://helm.sh/)
If you are using the [Nix Package manager](https://nixos.org/) you only need to install [direnv](https://direnv.net/) to automaticly load all dependencies.
### Commands
#### Start the development cluster
```sh
k3d cluster create --config k3d-fcos-dev.yaml
```
#### Validate chart rendering
```sh
helm install --dry-run fcos-core .
```