- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setup_kind_cluster (0.15 sec)
-
common/scripts/kind_provisioner.sh
if [[ -z "${DEFAULT_CLUSTER_YAML:-}" ]]; then echo 'DEFAULT_CLUSTER_YAML file must be specified. Exiting...' return 1 fi } function setup_kind_cluster_retry() { retry setup_kind_cluster "$@" } # setup_kind_cluster creates new KinD cluster with given name, image and configuration # 1. NAME: Name of the Kind cluster (optional) # 2. IMAGE: Node image used by KinD (optional)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Aug 21 04:47:23 UTC 2024 - 17.2K bytes - Viewed (0)