Add calico as alternative CNI
This commit is contained in:
16
kustomize/calico-coreos.yaml
Normal file
16
kustomize/calico-coreos.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
kind: DaemonSet
|
||||
apiVersion: apps/v1
|
||||
metadata:
|
||||
name: calico-node
|
||||
namespace: kube-system
|
||||
labels:
|
||||
k8s-app: calico-node
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
volumes:
|
||||
# Used to install Flex Volume Driver
|
||||
- name: flexvol-driver-host
|
||||
hostPath:
|
||||
type: DirectoryOrCreate
|
||||
path: /var/lib/kubelet/volumeplugins/nodeagent~uds/uds
|
Reference in New Issue
Block a user