This website requires JavaScript.
Explore
Help
Register
Sign In
kubernetes-sigs
/
kubespray
mirror of
https://github.com/kubernetes-sigs/kubespray.git
Watch
1
Star
0
Fork
You've already forked kubespray
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6b4bb2a121
kubespray
/
roles
/
network_plugin
/
calico
/
templates
/
calico-node-sa.yml.j2
7 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move calico to daemonset (#1605) * Drop legacy calico logic * add calico as a daemonset
2017-09-04 16:29:51 +08:00
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: calico-node
Stop templating kube-system namespace and creating it (#2545) Kubernetes makes this namespace automatically, so there is no need for kubespray to manage it.
2018-03-30 19:29:13 +08:00
namespace: kube-system