File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ _Note:_ This installs podbouncer in the `podbouncer-system` namespace.
39
39
kubectl apply -f https://raw.githubusercontent.com/fabiante/podbouncer/refs/heads/main/dist/install.yaml
40
40
` ` `
41
41
42
+ # # Constraints
43
+
44
+ This operator currently requires the usage of the `podbouncer-system` namespace and will
45
+ only load its configuration from a ConfigMap object named `podbouncer-config` (in the same namespace).
46
+
42
47
# # Getting Started (Local Build + Deploy)
43
48
44
49
# ## Prerequisites
@@ -49,9 +54,6 @@ kubectl apply -f https://raw.githubusercontent.com/fabiante/podbouncer/refs/head
49
54
50
55
# ## To Deploy on the cluster
51
56
52
- The operator is not yet build and release to any Image & Manifest registry, thus you
53
- have to build and deploy it from source (this project).
54
-
55
57
**Build and push your image to the location specified by `IMG`:**
56
58
57
59
` ` ` sh
You can’t perform that action at this time.
0 commit comments