Skip to content

Commit 314ace6

Browse files
authored
improved getting started steps (#5)
1 parent 800d84d commit 314ace6

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ root@nginx:/# curl localhost:8080
5959
}
6060
```
6161

62-
### TODO
63-
64-
* [ ] Implement feature flag reconciliation loop
65-
* [ ] Detect and update configmaps on change
66-
* [ ] Finalizers
67-
* [ ] Cleanup on deletion
62+
### Running the operator locally
63+
64+
1. Create a local cluster with MicroK8s or Kind
65+
2. `kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.0/cert-manager.yaml`
66+
3. `IMG=ghcr.io/open-feature/open-feature-operator:main make deploy`

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
1212
kind: Kustomization
1313
images:
1414
- name: controller
15-
newName: tibbar/of-operator
16-
newTag: v0.0.1
15+
newName: ghcr.io/open-feature/open-feature-operator
16+
newTag: main

0 commit comments

Comments
 (0)