Skip to content

Commit

Permalink
Fix README bash section
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett authored and 0xE282B0 committed Jan 11, 2023
1 parent 1a8a5f1 commit a842ce5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This Kubernetes Operators uses [KWasm/kwasm-node-installer](https://github.com/K
> If you are searching for a production ready WebAssembly integration for your Kubernetes cluster, reach out to [Liquid Reply](https://www.reply.com/liquid-reply/en/)
## Example
The KWasm Operator allows for fine-grained control over node provisioning instead of using the node installer with a DaemonSet. This example shows how to create a KinD cluster with three nodes and install the KWasm Operator. The example provisions a single node and schedules a Wasm pod on that specific node.```bash
The KWasm Operator allows for fine-grained control over node provisioning instead of using the node installer with a DaemonSet. This example shows how to create a KinD cluster with three nodes and install the KWasm Operator. The example provisions a single node and schedules a Wasm pod on that specific node.

```bash
# Create cluster
kind create cluster --config examples/kind/cluster.yaml
# Add helm repo
Expand Down

0 comments on commit a842ce5

Please sign in to comment.