fab-city-os-core-chart/README.md
2022-06-21 12:03:02 +02:00

971 B

Fab City OS Core Kubernetes Helm Chart

Development

System Dependencies

If you are using the Nix Package manager you only need to install direnv to automaticly load all dependencies.

Commands

Start the development cluster

k3d cluster create --config k3d-fcos-dev.yaml

Get node labels

kubectl get nodes --show-labels

Validate chart rendering

helm install --dry-run fcos-core .

Apply the chart

helm install fcos-core .

Watch all resources

watch -n 1 kubectl get all --all-namespaces

Documentation