Skip to content

docs: update the kubernetes guides for talos v1.14 release - #691

Open
Iheanacho-ai wants to merge 1 commit into
siderolabs:mainfrom
Iheanacho-ai:kubernetes-new-version
Open

docs: update the kubernetes guides for talos v1.14 release#691
Iheanacho-ai wants to merge 1 commit into
siderolabs:mainfrom
Iheanacho-ai:kubernetes-new-version

Conversation

@Iheanacho-ai

@Iheanacho-ai Iheanacho-ai commented Jul 30, 2026

Copy link
Copy Markdown
Member

merge after 1.14 releases

@Iheanacho-ai
Iheanacho-ai marked this pull request as draft July 30, 2026 22:45
@talos-bot talos-bot moved this from To Do to In Review in Planning Jul 30, 2026
@github-project-automation github-project-automation Bot moved this to To Do in Planning Jul 30, 2026
@Iheanacho-ai
Iheanacho-ai force-pushed the kubernetes-new-version branch from 93e59bb to e87cce5 Compare July 31, 2026 08:28
Comment thread public/kubernetes-guides/cni/flannel.mdx Outdated
@Iheanacho-ai
Iheanacho-ai marked this pull request as ready for review August 1, 2026 08:23
@Iheanacho-ai
Iheanacho-ai force-pushed the kubernetes-new-version branch 2 times, most recently from 0958334 to ad74074 Compare August 1, 2026 09:04
Comment thread public/kubernetes-guides/advanced-guides/kubeprism.mdx Outdated

Depending on your Talos version your Flannel CNI can be configured to support Network Policies with the following configuration:

<Tabs>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Talos 1.14 has many more features for Flannel, missing any mention of it.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my comment was resolved while not being addressed and no feedback on it.

@Iheanacho-ai Iheanacho-ai Aug 8, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh my apologies, I thought I mentioned I added the path to the KubeFlannelCNIConfig.

Additionally, I added a ccustomize your Flannel configuration.

here:

For Talos 1.14 and later, enable Flannel Network Policies using the KubeFlannelCNIConfig document:

and here:

Customize your Flannel configuration

Most Flannel customization is available directly through the KubeFlannelCNIConfig document — including the backend type, backend port, and MTU. For example, to change the backend from the default VXLAN to host-gw:

apiVersion: v1alpha1
kind: KubeFlannelCNIConfig
backendType: host-gw

See the KubeFlannelCNIConfig reference for the full set of configurable fields.

I mentioned configuring the Flannel document and all its features.

@Iheanacho-ai
Iheanacho-ai force-pushed the kubernetes-new-version branch 3 times, most recently from a68dd2d to aee042b Compare August 4, 2026 14:02

```bash
cat <<EOF > patch.yaml
cluster:

@smira smira Aug 6, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

patches like this one should be updated for 1.14 (there are multiple copies of them in various CNI docs):

no Flannel:

apiVersion: v1alpha1
kind: KubeFlannelCNIConfig
$patch: delete

no kube-proxy:

apiVersion: v1alpha1
kind: KubeProxyConfig
enabled: false

both should target only control-plane nodes. The gen config below is wrong (it targets all nodes).

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i fixed it @smira

@smira

smira commented Aug 6, 2026

Copy link
Copy Markdown
Member

merge after 1.14 releases

users are already trying 1.14 and they are already confused by the docs which do no match.

@Iheanacho-ai
Iheanacho-ai force-pushed the kubernetes-new-version branch 2 times, most recently from 56b0ea2 to 1bd8361 Compare August 12, 2026 17:41
Signed-off-by: Amarachi Iheanacho <amarachi.iheanacho@siderolabs.com>
@Iheanacho-ai
Iheanacho-ai force-pushed the kubernetes-new-version branch from 1bd8361 to b3492d1 Compare August 12, 2026 18:52
@github-project-automation github-project-automation Bot moved this from In Review to Approved in Planning Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Approved

Development

Successfully merging this pull request may close these issues.

3 participants