docs: update the kubernetes guides for talos v1.14 release - #691
docs: update the kubernetes guides for talos v1.14 release#691Iheanacho-ai wants to merge 1 commit into
Conversation
93e59bb to
e87cce5
Compare
0958334 to
ad74074
Compare
|
|
||
| Depending on your Talos version your Flannel CNI can be configured to support Network Policies with the following configuration: | ||
|
|
||
| <Tabs> |
There was a problem hiding this comment.
Talos 1.14 has many more features for Flannel, missing any mention of it.
There was a problem hiding this comment.
my comment was resolved while not being addressed and no feedback on it.
There was a problem hiding this comment.
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
KubeFlannelCNIConfigdocument:
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-gwSee the KubeFlannelCNIConfig reference for the full set of configurable fields.
I mentioned configuring the Flannel document and all its features.
a68dd2d to
aee042b
Compare
|
|
||
| ```bash | ||
| cat <<EOF > patch.yaml | ||
| cluster: |
There was a problem hiding this comment.
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: deleteno kube-proxy:
apiVersion: v1alpha1
kind: KubeProxyConfig
enabled: falseboth should target only control-plane nodes. The gen config below is wrong (it targets all nodes).
users are already trying 1.14 and they are already confused by the docs which do no match. |
56b0ea2 to
1bd8361
Compare
Signed-off-by: Amarachi Iheanacho <amarachi.iheanacho@siderolabs.com>
1bd8361 to
b3492d1
Compare
merge after 1.14 releases