Skip to content

Automatically remove flannel and kube-proxy #2

Description

@kvaps

Talos automatically setups flannel and kube-proxy, and even if you switch config to:

cluster:
  network:
    cni:
      name: none
  proxy:
    disabled: true

it will not automatically remove it. User have to run:

kubectl delete -n kube-system ds kube-flannel
kubectl delete -n kube-system  ds kube-proxy

Let's think how we can automate it

Metadata

Metadata

Labels

upstream-issueRequires resolving an issue in an upstream project

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions