Skip to content

Commit 90445bb

Browse files
committed
Document constraints in README and remove obsolete paragraph
1 parent 0342f51 commit 90445bb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ _Note:_ This installs podbouncer in the `podbouncer-system` namespace.
3939
kubectl apply -f https://raw.githubusercontent.com/fabiante/podbouncer/refs/heads/main/dist/install.yaml
4040
```
4141

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+
4247
## Getting Started (Local Build + Deploy)
4348

4449
### Prerequisites
@@ -49,9 +54,6 @@ kubectl apply -f https://raw.githubusercontent.com/fabiante/podbouncer/refs/head
4954

5055
### To Deploy on the cluster
5156

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-
5557
**Build and push your image to the location specified by `IMG`:**
5658

5759
```sh

0 commit comments

Comments
 (0)