forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-tool: Add cfssl and cfssljson tool check
VM provisioning with K8S=1 is failing due to missing certs, which is caused by the unavailability of cfssl and cfssljson tools. This commit is to add two simple checks in dev-tool to avoid any potential debugging and troubleshooting time. ``` $ ./contrib/vagrant/scripts/00-create-certs.sh ----- 00-create-certs.sh: main: Generating certificates... ./contrib/vagrant/scripts/cert-gen-helpers.bash: line 50: cfssl: command not found ./contrib/vagrant/scripts/cert-gen-helpers.bash: line 50: cfssljson: command not found ``` Signed-off-by: Tam Mach <sayboras@yahoo.com>
- Loading branch information
Showing
2 changed files
with
41 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters