mirror of
https://github.com/rancher/k3k.git
synced 2026-03-02 17:50:36 +00:00
* updated README, docs folder * updated architecture doc * shared and virtual architecture images * advanced usage * added crd-ref-docs tool for CRDs documentation * small fixes * requested changes * full example in advanced usage * removed security part * Apply suggestions from code review Co-authored-by: jpgouin <jp-gouin@hotmail.fr> --------- Co-authored-by: jpgouin <jp-gouin@hotmail.fr>
563 B
563 B
Development
Tests
To run the tests we use Ginkgo, and envtest for testing the controllers.
Install the required binaries from envtest with setup-envtest, and then put them in the default path /usr/local/kubebuilder/bin:
ENVTEST_BIN=$(setup-envtest use -p path)
sudo mkdir -p /usr/local/kubebuilder/bin
sudo cp $ENVTEST_BIN/* /usr/local/kubebuilder/bin
then run ginkgo run ./....