Show how to generate install/yaml files in dev guide (#1010)

This commit is contained in:
Robert Bragg
2019-12-08 19:37:52 +00:00
committed by Scott Redig
parent fd4f154a0e
commit 4e408b1abc

View File

@ -66,6 +66,8 @@ make build-images -j$(nproc)
make push-images -j$(nproc)
# Push images to Docker Hub
make REGISTRY=mydockerusername push-images -j$(nproc)
# Generate Kubernetes installation YAML files (Note that the trailing '/' is needed here)
make install/yaml/
```
_**-j$(nproc)** is a flag to tell make to parallelize the commands based on