FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cloudstack-cloud-controller-manager/deployment.yaml at master · swisstxt/cloudstack-cloud-controller-manager · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Sep 20, 2019. It is now read-only.
swisstxt
/
cloudstack-cloud-controller-manager
Public archive
Notifications
You must be signed in to change notification settings
Fork
2
Star
8
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cloudstack-cloud-controller-manager
/
deployment.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
154 lines (154 loc) · 2.88 KB
Breadcrumbs
cloudstack-cloud-controller-manager
/
deployment.yaml
Copy path
File metadata and controls
154 lines (154 loc) · 2.88 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
---
apiVersion
:
v1
kind
:
ServiceAccount
metadata
:
name
:
cloud-controller-manager
namespace
:
kube-system
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
system:cloud-controller-manager
annotations
:
rbac.authorization.kubernetes.io/autoupdate
:
"
true
"
labels
:
k8s-app
:
cloud-controller-manager
rules
:
-
apiGroups
:
-
"
"
resources
:
-
events
verbs
:
-
create
-
patch
-
update
-
apiGroups
:
-
"
"
resources
:
-
nodes
verbs
:
-
'
*
'
-
apiGroups
:
-
"
"
resources
:
-
nodes/status
verbs
:
-
patch
-
apiGroups
:
-
"
"
resources
:
-
services
verbs
:
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
"
"
resources
:
-
services/status
verbs
:
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
"
"
resources
:
-
serviceaccounts
verbs
:
-
create
-
apiGroups
:
-
"
"
resources
:
-
endpoints
verbs
:
-
create
-
get
-
list
-
watch
-
update
-
apiGroups
:
-
"
"
resources
:
-
persistentvolumes
verbs
:
-
list
-
watch
-
patch
---
kind
:
ClusterRoleBinding
apiVersion
:
rbac.authorization.k8s.io/v1
metadata
:
name
:
system:cloud-controller-manager
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
ClusterRole
name
:
system:cloud-controller-manager
subjects
:
-
kind
:
ServiceAccount
name
:
cloud-controller-manager
namespace
:
kube-system
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
RoleBinding
metadata
:
name
:
system:cloud-controller-manager:extension-apiserver-authentication-reader
namespace
:
kube-system
roleRef
:
apiGroup
:
rbac.authorization.k8s.io
kind
:
Role
name
:
extension-apiserver-authentication-reader
subjects
:
-
kind
:
ServiceAccount
name
:
cloud-controller-manager
namespace
:
kube-system
---
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
labels
:
k8s-app
:
cloud-controller-manager
name
:
cloud-controller-manager
namespace
:
kube-system
spec
:
replicas
:
3
selector
:
matchLabels
:
k8s-app
:
cloud-controller-manager
strategy
:
rollingUpdate
:
maxSurge
:
25%
maxUnavailable
:
25%
type
:
RollingUpdate
template
:
metadata
:
labels
:
k8s-app
:
cloud-controller-manager
spec
:
containers
:
-
name
:
cloud-controller-manager
image
:
swisstxt/cloudstack-cloud-controller-manager:master
imagePullPolicy
:
IfNotPresent
command
:
-
/root/cloudstack-ccm
-
--leader-elect=true
-
--cloud-provider=external-cloudstack
-
--cloud-config=/config/cloud-config
resources
:
limits
:
cpu
:
50m
memory
:
120Mi
requests
:
cpu
:
10m
memory
:
60Mi
volumeMounts
:
-
name
:
config-volume
mountPath
:
/config
restartPolicy
:
Always
serviceAccountName
:
cloud-controller-manager
terminationGracePeriodSeconds
:
30
volumes
:
-
name
:
config-volume
secret
:
secretName
:
cloudstack-secret
Back
|
FazBrowse Home
|
New Git URL