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
ef3e98807e
kubespray
/
roles
/
network_plugin
/
canal
/
templates
/
canal-node-sa.yml.j2
7 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add RBAC support for canal (#1604) Refactored how rbac_enabled is set Added RBAC to ubuntu-canal-ha CI job Added rbac for calico policy controller
2017-09-04 16:29:40 +08:00
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: canal
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