1.0.2 • Published 5 years ago

fbl-k8s-installation-verification v1.0.2

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 years ago

K8s Cluster Setup verification

Configuration

Check default configuration config.yml inline comments to get more context on general configuration parameters.

Run

# [required] install dependencies
yarn install
# [optional] export custom kubeconfig (should be an absolute path)
export KUBECONFIG=/path/to/kubeconfig

# Run with default config
yarn start

# or run custom config location
yarn start -c \$.external=./path-to-custom-config.yml