Skip to content

Commit

Permalink
Merge pull request #652 from tomdee/kube-namespace
Browse files Browse the repository at this point in the history
kube-flannel: Add namespace for compatibility with RBAC rules
  • Loading branch information
tomdee authored Mar 24, 2017
2 parents d88cd7a + 743bafe commit 8ed0f02
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 8ed0f02

Please # to comment.