You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,15 @@ Add the Kadras [package repository](https://github.com/kadras-io/kadras-packages
28
28
```shell
29
29
kctrl package repository add -r kadras-packages \
30
30
--url ghcr.io/kadras-io/kadras-packages \
31
-
-n kadras-packages --create-namespace
31
+
-n kadras-system --create-namespace
32
32
```
33
33
34
34
<details><summary>Installation without package repository</summary>
35
35
The recommended way of installing the Metrics Server package is via the Kadras <ahref="https://github.com/kadras-io/kadras-packages">package repository</a>. If you prefer not using the repository, you can add the package definition directly using <ahref="https://carvel.dev/kapp/docs/latest/install"><code>kapp</code></a> or <code>kubectl</code>.
36
36
37
37
```shell
38
-
kubectl create namespace kadras-packages
39
-
kapp deploy -a metrics-server-package -n kadras-packages -y \
38
+
kubectl create namespace kadras-system
39
+
kapp deploy -a metrics-server-package -n kadras-system -y \
0 commit comments