Skip to content

Commit 1b13e7f

Browse files
committed
Remove "Request Beta Access"
Update enforcer docs
1 parent f054a3a commit 1b13e7f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Robusta KRR (Kubernetes Resource Recommender) is a CLI tool for **optimizing res
6666

6767
### Auto-Apply Mode
6868

69-
**New:** Put right-sizing on auto-pilot by applying recommendations automatically. [Request beta access](https://robusta-dev.typeform.com/krr-auto-apply).
69+
Put right-sizing on auto-pilot by applying recommendations automatically. See the [KRR Enforcer docs](https://github.com/robusta-dev/krr/tree/main/enforcer).
7070

7171
### Data Integrations
7272

enforcer/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ A mutating webhook server that automatically enforces [KRR (Kubernetes Resource
88
- **Flexible Enforcement Modes**: Support for enforce/ignore modes per workload
99
- **REST API**: Query recommendations via HTTP endpoints
1010

11+
## Prerequisites
12+
13+
The KRR Enforcer requires Robusta (which bundles KRR) to be installed in your cluster, along with a Robusta UI account (free tier available) to store KRR scan results.
14+
15+
Start by installing Robusta in your cluster using the [all-in-one installation guide](https://docs.robusta.dev/master/setup-robusta/installation/all-in-one-installation.html)
16+
17+
Once Robusta is running, you can install the KRR Enforcer as described below.
18+
1119
## Enforcement Modes
1220

1321
Enforcement can be configured globally or on a per-workload basis.
@@ -44,7 +52,6 @@ The webhook uses `failurePolicy: Ignore` by default, meaning if the webhook fail
4452
### Prerequisites
4553
- Helm 3.x
4654
- Prometheus Operator (optional, for metrics collection)
47-
- Robusta UI account - used to store KRR scan results
4855

4956
### Certificate
5057

0 commit comments

Comments
 (0)