no matches for kind "DaemonSet" in version "extensions/v1beta1"

1/28/2020

I am trying install flannel on master node and getting below error.

unable to recognize "https://raw.githubusercontent.com/coreos/flannel/bc79dd1505b0c8681ece4de4c0d86c5cd2643275/Documentation/kube-flannel.yml": no matches for kind "DaemonSet" in version "extensions/v1beta1"

kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/bc79dd1505b0c8681ece4de4c0d86c5cd2643275/Documentation/kube-flannel.yml

Conf file:

apiVersion: kubeadm.k8s.io/v1beta1 kind: ClusterConfiguration networking: podSubnet: 10.244.0.0/16 apiServerExtraArgs: service-node-port-range: 8000-31274 ~

-- Kandasamy Murugan
devops
flannel
kubernetes

1 Answer

1/28/2020
-- Shashank V
Source: StackOverflow