Skip to content

Commit

Permalink
feat: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Jan 31, 2024
1 parent 2605236 commit e1694a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions keramik/src/deploy_keramik.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ To deploy keramik, we will need to deploy custom resource definitions (CRDs) and
## Deploy CRDS

Custom resource definitions tell k8s about our network and simulation resources.
When deploying a new cluster and anytime they change you need to apply them:
When deploying a new cluster and anytime they change you need to apply them.

To generate the CRDs from current code, run the following command:
```shell
cargo run --bin crdgen | kubectl apply -f -
```

To apply a version of the CRDs from a release, run the following command:
```shell
kubectl apply -f k8s/crds/v1alpha1.yaml
``````

## Deploy Keramik Operator

Expand Down

0 comments on commit e1694a9

Please sign in to comment.