You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tilt offers a simple way of creating a local development environment.
12
13
13
-
## Create a kind cluster
14
+
## Create local k8s cluster
14
15
15
-
Create a kind cluster with a local registry:
16
+
```bash
17
+
make deploy-dev
18
+
```
19
+
20
+
Open the `tilt` browser UI by pressing the "space" key when prompted. Note that `tilt` sets up a directory watcher and will automatically redeploy any code changes!
21
+
22
+
You can check the "temporal-operator-controller-manager" Pod status with `kubectl get pods -n temporal-system -w`.
23
+
24
+
## Apply Manifests
25
+
26
+
Once the local cluster is created, start applying your desired manifests and let the temporal operator handle reconciliation:
0 commit comments