Skip to content

Commit

Permalink
kube-flannel: Add namespace for compatibility with RBAC rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdee committed Mar 24, 2017
1 parent e047058 commit 743bafe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: flannel
namespace: kube-system
---
kind: ConfigMap
apiVersion: v1
metadata:
name: kube-flannel-cfg
namespace: kube-system
labels:
tier: node
app: flannel
Expand All @@ -32,6 +34,7 @@ apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: kube-flannel-ds
namespace: kube-system
labels:
tier: node
app: flannel
Expand Down

0 comments on commit 743bafe

Please # to comment.