Skip to content

Commit

Permalink
docs: remove mention of enabling KubePrism after v1.6
Browse files Browse the repository at this point in the history
I noticed in the docs
[here](https://github.com/siderolabs/talos/blob/8df5b85ec7e8ca53fd73c9c095ee5c453d5c4e51/website/content/v1.8/kubernetes-guides/network/deploying-cilium.md?plain=1#L241)
it mentions enabling the KubePrism feature. However, it mentions enabling the
KubePrism feature. However,
[here](https://github.com/siderolabs/talos/blob/8df5b85ec7e8ca53fd73c9c095ee5c453d5c4e51/website/content/v1.8/kubernetes-guides/configuration/kubeprism.md?plain=1#L25)
the docs mention it's enabled by default since 1.6..

So I was wondering if mention of enabling KubePrism after v1.6 is a mistake?
Note it was mentioned several times in the docs v1.5.

```
❯ rg "kubePrism:" --glob "*deploying-cilium.md" -A1
website/content/v1.8/kubernetes-guides/network/deploying-cilium.md
240:    kubePrism:
241-      enabled: true

website/content/v1.7/kubernetes-guides/network/deploying-cilium.md
240:    kubePrism:
241-      enabled: true

website/content/v1.6/kubernetes-guides/network/deploying-cilium.md
240:    kubePrism:
241-      enabled: true

website/content/v1.5/kubernetes-guides/network/deploying-cilium.md
32:    kubePrism:
33-      enabled: true
--
56:    kubePrism:
57-      enabled: true
--
212:    kubePrism:
213-      enabled: true
--
240:    kubePrism:
241-      enabled: true
--
264:    kubePrism:
265-      enabled: true
```

Signed-off-by: Will Bush <git@willbush.dev>
  • Loading branch information
willbush authored and smira committed May 7, 2024
1 parent c08d797 commit 817f181
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,6 @@ cluster:
name: none
proxy:
disabled: true
machine:
features:
kubePrism:
enabled: true
port: 7445
```
```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,6 @@ cluster:
name: none
proxy:
disabled: true
machine:
features:
kubePrism:
enabled: true
port: 7445
```
```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,6 @@ cluster:
name: none
proxy:
disabled: true
machine:
features:
kubePrism:
enabled: true
port: 7445
```
```bash
Expand Down

0 comments on commit 817f181

Please sign in to comment.