Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 567 Bytes

DEVELOPMENT.md

File metadata and controls

25 lines (20 loc) · 567 Bytes

Development Guide for the Mesh Manager

The mesh manager can be deployed into a local cluster with the following steps.

Setting up

  1. Install Operator SDK
    operator-sdk olm install

Deploying a build from source

  1. Build the mesh manager.
    IMG=nadunrds/mesh-manager-test:dev make docker-build ENABLE_WEBHOOKS=false
  2. Run the following command to install all CRDs
    make install
  3. Deploy the mesh manager.
    IMG=nadunrds/mesh-manager-test:dev make deploy ENABLE_WEBHOOKS=false