Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
24e319c0
Unverified
Commit
24e319c0
authored
Oct 16, 2017
by
Jonathan Pulsifer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RBAC for Calico Typha Horizontal Autoscaler
parent
328fa9ab
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
67 additions
and
0 deletions
+67
-0
typha-horizontal-autoscaler-clusterrole.yaml
...y-controller/typha-horizontal-autoscaler-clusterrole.yaml
+11
-0
typha-horizontal-autoscaler-clusterrolebinding.yaml
...oller/typha-horizontal-autoscaler-clusterrolebinding.yaml
+15
-0
typha-horizontal-autoscaler-deployment.yaml
...cy-controller/typha-horizontal-autoscaler-deployment.yaml
+1
-0
typha-horizontal-autoscaler-role.yaml
...o-policy-controller/typha-horizontal-autoscaler-role.yaml
+16
-0
typha-horizontal-autoscaler-rolebinding.yaml
...y-controller/typha-horizontal-autoscaler-rolebinding.yaml
+16
-0
typha-horizontal-autoscaler-serviceaccount.yaml
...ontroller/typha-horizontal-autoscaler-serviceaccount.yaml
+8
-0
No files found.
cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-clusterrole.yaml
0 → 100644
View file @
24e319c0
apiVersion
:
rbac.authorization.k8s.io/v1beta1
kind
:
ClusterRole
metadata
:
name
:
typha-cpha
labels
:
kubernetes.io/cluster-service
:
"
true"
addonmanager.kubernetes.io/mode
:
Reconcile
rules
:
-
apiGroups
:
[
"
"
]
resources
:
[
"
nodes"
]
verbs
:
[
"
list"
]
cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-clusterrolebinding.yaml
0 → 100644
View file @
24e319c0
apiVersion
:
rbac.authorization.k8s.io/v1beta1
kind
:
ClusterRoleBinding
metadata
:
name
:
typha-cpha
labels
:
kubernetes.io/cluster-service
:
"
true"
addonmanager.kubernetes.io/mode
:
Reconcile
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
ClusterRole
name
:
typha-cpha
subjects
:
-
kind
:
ServiceAccount
name
:
typha-cpha
namespace
:
kube-system
cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-deployment.yaml
View file @
24e319c0
...
...
@@ -31,3 +31,4 @@ spec:
cpu
:
10m
limits
:
cpu
:
10m
serviceAccountName
:
typha-cpha
cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-role.yaml
0 → 100644
View file @
24e319c0
apiVersion
:
rbac.authorization.k8s.io/v1beta1
kind
:
Role
metadata
:
name
:
typha-cpha
namespace
:
kube-system
labels
:
kubernetes.io/cluster-service
:
"
true"
addonmanager.kubernetes.io/mode
:
Reconcile
rules
:
-
apiGroups
:
[
"
"
]
resources
:
[
"
configmaps"
]
verbs
:
[
"
get"
]
-
apiGroups
:
[
"
extensions"
]
resources
:
[
"
deployments/scale"
]
verbs
:
[
"
get"
,
"
update"
]
cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-rolebinding.yaml
0 → 100644
View file @
24e319c0
apiVersion
:
rbac.authorization.k8s.io/v1beta1
kind
:
RoleBinding
metadata
:
name
:
typha-cpha
namespace
:
kube-system
labels
:
kubernetes.io/cluster-service
:
"
true"
addonmanager.kubernetes.io/mode
:
Reconcile
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
Role
name
:
typha-cpha
subjects
:
-
kind
:
ServiceAccount
name
:
typha-cpha
namespace
:
kube-system
cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-serviceaccount.yaml
0 → 100644
View file @
24e319c0
apiVersion
:
v1
kind
:
ServiceAccount
metadata
:
name
:
typha-cpha
namespace
:
kube-system
labels
:
kubernetes.io/cluster-service
:
"
true"
addonmanager.kubernetes.io/mode
:
Reconcile
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment