File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
1212kind : Kustomization
1313images :
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
You can’t perform that action at this time.
0 commit comments