-
Notifications
You must be signed in to change notification settings - Fork 34
/
addons.yaml
224 lines (201 loc) · 5.89 KB
/
addons.yaml
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
microk8s-addons:
description: "List of all addons included in Microk8s."
addons:
- name: "dns"
description: "CoreDNS"
version: "1.10.1"
check_status: "pod/coredns"
supported_architectures:
- amd64
- arm64
- s390x
- ppc64le
- name: "rbac"
description: "Role-Based Access Control for authorisation"
version: ""
check_status: "clusterrole.rbac.authorization.k8s.io/cluster-admin"
supported_architectures:
- arm64
- amd64
- s390x
- ppc64le
- name: "dashboard"
description: "The Kubernetes dashboard"
version: "2.6.0"
check_status: "pod/kubernetes-dashboard"
supported_architectures:
- arm64
- amd64
- s390x
- ppc64le
- name: "ingress"
description: "Ingress controller for external access"
version: "1.8.0"
check_status: "pod/nginx-ingress-microk8s-controller"
supported_architectures:
- arm64
- amd64
- name: "hostpath-storage"
description: "Storage class; allocates storage from host directory"
version: "1.4.2"
check_status: "deployment.apps/hostpath-provisioner"
supported_architectures:
- arm64
- amd64
- s390x
- ppc64le
- name: "storage"
description: "Alias to hostpath-storage add-on, deprecated"
version: "1.4.0"
check_status: "deployment.apps/hostpath-provisioner"
supported_architectures:
- arm64
- amd64
- s390x
- ppc64le
- name: "registry"
description: "Private image registry exposed on localhost:32000"
version: "2.8.1"
check_status: "deployment.apps/registry"
supported_architectures:
- arm64
- amd64
- s390x
- ppc64le
- name: "metrics-server"
description: "K8s Metrics Server for API access to service metrics"
version: "0.6.3"
check_status: "pod/metrics-server"
supported_architectures:
- arm64
- amd64
- s390x
- ppc64le
- name: "nvidia"
description: "NVIDIA hardware (GPU and network) support"
version: "gpu=22.9.1/network=23.7.0/microk8s-1"
check_status: "operator-node-feature-discovery"
confinement: "classic"
supported_architectures:
- amd64
- name: "gpu"
description: "Alias to nvidia add-on"
version: "22.9.1"
check_status: "operator-node-feature-discovery"
confinement: "classic"
supported_architectures:
- amd64
- name: "helm"
description: "Helm - the package manager for Kubernetes"
version: "3.9.1"
check_status: "${SNAP}/bin/helm"
supported_architectures:
- amd64
- arm64
- s390x
- ppc64le
- name: "helm3"
description: "Helm 3 - the package manager for Kubernetes"
version: "3.9.1"
check_status: "${SNAP}/bin/helm"
supported_architectures:
- amd64
- arm64
- s390x
- ppc64le
- name: "metallb"
description: "Loadbalancer for your Kubernetes cluster"
version: "0.13.3"
check_status: "pod/speaker"
supported_architectures:
- amd64
- arm64
- s390x
- ppc64le
- name: "host-access"
description: "Allow Pods connecting to Host services smoothly"
version: "1.0.0"
check_status: "${SNAP_DATA}/var/lock/host-access-enabled"
supported_architectures:
- amd64
- arm64
- s390x
- ppc64le
- name: "ha-cluster"
description: "Configure high availability on the current node"
version: "0.1.0"
check_status: "${SNAP_DATA}/var/lock/ha-cluster"
supported_architectures:
- arm64
- amd64
- s390x
- ppc64le
- name: "mayastor"
description: "OpenEBS MayaStor"
version: "2.0.0-microk8s-1"
check_status: "daemonset.apps/mayastor"
supported_architectures:
- amd64
- arm64
- name: "prometheus"
description: "Prometheus operator for monitoring and logging"
version: "v0.8.0"
check_status: "pod/prometheus-k8s-0"
supported_architectures:
- amd64
- arm64
- name: "observability"
description: "A lightweight observability stack for logs, traces and metrics"
version: "0.57.0"
check_status: "statefulset.apps/prometheus-kube-prom-stack-kube-prome-prometheus"
supported_architectures:
- amd64
- arm64
- name: "community"
description: "The community addons repository"
version: ""
check_status: "${SNAP_COMMON}/addons/community/addons.yaml"
supported_architectures:
- arm64
- amd64
- s390x
- ppc64le
- name: "cert-manager"
description: "Cloud native certificate management"
version: "1.8.0"
check_status: "deployment.apps/cert-manager"
supported_architectures:
- arm64
- amd64
- ppc64le
- name: "kube-ovn"
description: "An advanced network fabric for Kubernetes"
version: "1.10.0-alpha1"
check_status: "deployment.apps/kube-ovn-controller"
confinement: "classic"
supported_architectures:
- arm64
- amd64
- name: "minio"
version: "4.5.1"
check_status: "deployment.apps/minio-operator"
description: "MinIO object storage"
supported_architectures:
- arm64
- amd64
- s390x
- ppc64le
- name: "cis-hardening"
version: "1.0.0"
description: "Apply CIS K8s hardening"
check_status: "${SNAP_DATA}/var/lock/cis-hardening"
supported_architectures:
- amd64
- arm64
- name: "rook-ceph"
version: "1.11.9"
description: "Distributed Ceph storage using Rook"
check_status: "deployment.apps/rook-ceph-operator"
supported_architectures:
- amd64
- arm64