Skip to content

Commit

Permalink
fix: update etcdctl command
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Choudhary <[email protected]>
  • Loading branch information
vishal-chdhry committed Jul 9, 2024
1 parent aaefb22 commit 2cff16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Once the helm chart is installed, API services can be manually updated using `ku
Switching to report-server does not delete existing reports in etcd. Reports-server will only recreate all the existing reports from etcd in its database. We recommend manually deleting keys from etcd using `etcdctl`.

```bash
etcdctl delete --prefix --key “/registry/reports.kyverno.io/”
etcdctl del --prefix --key “/registry/reports.kyverno.io/”
```

```bash
etcdctl delete --prefix --key “/registry/wgpolicyk8s.io/”
etcdctl del --prefix --key “/registry/wgpolicyk8s.io/”
```

0 comments on commit 2cff16d

Please sign in to comment.