Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 452 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 452 Bytes

cluster-api-installer

For cluster-api

  • run:
    • make this will do: ```

* or you can speed-up the testing (skip `git pull ...`) using `(export SKIP_CLONE=true; make) `
* or you can update release versions by `make release-chart` in `charts/*/Chart.yaml` and `charts/*/values.yaml`
* or you can check the deployment of charts by:
   * `make test-charts-crc`
   * `(export CRC_DELETE=true; make test-charts-crc ) # with crc delete --force`