diff --git a/assets/charts/components/metallb/.helmignore b/assets/charts/components/metallb/.helmignore new file mode 100644 index 000000000..0e8a0eb36 --- /dev/null +++ b/assets/charts/components/metallb/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/assets/charts/components/metallb/Chart.yaml b/assets/charts/components/metallb/Chart.yaml new file mode 100644 index 000000000..deec7c4cf --- /dev/null +++ b/assets/charts/components/metallb/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +name: metallb +description: A network load-balancer implementation for Kubernetes using standard routing protocols +home: https://metallb.universe.tf +sources: + - https://github.com/metallb/metallb +icon: https://metallb.universe.tf/images/logo/metallb-white.png + +# A chart can be either an 'application' or a 'library' chart. +# +# Application charts are a collection of templates that can be packaged into versioned archives +# to be deployed. +# +# Library charts provide useful utilities or functions for the chart developer. They're included as +# a dependency of application charts to inject those utilities and functions into the rendering +# pipeline. Library charts do not define any templates and therefore cannot be deployed. +type: application + +# This is the chart version. This version number should be incremented each time you make changes +# to the chart and its templates, including the app version. +# Versions are expected to follow Semantic Versioning (https://semver.org/) +# NOTE: this value is updated by the metallb release process +version: 0.9.6 + +# This is the version number of the application being deployed. This version number should be +# incremented each time you make changes to the application. Versions are not expected to +# follow Semantic Versioning. They should reflect the version the application is using. +# NOTE: this value is updated by the metallb release process +appVersion: v0.9.6 diff --git a/assets/charts/components/metallb/readme.md b/assets/charts/components/metallb/readme.md new file mode 100644 index 000000000..5261f315c --- /dev/null +++ b/assets/charts/components/metallb/readme.md @@ -0,0 +1,108 @@ +# metallb + +![Version: 0.9.6](https://img.shields.io/badge/Version-0.9.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.9.6](https://img.shields.io/badge/AppVersion-v0.9.6-informational?style=flat-square) + +A network load-balancer implementation for Kubernetes using standard routing protocols + +**Homepage:** + +## Source Code + +* + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| configInline | object | `{}` | | +| controller.affinity | object | `{}` | | +| controller.enabled | bool | `true` | | +| controller.image.pullPolicy | string | `nil` | | +| controller.image.repository | string | `"quay.io/metallb/controller"` | | +| controller.image.tag | string | `nil` | | +| controller.livenessProbe.enabled | bool | `true` | | +| controller.livenessProbe.failureThreshold | int | `3` | | +| controller.livenessProbe.initialDelaySeconds | int | `10` | | +| controller.livenessProbe.periodSeconds | int | `10` | | +| controller.livenessProbe.successThreshold | int | `1` | | +| controller.livenessProbe.timeoutSeconds | int | `1` | | +| controller.logLevel | string | `"info"` | Controller log level. Must be one of: `all`, `debug`, `info`, `warn`, `error` or `none` | +| controller.nodeSelector | object | `{}` | | +| controller.podAnnotations | object | `{}` | | +| controller.readinessProbe.enabled | bool | `true` | | +| controller.readinessProbe.failureThreshold | int | `3` | | +| controller.readinessProbe.initialDelaySeconds | int | `10` | | +| controller.readinessProbe.periodSeconds | int | `10` | | +| controller.readinessProbe.successThreshold | int | `1` | | +| controller.readinessProbe.timeoutSeconds | int | `1` | | +| controller.resources | object | `{}` | | +| controller.securityContext.fsGroup | int | `65534` | | +| controller.securityContext.runAsNonRoot | bool | `true` | | +| controller.securityContext.runAsUser | int | `65534` | | +| controller.serviceAccount.annotations | object | `{}` | | +| controller.serviceAccount.create | bool | `true` | | +| controller.serviceAccount.name | string | `""` | | +| controller.tolerations | list | `[]` | | +| existingConfigMap | string | `""` | | +| fullnameOverride | string | `""` | | +| imagePullSecrets | list | `[]` | | +| nameOverride | string | `""` | | +| prometheus.metricsPort | int | `7472` | | +| prometheus.podMonitor.additionalLabels | object | `{}` | | +| prometheus.podMonitor.enabled | bool | `false` | | +| prometheus.podMonitor.interval | string | `nil` | | +| prometheus.podMonitor.jobLabel | string | `"app.kubernetes.io/name"` | | +| prometheus.podMonitor.metricRelabelings | list | `[]` | | +| prometheus.podMonitor.relabelings | list | `[]` | | +| prometheus.prometheusRule.additionalLabels | object | `{}` | | +| prometheus.prometheusRule.addressPoolExhausted.enabled | bool | `true` | | +| prometheus.prometheusRule.addressPoolExhausted.labels.severity | string | `"alert"` | | +| prometheus.prometheusRule.addressPoolUsage.enabled | bool | `true` | | +| prometheus.prometheusRule.addressPoolUsage.thresholds[0].labels.severity | string | `"warning"` | | +| prometheus.prometheusRule.addressPoolUsage.thresholds[0].percent | int | `75` | | +| prometheus.prometheusRule.addressPoolUsage.thresholds[1].labels.severity | string | `"warning"` | | +| prometheus.prometheusRule.addressPoolUsage.thresholds[1].percent | int | `85` | | +| prometheus.prometheusRule.addressPoolUsage.thresholds[2].labels.severity | string | `"alert"` | | +| prometheus.prometheusRule.addressPoolUsage.thresholds[2].percent | int | `95` | | +| prometheus.prometheusRule.bgpSessionDown.enabled | bool | `true` | | +| prometheus.prometheusRule.bgpSessionDown.labels.severity | string | `"alert"` | | +| prometheus.prometheusRule.configNotLoaded.enabled | bool | `true` | | +| prometheus.prometheusRule.configNotLoaded.labels.severity | string | `"warning"` | | +| prometheus.prometheusRule.enabled | bool | `false` | | +| prometheus.prometheusRule.extraAlerts | list | `[]` | | +| prometheus.prometheusRule.staleConfig.enabled | bool | `true` | | +| prometheus.prometheusRule.staleConfig.labels.severity | string | `"warning"` | | +| prometheus.scrapeAnnotations | bool | `false` | | +| psp.create | bool | `true` | | +| rbac.create | bool | `true` | | +| speaker.affinity | object | `{}` | | +| speaker.enabled | bool | `true` | | +| speaker.image.pullPolicy | string | `nil` | | +| speaker.image.repository | string | `"quay.io/metallb/speaker"` | | +| speaker.image.tag | string | `nil` | | +| speaker.livenessProbe.enabled | bool | `true` | | +| speaker.livenessProbe.failureThreshold | int | `3` | | +| speaker.livenessProbe.initialDelaySeconds | int | `10` | | +| speaker.livenessProbe.periodSeconds | int | `10` | | +| speaker.livenessProbe.successThreshold | int | `1` | | +| speaker.livenessProbe.timeoutSeconds | int | `1` | | +| speaker.logLevel | string | `"info"` | Speaker log level. Must be one of: `all`, `debug`, `info`, `warn`, `error` or `none` | +| speaker.memberlist.enabled | bool | `true` | | +| speaker.memberlist.mlBindPort | int | `7946` | | +| speaker.nodeSelector | object | `{}` | | +| speaker.podAnnotations | object | `{}` | | +| speaker.readinessProbe.enabled | bool | `true` | | +| speaker.readinessProbe.failureThreshold | int | `3` | | +| speaker.readinessProbe.initialDelaySeconds | int | `10` | | +| speaker.readinessProbe.periodSeconds | int | `10` | | +| speaker.readinessProbe.successThreshold | int | `1` | | +| speaker.readinessProbe.timeoutSeconds | int | `1` | | +| speaker.resources | object | `{}` | | +| speaker.serviceAccount.annotations | object | `{}` | | +| speaker.serviceAccount.create | bool | `true` | | +| speaker.serviceAccount.name | string | `""` | | +| speaker.tolerateMaster | bool | `true` | | +| speaker.tolerations | list | `[]` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/assets/charts/components/metallb/templates/NOTES.txt b/assets/charts/components/metallb/templates/NOTES.txt new file mode 100644 index 000000000..53f8ba6b5 --- /dev/null +++ b/assets/charts/components/metallb/templates/NOTES.txt @@ -0,0 +1,14 @@ +MetalLB is now running in the cluster. +{{- if .Values.configInline }} +LoadBalancer Services in your cluster are now available on the IPs you +defined in MetalLB's configuration: + +config: +{{ toYaml .Values.configInline | indent 2 }} + +To see IP assignments, try `kubectl get services`. +{{- else }} +WARNING: you specified a ConfigMap that isn't managed by +Helm. LoadBalancer services will not function until you add that +ConfigMap to your cluster yourself. +{{- end }} diff --git a/assets/charts/components/metallb/templates/_helpers.tpl b/assets/charts/components/metallb/templates/_helpers.tpl new file mode 100644 index 000000000..574378f33 --- /dev/null +++ b/assets/charts/components/metallb/templates/_helpers.tpl @@ -0,0 +1,88 @@ +{{/* vim: set filetype=mustache: */}} +{{/* +Expand the name of the chart. +*/}} +{{- define "metallb.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "metallb.fullname" -}} +{{- if .Values.fullnameOverride }} +{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- $name := default .Chart.Name .Values.nameOverride }} +{{- if contains $name .Release.Name }} +{{- .Release.Name | trunc 63 | trimSuffix "-" }} +{{- else }} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }} +{{- end }} +{{- end }} +{{- end }} + +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "metallb.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Common labels +*/}} +{{- define "metallb.labels" -}} +helm.sh/chart: {{ include "metallb.chart" . }} +{{ include "metallb.selectorLabels" . }} +{{- if .Chart.AppVersion }} +app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} +{{- end }} +app.kubernetes.io/managed-by: {{ .Release.Service }} +{{- end }} + +{{/* +Selector labels +*/}} +{{- define "metallb.selectorLabels" -}} +app.kubernetes.io/name: {{ include "metallb.name" . }} +app.kubernetes.io/instance: {{ .Release.Name }} +{{- end }} + +{{/* +Create the name of the controller service account to use +*/}} +{{- define "metallb.controller.serviceAccountName" -}} +{{- if .Values.controller.serviceAccount.create }} +{{- default (printf "%s-controller" (include "metallb.fullname" .)) .Values.controller.serviceAccount.name }} +{{- else }} +{{- default "default" .Values.controller.serviceAccount.name }} +{{- end }} +{{- end }} + +{{/* +Create the name of the speaker service account to use +*/}} +{{- define "metallb.speaker.serviceAccountName" -}} +{{- if .Values.speaker.serviceAccount.create }} +{{- default (printf "%s-speaker" (include "metallb.fullname" .)) .Values.speaker.serviceAccount.name }} +{{- else }} +{{- default "default" .Values.speaker.serviceAccount.name }} +{{- end }} +{{- end }} + +{{/* +Create the name of the settings ConfigMap to use. +*/}} +{{- define "metallb.configMapName" -}} +{{ default ( printf "%s" (include "metallb.fullname" .) ) .Values.existingConfigMap | trunc 63 | trimSuffix "-" }} +{{- end -}} + +{{/* +Create the name of the settings Secret to use. +*/}} +{{- define "metallb.secretName" -}} + {{ default ( printf "%s-memberlist" (include "metallb.fullname" .)) .Values.speaker.secretName | trunc 63 | trimSuffix "-" }} +{{- end -}} diff --git a/assets/charts/components/metallb/templates/config.yaml b/assets/charts/components/metallb/templates/config.yaml new file mode 100644 index 000000000..3cbbb8a4b --- /dev/null +++ b/assets/charts/components/metallb/templates/config.yaml @@ -0,0 +1,10 @@ +{{- if .Values.configInline }} +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ template "metallb.configMapName" . }} + namespace: {{ .Release.Namespace }} +data: + config: | +{{- toYaml .Values.configInline | nindent 4 }} +{{- end }} diff --git a/assets/charts/components/metallb/templates/controller.yaml b/assets/charts/components/metallb/templates/controller.yaml new file mode 100644 index 000000000..2f87604a8 --- /dev/null +++ b/assets/charts/components/metallb/templates/controller.yaml @@ -0,0 +1,112 @@ +{{- if .Values.controller.enabled }} +apiVersion: apps/v1 +kind: Deployment +metadata: + name: {{ template "metallb.fullname" . }}-controller + namespace: {{ .Release.Namespace }} + labels: + {{- include "metallb.labels" . | nindent 4 }} + component: controller + app.kubernetes.io/component: controller + app: metallb +spec: + selector: + matchLabels: + {{- include "metallb.selectorLabels" . | nindent 6 }} + component: controller + app: metallb + app.kubernetes.io/component: controller + template: + metadata: + {{- if or .Values.prometheus.scrapeAnnotations .Values.controller.podAnnotations }} + annotations: + {{- if .Values.prometheus.scrapeAnnotations }} + prometheus.io/scrape: "true" + prometheus.io/port: "{{ .Values.prometheus.metricsPort }}" + {{- end }} + {{- with .Values.controller.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} + {{- end }} + labels: + {{- include "metallb.selectorLabels" . | nindent 8 }} + component: controller + app.kubernetes.io/component: controller + app: metallb + spec: + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + serviceAccountName: {{ template "metallb.controller.serviceAccountName" . }} + terminationGracePeriodSeconds: 0 +{{- if .Values.controller.securityContext }} + securityContext: +{{ toYaml .Values.controller.securityContext | indent 8 }} +{{- end }} + containers: + - name: controller + # Using custom built Kinvolk Image + image: {{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag | default .Chart.AppVersion }} + {{- if .Values.controller.image.pullPolicy }} + imagePullPolicy: {{ .Values.controller.image.pullPolicy }} + {{- end }} + args: + - --port={{ .Values.prometheus.metricsPort }} + - --config={{ template "metallb.configMapName" . }} + env: + {{- if and .Values.speaker.enabled .Values.speaker.memberlist.enabled }} + # - name: METALLB_ML_SECRET_NAME + # value: {{ include "metallb.secretName" . }} + - name: METALLB_DEPLOYMENT + value: {{ template "metallb.fullname" . }}-controller + {{- end }} + ports: + - name: metrics + containerPort: {{ .Values.prometheus.metricsPort }} + {{- if .Values.controller.livenessProbe.enabled }} + livenessProbe: + httpGet: + path: /metrics + port: metrics + initialDelaySeconds: {{ .Values.controller.livenessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.controller.livenessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.controller.livenessProbe.timeoutSeconds }} + successThreshold: {{ .Values.controller.livenessProbe.successThreshold }} + failureThreshold: {{ .Values.controller.livenessProbe.failureThreshold }} + {{- end }} + {{- if .Values.controller.readinessProbe.enabled }} + readinessProbe: + httpGet: + path: /metrics + port: metrics + initialDelaySeconds: {{ .Values.controller.readinessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.controller.readinessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.controller.readinessProbe.timeoutSeconds }} + successThreshold: {{ .Values.controller.readinessProbe.successThreshold }} + failureThreshold: {{ .Values.controller.readinessProbe.failureThreshold }} + {{- end }} + {{- with .Values.controller.resources }} + resources: + {{- toYaml . | nindent 12 }} + {{- end }} + securityContext: + allowPrivilegeEscalation: false + readOnlyRootFilesystem: true + capabilities: + drop: + - ALL + nodeSelector: + "kubernetes.io/os": linux + {{- if .Values.controller.nodeSelector }} + {{- toYaml .Values.controller.nodeSelector | nindent 8 }} + {{- end }} + {{- with .Values.controller.affinity }} + affinity: + {{- toYaml . | nindent 8 }} + {{- end }} + tolerations: + {{- if .Values.controller.tolerations }} +{{- toYaml .Values.controller.tolerations | nindent 6 }} + {{- end }} +{{- end }} diff --git a/assets/charts/components/metallb/templates/grafana.yaml b/assets/charts/components/metallb/templates/grafana.yaml new file mode 100644 index 000000000..192cdb909 --- /dev/null +++ b/assets/charts/components/metallb/templates/grafana.yaml @@ -0,0 +1,405 @@ +# XXX: Lokomotive specific change. +{{- if .Values.serviceMonitor }} +apiVersion: v1 +kind: ConfigMap +metadata: + labels: + app: grafana + grafana_dashboard: "true" + name: grafana-dashs + namespace: {{ .Release.Namespace }} +data: + metallb.json: | + { + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "links": [], + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Prometheus", + "description": "Rate of Kubernetes object updates that failed for some reason.", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 10, + "x": 0, + "y": 0 + }, + "hiddenSeries": false, + "id": 6, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(metallb_k8s_client_update_errors_total[1m])", + "legendFormat": "pod={{`{{`}}pod{{`}}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Client Update Errors", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "Prometheus", + "description": "Rate of Kubernetes object updates that have been processed.", + "fill": 1, + "fillGradient": 0, + "gridPos": { + "h": 8, + "w": 10, + "x": 10, + "y": 0 + }, + "hiddenSeries": false, + "id": 8, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "nullPointMode": "null", + "options": { + "dataLinks": [] + }, + "percentage": false, + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "rate(metallb_k8s_client_updates_total[1m])", + "legendFormat": "pod={{`{{`}}pod{{`}}`}}", + "refId": "A" + } + ], + "thresholds": [], + "timeFrom": null, + "timeRegions": [], + "timeShift": null, + "title": "Kubernetes Client Updates", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ], + "yaxis": { + "align": false, + "alignLevel": null + } + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "Prometheus", + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 5, + "w": 5, + "x": 0, + "y": 8 + }, + "id": 4, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false, + "ymax": null, + "ymin": null + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(metallb_allocator_addresses_in_use_total)", + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "timeShift": null, + "title": "Number of Public Addresses in use", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + }, + { + "cacheTimeout": null, + "colorBackground": false, + "colorValue": false, + "colors": [ + "#299c46", + "rgba(237, 129, 40, 0.89)", + "#d44a3a" + ], + "datasource": "Prometheus", + "format": "none", + "gauge": { + "maxValue": 100, + "minValue": 0, + "show": false, + "thresholdLabels": false, + "thresholdMarkers": true + }, + "gridPos": { + "h": 5, + "w": 5, + "x": 5, + "y": 8 + }, + "id": 2, + "interval": null, + "links": [], + "mappingType": 1, + "mappingTypes": [ + { + "name": "value to text", + "value": 1 + }, + { + "name": "range to text", + "value": 2 + } + ], + "maxDataPoints": 100, + "nullPointMode": "connected", + "nullText": null, + "options": {}, + "pluginVersion": "6.5.0", + "postfix": "", + "postfixFontSize": "50%", + "prefix": "", + "prefixFontSize": "50%", + "rangeMaps": [ + { + "from": "null", + "text": "N/A", + "to": "null" + } + ], + "sparkline": { + "fillColor": "rgba(31, 118, 189, 0.18)", + "full": false, + "lineColor": "rgb(31, 120, 193)", + "show": false, + "ymax": null, + "ymin": null + }, + "tableColumn": "", + "targets": [ + { + "expr": "sum(metallb_bgp_session_up)", + "refId": "A" + } + ], + "thresholds": "", + "timeFrom": null, + "timeShift": null, + "title": "Number of BGP Sessions", + "type": "singlestat", + "valueFontSize": "80%", + "valueMaps": [ + { + "op": "=", + "text": "N/A", + "value": "null" + } + ], + "valueName": "current" + } + ], + "schemaVersion": 21, + "style": "dark", + "tags": [], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ] + }, + "timezone": "", + "title": "MetalLB Dashboard", + "uid": "0qwBMU_Wk", + "version": 1 + } +{{- end }} diff --git a/assets/charts/components/metallb/templates/prometheusrules-lokomotive.yaml b/assets/charts/components/metallb/templates/prometheusrules-lokomotive.yaml new file mode 100644 index 000000000..df80412be --- /dev/null +++ b/assets/charts/components/metallb/templates/prometheusrules-lokomotive.yaml @@ -0,0 +1,92 @@ +# XXX: Lokomotive specific change. +{{- if .Values.serviceMonitor }} +apiVersion: monitoring.coreos.com/v1 +kind: PrometheusRule +metadata: + name: alertmanager-rules + namespace: metallb-system + labels: + release: prometheus-operator + app: prometheus-operator +spec: + groups: + - name: metallb-rules + rules: + - alert: MetalLBNoBGPSession + expr: metallb_bgp_session_up != 1 + for: 2m + labels: + severity: critical + annotations: + description: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB has not established a BGP session for more than 2 minutes." + summary: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB has not established BGP session." + - alert: MetalLBConfigStale + expr: metallb_k8s_client_config_stale_bool != 0 + for: 2m + labels: + severity: critical + annotations: + description: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB instance has stale configuration." + summary: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB stale configuration." + - alert: MetalLBControllerPodsAvailability + expr: kube_deployment_status_replicas_unavailable{deployment="controller",namespace="metallb-system"} != 0 + for: 1m + labels: + severity: critical + annotations: + description: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB Controller pod was not available in the last minute." + summary: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB Controller deployment pods." + - alert: MetalLBSpeakerPodsAvailability + expr: kube_daemonset_status_number_unavailable{daemonset="speaker",namespace="metallb-system"} != 0 + for: 1m + labels: + severity: critical + annotations: + description: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB Speaker pod(s) were not available in the last minute." + summary: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB Speaker daemonset pods." +--- +apiVersion: monitoring.coreos.com/v1 +kind: PrometheusRule +metadata: + name: alertmanager-rules-for-prometheus-operator-0-43-2 + namespace: metallb-system + labels: + release: prometheus-operator + app: kube-prometheus-stack +spec: + groups: + - name: metallb-rules + rules: + - alert: MetalLBNoBGPSession + expr: metallb_bgp_session_up != 1 + for: 2m + labels: + severity: critical + annotations: + description: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB has not established a BGP session for more than 2 minutes." + summary: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB has not established BGP session." + - alert: MetalLBConfigStale + expr: metallb_k8s_client_config_stale_bool != 0 + for: 2m + labels: + severity: critical + annotations: + description: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB instance has stale configuration." + summary: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB stale configuration." + - alert: MetalLBControllerPodsAvailability + expr: kube_deployment_status_replicas_unavailable{deployment="controller",namespace="metallb-system"} != 0 + for: 1m + labels: + severity: critical + annotations: + description: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB Controller pod was not available in the last minute." + summary: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB Controller deployment pods." + - alert: MetalLBSpeakerPodsAvailability + expr: kube_daemonset_status_number_unavailable{daemonset="speaker",namespace="metallb-system"} != 0 + for: 1m + labels: + severity: critical + annotations: + description: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB Speaker pod(s) were not available in the last minute." + summary: "{{`{{`}} $labels.instance {{`}}`}}: MetalLB Speaker daemonset pods." +{{- end }} diff --git a/assets/charts/components/metallb/templates/prometheusrules.yaml b/assets/charts/components/metallb/templates/prometheusrules.yaml new file mode 100644 index 000000000..753938cf9 --- /dev/null +++ b/assets/charts/components/metallb/templates/prometheusrules.yaml @@ -0,0 +1,77 @@ +{{- if .Values.prometheus.prometheusRule.enabled }} +apiVersion: monitoring.coreos.com/v1 +kind: PrometheusRule +metadata: + name: {{ template "metallb.fullname" . }} + labels: + {{- include "metallb.labels" . | nindent 4 }} + {{- if .Values.prometheus.prometheusRule.additionalLabels }} +{{ toYaml .Values.prometheus.prometheusRule.additionalLabels | indent 4 }} + {{- end }} +spec: + groups: + - name: {{ template "metallb.fullname" . }}.rules + rules: + {{- if .Values.prometheus.prometheusRule.staleConfig.enabled }} + - alert: MetalLBStaleConfig + annotations: + message: {{`'{{ $labels.job }} - MetalLB {{ $labels.container }} on {{ $labels.pod + }} has a stale config for > 1 minute'`}} + expr: metallb_k8s_client_config_stale_bool{job="{{ include "metallb.name" . }}"} == 1 + for: 1m + {{- with .Values.prometheus.prometheusRule.staleConfig.labels }} + labels: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- end }} + {{- if .Values.prometheus.prometheusRule.configNotLoaded.enabled }} + - alert: MetalLBConfigNotLoaded + annotations: + message: {{`'{{ $labels.job }} - MetalLB {{ $labels.container }} on {{ $labels.pod + }} has not loaded for > 1 minute'`}} + expr: metallb_k8s_client_config_loaded_bool{job="{{ include "metallb.name" . }}"} == 0 + for: 1m + {{- with .Values.prometheus.prometheusRule.configNotLoaded.labels }} + labels: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- end }} + {{- if .Values.prometheus.prometheusRule.addressPoolExhausted.enabled }} + - alert: MetalLBAddressPoolExhausted + annotations: + message: {{`'{{ $labels.job }} - MetalLB {{ $labels.container }} on {{ $labels.pod + }} has exhausted address pool {{ $labels.pool }} for > 1 minute'`}} + expr: metallb_allocator_addresses_in_use_total >= on(pool) metallb_allocator_addresses_total + for: 1m + {{- with .Values.prometheus.prometheusRule.addressPoolExhausted.labels }} + labels: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- end }} + {{- range .Values.prometheus.prometheusRule.addressPoolUsage.thresholds }} + - alert: MetalLBAddressPoolUsage{{ .percent }}Percent + annotations: + message: {{`'{{ $labels.job }} - MetalLB {{ $labels.container }} on {{ $labels.pod + }} has address pool {{ $labels.pool }} past `}}{{ .percent }}{{`% usage for > 1 minute'`}} + expr: ( metallb_allocator_addresses_in_use_total / on(pool) metallb_allocator_addresses_total ) * 100 > {{ .percent }} + {{- with .labels }} + labels: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- end }} + {{- if .Values.prometheus.prometheusRule.bgpSessionDown.enabled }} + - alert: MetalLBBGPSessionDown + annotations: + message: {{`'{{ $labels.job }} - MetalLB {{ $labels.container }} on {{ $labels.pod + }} has BGP session {{ $labels.peer }} down for > 1 minute'`}} + expr: metallb_bgp_session_up{job="{{ include "metallb.name" . }}"} == 0 + for: 1m + {{- with .Values.prometheus.prometheusRule.bgpSessionDown.labels }} + labels: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- end }} + {{- with .Values.prometheus.prometheusRule.extraAlerts }} + {{- toYaml . | nindent 4 }} + {{- end}} +{{- end }} diff --git a/assets/charts/components/metallb/templates/psp.yaml b/assets/charts/components/metallb/templates/psp.yaml new file mode 100644 index 000000000..afeb120d6 --- /dev/null +++ b/assets/charts/components/metallb/templates/psp.yaml @@ -0,0 +1,96 @@ +{{- if .Values.psp.create -}} +--- +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: {{ template "metallb.fullname" . }}-controller + namespace: {{ .Release.Namespace }} + labels: + {{- include "metallb.labels" . | nindent 4 }} + app: metallb +spec: + privileged: false + # Host namespaces + hostPID: false + hostIPC: false + hostNetwork: false + # Volumes and file systems + volumes: + - configMap + - secret + - emptyDir + allowedHostPaths: [] + readOnlyRootFilesystem: true + # Users and groups + runAsUser: + rule: MustRunAsNonRoot + supplementalGroups: + rule: MustRunAs + ranges: + - min: 1 + max: 65535 + fsGroup: + rule: MustRunAs + ranges: + - min: 1 + max: 65535 + # Privilege Escalation + allowPrivilegeEscalation: false + defaultAllowPrivilegeEscalation: false + # Capabilities + allowedCapabilities: [] + defaultAddCapabilities: [] + requiredDropCapabilities: + - ALL + # SELinux + seLinux: + rule: RunAsAny +--- +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: {{ template "metallb.fullname" . }}-speaker + namespace: {{ .Release.Namespace }} + labels: + {{- include "metallb.labels" . | nindent 4 }} + app: metallb +spec: + privileged: true + # Host namespaces + hostPID: false + hostIPC: false + hostNetwork: true + hostPorts: + - min: {{ .Values.prometheus.metricsPort }} + max: {{ .Values.prometheus.metricsPort }} + {{- if .Values.speaker.memberlist.enabled }} + - max: {{ .Values.speaker.memberlist.mlBindPort }} + min: {{ .Values.speaker.memberlist.mlBindPort }} + {{- end }} + # Volumes and file systems + volumes: + - configMap + - secret + - emptyDir + allowedHostPaths: [] + readOnlyRootFilesystem: true + # Users and groups + runAsUser: + rule: RunAsAny + supplementalGroups: + rule: RunAsAny + fsGroup: + rule: RunAsAny + # Privilege Escalation + allowPrivilegeEscalation: false + defaultAllowPrivilegeEscalation: false + # Capabilities + allowedCapabilities: + - NET_RAW + defaultAddCapabilities: [] + requiredDropCapabilities: + - ALL + # SELinux + seLinux: + rule: RunAsAny +{{- end -}} diff --git a/assets/charts/components/metallb/templates/rbac.yaml b/assets/charts/components/metallb/templates/rbac.yaml new file mode 100644 index 000000000..66e42f39d --- /dev/null +++ b/assets/charts/components/metallb/templates/rbac.yaml @@ -0,0 +1,182 @@ +{{- if .Values.rbac.create -}} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: {{ template "metallb.fullname" . }}:controller + labels: + app: metallb + {{- include "metallb.labels" . | nindent 4 }} +rules: +- apiGroups: [""] + resources: ["services"] + verbs: ["get", "list", "watch", "update"] +- apiGroups: [""] + resources: ["services/status"] + verbs: ["update"] +- apiGroups: [""] + resources: ["events"] + verbs: ["create", "patch"] +{{- if .Values.psp.create }} +- apiGroups: ["policy"] + resources: ["podsecuritypolicies"] + resourceNames: ["{{ template "metallb.fullname" . }}-controller"] + verbs: ["use"] +{{- end }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: {{ template "metallb.fullname" . }}:speaker + labels: + app: metallb + {{- include "metallb.labels" . | nindent 4 }} +rules: +- apiGroups: [""] + resources: ["services", "endpoints", "nodes"] + verbs: ["get", "list", "watch"] +- apiGroups: ["discovery.k8s.io"] + resources: ["endpointslices"] + verbs: ["get", "list", "watch"] +- apiGroups: [""] + resources: ["events"] + verbs: ["create", "patch"] +{{- if .Values.psp.create }} +- apiGroups: ["policy"] + resources: ["podsecuritypolicies"] + resourceNames: ["{{ template "metallb.fullname" . }}-speaker"] + verbs: ["use"] +{{- end }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: {{ template "metallb.fullname" . }}-config-watcher + namespace: {{ .Release.Namespace }} + labels: + app: metallb + {{- include "metallb.labels" . | nindent 4 }} +rules: +- apiGroups: [""] + resources: ["configmaps"] + verbs: ["get", "list", "watch"] +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: {{ include "metallb.fullname" . }}-pod-lister + namespace: {{ .Release.Namespace }} + labels: + app: metallb + {{- include "metallb.labels" . | nindent 4 }} +rules: +- apiGroups: [""] + resources: ["pods"] + verbs: ["list"] +{{- if .Values.speaker.memberlist.enabled }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: {{ include "metallb.fullname" . }}-controller + namespace: {{ .Release.Namespace }} + labels: + app: metallb + {{- include "metallb.labels" . | nindent 4 }} +rules: +- apiGroups: [""] + resources: ["secrets"] + verbs: ["create"] +- apiGroups: [""] + resources: ["secrets"] + resourceNames: [{{ include "metallb.secretName" . | quote }}] + verbs: ["list"] +- apiGroups: ["apps"] + resources: ["deployments"] + resourceNames: ["{{ template "metallb.fullname" . }}-controller"] + verbs: ["get"] +{{- end }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: {{ template "metallb.fullname" . }}:controller + labels: + app: metallb + {{- include "metallb.labels" . | nindent 4 }} +subjects: +- kind: ServiceAccount + name: {{ template "metallb.controller.serviceAccountName" . }} + namespace: {{ .Release.Namespace }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: {{ template "metallb.fullname" . }}:controller +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: {{ template "metallb.fullname" . }}:speaker + labels: + app: metallb + {{- include "metallb.labels" . | nindent 4 }} +subjects: +- kind: ServiceAccount + name: {{ template "metallb.speaker.serviceAccountName" . }} + namespace: {{ .Release.Namespace }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: {{ template "metallb.fullname" . }}:speaker +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: {{ template "metallb.fullname" . }}-config-watcher + namespace: {{ .Release.Namespace }} + labels: + app: metallb + {{- include "metallb.labels" . | nindent 4 }} +subjects: +- kind: ServiceAccount + name: {{ template "metallb.controller.serviceAccountName" . }} +- kind: ServiceAccount + name: {{ template "metallb.speaker.serviceAccountName" . }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: {{ template "metallb.fullname" . }}-config-watcher +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: {{ include "metallb.fullname" . }}-pod-lister + namespace: {{ .Release.Namespace }} + labels: + app: metallb + {{- include "metallb.labels" . | nindent 4 }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: {{ include "metallb.fullname" . }}-pod-lister +subjects: +- kind: ServiceAccount + name: {{ include "metallb.speaker.serviceAccountName" . }} +{{- if .Values.speaker.memberlist.enabled }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: {{ include "metallb.fullname" . }}-controller + namespace: {{ .Release.Namespace }} + labels: + app: metallb + {{- include "metallb.labels" . | nindent 4 }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: {{ include "metallb.fullname" . }}-controller +subjects: +- kind: ServiceAccount + name: {{ include "metallb.controller.serviceAccountName" . }} +{{- end -}} +{{- end -}} diff --git a/assets/charts/components/metallb/templates/service-accounts.yaml b/assets/charts/components/metallb/templates/service-accounts.yaml new file mode 100644 index 000000000..02d811cff --- /dev/null +++ b/assets/charts/components/metallb/templates/service-accounts.yaml @@ -0,0 +1,32 @@ +{{- if .Values.controller.serviceAccount.create }} +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ template "metallb.controller.serviceAccountName" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "metallb.labels" . | nindent 4 }} + app.kubernetes.io/component: controller + app: metallb + {{- with .Values.controller.serviceAccount.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +{{- end }} +{{- if .Values.speaker.serviceAccount.create }} +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ template "metallb.speaker.serviceAccountName" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "metallb.labels" . | nindent 4 }} + app.kubernetes.io/component: speaker + app: metallb + {{- with .Values.speaker.serviceAccount.annotations }} + annotations: + {{- toYaml . | nindent 4 }} + {{- end }} +{{- end }} diff --git a/assets/charts/components/metallb/templates/service.yaml b/assets/charts/components/metallb/templates/service.yaml new file mode 100644 index 000000000..26c8fb11d --- /dev/null +++ b/assets/charts/components/metallb/templates/service.yaml @@ -0,0 +1,17 @@ +# XXX: Lokomotive specific change. +# Needed by ServiceMonitor +{{- if .Values.serviceMonitor }} +apiVersion: v1 +kind: Service +metadata: + labels: + app: metallb + name: metallb-metrics + namespace: {{ .Release.Namespace }} +spec: + ports: + - port: 7472 + name: metallb-metrics + selector: + app: metallb +{{- end }} diff --git a/assets/charts/components/metallb/templates/servicemonitor.yaml b/assets/charts/components/metallb/templates/servicemonitor.yaml new file mode 100644 index 000000000..f692d2084 --- /dev/null +++ b/assets/charts/components/metallb/templates/servicemonitor.yaml @@ -0,0 +1,21 @@ +# XXX: Lokomotive specific change. +# For autodiscovery by Prometheus operator +{{- if .Values.serviceMonitor }} +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + labels: + app: metallb + release: prometheus-operator + name: metallb + namespace: {{ .Release.Namespace }} +spec: + endpoints: + - port: metallb-metrics + namespaceSelector: + matchNames: + - metallb-system + selector: + matchLabels: + app: metallb +{{- end }} diff --git a/assets/charts/components/metallb/templates/speaker.yaml b/assets/charts/components/metallb/templates/speaker.yaml new file mode 100644 index 000000000..ab1ddc80e --- /dev/null +++ b/assets/charts/components/metallb/templates/speaker.yaml @@ -0,0 +1,143 @@ +{{- if .Values.speaker.enabled }} +apiVersion: apps/v1 +kind: DaemonSet +metadata: + name: {{ template "metallb.fullname" . }}-speaker + labels: + {{- include "metallb.labels" . | nindent 4 }} + component: speaker + app.kubernetes.io/component: speaker + app: metallb + namespace: {{ .Release.Namespace }} +spec: + selector: + matchLabels: + {{- include "metallb.selectorLabels" . | nindent 6 }} + component: speaker + app.kubernetes.io/component: speaker + app: metallb + template: + metadata: + {{- if or .Values.prometheus.scrapeAnnotations .Values.speaker.podAnnotations }} + annotations: + {{- if .Values.prometheus.scrapeAnnotations }} + prometheus.io/scrape: "true" + prometheus.io/port: "{{ .Values.prometheus.metricsPort }}" + {{- end }} + {{- with .Values.speaker.podAnnotations }} + {{- toYaml . | nindent 8 }} + {{- end }} + {{- end }} + labels: + {{- include "metallb.selectorLabels" . | nindent 8 }} + component: speaker + app.kubernetes.io/component: speaker + app: metallb + spec: + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} + serviceAccountName: {{ template "metallb.speaker.serviceAccountName" . }} + terminationGracePeriodSeconds: 0 + hostNetwork: true + containers: + - name: speaker + # Using custom built Kinvolk Image + image: {{ .Values.speaker.image.repository }}:{{ .Values.speaker.image.tag | default .Chart.AppVersion }} + {{- if .Values.speaker.image.pullPolicy }} + imagePullPolicy: {{ .Values.speaker.image.pullPolicy }} + {{- end }} + args: + - --metrics-port={{ .Values.prometheus.metricsPort }} + - --config={{ template "metallb.configMapName" . }} + env: + - name: METALLB_NODE_NAME + valueFrom: + fieldRef: + fieldPath: spec.nodeName + - name: METALLB_HOST + valueFrom: + fieldRef: + fieldPath: status.hostIP + {{- if .Values.speaker.memberlist.enabled }} + - name: METALLB_ML_BIND_ADDR + valueFrom: + fieldRef: + fieldPath: status.podIP + - name: METALLB_ML_LABELS + value: "app.kubernetes.io/name={{ include "metallb.name" . }},app.kubernetes.io/component=speaker" + - name: METALLB_ML_BIND_PORT + value: "{{ .Values.speaker.memberlist.mlBindPort }}" + # - name: METALLB_ML_SECRET_KEY + # valueFrom: + # secretKeyRef: + # name: {{ include "metallb.secretName" . }} + # key: secretkey + {{- end }} + ports: + - name: metrics + containerPort: {{ .Values.prometheus.metricsPort }} + {{- if .Values.speaker.memberlist.enabled }} + - name: memberlist-tcp + containerPort: {{ .Values.speaker.memberlist.mlBindPort }} + protocol: TCP + - name: memberlist-udp + containerPort: {{ .Values.speaker.memberlist.mlBindPort }} + protocol: UDP + {{- end }} + {{- if .Values.speaker.livenessProbe.enabled }} + livenessProbe: + httpGet: + path: /metrics + port: metrics + initialDelaySeconds: {{ .Values.speaker.livenessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.speaker.livenessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.speaker.livenessProbe.timeoutSeconds }} + successThreshold: {{ .Values.speaker.livenessProbe.successThreshold }} + failureThreshold: {{ .Values.speaker.livenessProbe.failureThreshold }} + {{- end }} + {{- if .Values.speaker.readinessProbe.enabled }} + readinessProbe: + httpGet: + path: /metrics + port: metrics + initialDelaySeconds: {{ .Values.speaker.readinessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.speaker.readinessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.speaker.readinessProbe.timeoutSeconds }} + successThreshold: {{ .Values.speaker.readinessProbe.successThreshold }} + failureThreshold: {{ .Values.speaker.readinessProbe.failureThreshold }} + {{- end }} + {{- with .Values.speaker.resources }} + resources: + {{- toYaml . | nindent 12 }} + {{- end }} + securityContext: + allowPrivilegeEscalation: false + readOnlyRootFilesystem: true + capabilities: + drop: + - ALL + add: + - NET_RAW + nodeSelector: + "kubernetes.io/os": linux + {{- with .Values.speaker.nodeSelector }} + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.speaker.affinity }} + affinity: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- if or .Values.speaker.tolerateMaster .Values.speaker.tolerations }} + tolerations: + {{- if .Values.speaker.tolerateMaster }} + - key: node-role.kubernetes.io/master + effect: NoSchedule + operator: Exists + {{- end }} + {{- with .Values.speaker.tolerations }} + {{- toYaml . | nindent 6 }} + {{- end }} + {{- end }} +{{- end }} diff --git a/assets/charts/components/metallb/values.yaml b/assets/charts/components/metallb/values.yaml new file mode 100644 index 000000000..f489aeb65 --- /dev/null +++ b/assets/charts/components/metallb/values.yaml @@ -0,0 +1,220 @@ +# Default values for metallb. +# This is a YAML-formatted file. +# Declare variables to be passed into your templates. + +imagePullSecrets: [] +nameOverride: "" +fullnameOverride: "" + +# To configure MetalLB, you must specify ONE of the following two +# options. + +# existingConfigMap specifies the name of an externally-defined +# ConfigMap to use as the configuration. Helm will not manage the +# contents of this ConfigMap, it is your responsibility to create it. +existingConfigMap: "" + +# configInline specifies MetalLB's configuration directly, in yaml +# format. When configInline is used, Helm manages MetalLB's +# configuration ConfigMap as part of the release, and +# existingConfigMap is ignored. +# +# Refer to https://metallb.universe.tf/configuration/ for +# available options. +configInline: {} + +rbac: + # create specifies whether to install and use RBAC rules. + create: true + +psp: + # create specifies whether to install and use Pod Security Policies. + create: true + +prometheus: + # scrape annotations specifies whether to add Prometheus metric + # auto-collection annotations to pods. See + # https://github.com/prometheus/prometheus/blob/release-2.1/documentation/examples/prometheus-kubernetes.yml + # for a corresponding Prometheus configuration. Alternatively, you + # may want to use the Prometheus Operator + # (https://github.com/coreos/prometheus-operator) for more powerful + # monitoring configuration. If you use the Prometheus operator, this + # can be left at false. + scrapeAnnotations: false + + # port both controller and speaker will listen on for metrics + metricsPort: 7472 + + # Prometheus Operator PodMonitors + podMonitor: + + # enable support for Prometheus Operator + enabled: false + + # optional additional labels for podMonitors + additionalLabels: {} + + # Job label for scrape target + jobLabel: "app.kubernetes.io/name" + + # Scrape interval. If not set, the Prometheus default scrape interval is used. + interval: + + # metric relabel configs to apply to samples before ingestion. + metricRelabelings: [] + # - action: keep + # regex: 'kube_(daemonset|deployment|pod|namespace|node|statefulset).+' + # sourceLabels: [__name__] + + # relabel configs to apply to samples before ingestion. + relabelings: [] + # - sourceLabels: [__meta_kubernetes_pod_node_name] + # separator: ; + # regex: ^(.*)$ + # target_label: nodename + # replacement: $1 + # action: replace + + # Prometheus Operator alertmanager alerts + prometheusRule: + + # enable alertmanager alerts + enabled: false + + # optional additional labels for prometheusRules + additionalLabels: {} + + # MetalLBStaleConfig + staleConfig: + enabled: true + labels: + severity: warning + + # MetalLBConfigNotLoaded + configNotLoaded: + enabled: true + labels: + severity: warning + + # MetalLBAddressPoolExhausted + addressPoolExhausted: + enabled: true + labels: + severity: alert + + addressPoolUsage: + enabled: true + thresholds: + - percent: 75 + labels: + severity: warning + - percent: 85 + labels: + severity: warning + - percent: 95 + labels: + severity: alert + + # MetalLBBGPSessionDown + bgpSessionDown: + enabled: true + labels: + severity: alert + + extraAlerts: [] + +# controller contains configuration specific to the MetalLB cluster +# controller. +controller: + enabled: true + # -- Controller log level. Must be one of: `all`, `debug`, `info`, `warn`, `error` or `none` + logLevel: info + image: + repository: quay.io/kinvolk/metallb-controller + tag: v0.1.0-789-g85b7a46a + pullPolicy: + serviceAccount: + # Specifies whether a ServiceAccount should be created + create: true + # The name of the ServiceAccount to use. If not set and create is + # true, a name is generated using the fullname template + name: "" + annotations: {} + securityContext: + runAsNonRoot: true + # nobody + runAsUser: 65534 + fsGroup: 65534 + resources: {} + # limits: + # cpu: 100m + # memory: 100Mi + nodeSelector: {} + tolerations: [] + affinity: {} + podAnnotations: {} + livenessProbe: + enabled: true + failureThreshold: 3 + initialDelaySeconds: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 1 + readinessProbe: + enabled: true + failureThreshold: 3 + initialDelaySeconds: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 1 + +# speaker contains configuration specific to the MetalLB speaker +# daemonset. +speaker: + enabled: true + # -- Speaker log level. Must be one of: `all`, `debug`, `info`, `warn`, `error` or `none` + logLevel: info + tolerateMaster: true + memberlist: + enabled: true + mlBindPort: 7946 + image: + repository: quay.io/kinvolk/metallb-speaker + tag: v0.1.0-789-g85b7a46a + pullPolicy: + serviceAccount: + # Specifies whether a ServiceAccount should be created + create: true + # The name of the ServiceAccount to use. If not set and create is + # true, a name is generated using the fullname template + name: "" + annotations: {} + ## Defines a secret name for the controller to generate a memberlist encryption secret + ## By default secretName: {{ "metallb.fullname" }}-memberlist + ## + # secretName: + resources: {} + # limits: + # cpu: 100m + # memory: 100Mi + nodeSelector: {} + tolerations: [] + affinity: {} + podAnnotations: {} + livenessProbe: + enabled: true + failureThreshold: 3 + initialDelaySeconds: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 1 + readinessProbe: + enabled: true + failureThreshold: 3 + initialDelaySeconds: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 1 + +# XXX: Lokomotive specific change. +serviceMonitor: diff --git a/pkg/assets/generated_assets.go b/pkg/assets/generated_assets.go index 9257cc3cc..d3c54dcb5 100644 --- a/pkg/assets/generated_assets.go +++ b/pkg/assets/generated_assets.go @@ -2000,6 +2000,133 @@ var vfsgenAssets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\x7b\x6f\x1b\x39\x92\xff\xbf\x3f\x45\x21\xfa\x63\xe2\x83\x25\x4b\x8e\x33\x9b\xed\xc5\x02\xe7\x89\x3d\x3b\x46\x6c\x8f\x6e\xe4\xec\x60\x31\x58\x9c\xa8\xee\x92\xc4\x31\x9b\xec\x25\xd9\xb2\x75\x37\xf7\xdd\x0f\x55\x64\xbf\x14\x39\x96\x33\xd9\x3b\x2c\x02\x04\xee\xee\x7a\xb1\x58\xfc\xd5\x83\x1a\xc0\x05\x2e\x45\xa5\x3c\x6c\x84\xaa\xd0\xc1\xd2\x58\x50\x52\xdf\xa3\xcd\x47\xc9\x00\xee\xd6\xd2\x81\x74\x20\xe0\x6f\xe7\x37\xd7\xc3\xa5\xb1\x85\xf0\x1e\x73\x58\x4a\x85\x44\x70\x81\x99\x12\x16\x61\x23\xac\x14\x0b\x85\x0e\xbc\x81\x05\x42\x29\x9c\xc3\x1c\xa4\xf6\x06\xb6\xa6\xb2\xe0\xb1\x28\x95\xf0\xe8\x46\x49\x32\x80\xe1\x10\x3e\x54\x0b\xb4\x1a\x3d\x3a\xb8\xb8\x9d\xc1\x85\x29\x84\xd4\xa0\x45\x81\x24\xa2\x72\x98\x64\xaa\x72\x1e\x6d\xf8\x92\x42\x7c\x1c\x29\x93\x09\x15\x85\xdc\xad\xb1\x7e\x0f\x1a\xfd\x83\xb1\xf7\x61\x0d\x0f\x6b\x99\xad\xc1\xa1\xdd\xc8\x0c\x21\x97\x2e\x33\x1b\xb4\x5b\x5a\x4b\x89\x96\xd6\x81\xf9\x28\x2c\xcf\xad\x4d\xa5\xf2\x64\x00\x52\x67\xaa\xca\x11\xfc\x1a\xa1\x34\x79\x2d\x10\x16\x95\x07\x8d\x98\x83\x36\xbe\x47\xa4\x4d\x8e\x35\xd5\x28\x19\x24\x03\xf8\x6e\x0b\x79\x70\xe8\x31\x08\xa5\xa0\xb4\x72\x23\x3c\xb6\xb6\x91\xaf\x5c\x89\x99\x5c\x4a\xcc\xc1\x19\xf0\x6b\xe1\xc1\xa2\x33\xaa\xf2\xd2\x68\x08\x64\x52\x27\x03\xf0\xdb\x52\x66\x42\x75\x3d\x85\x7a\x23\xad\xd1\x05\x6a\xef\x46\xb5\x83\x6e\xa3\xf0\x14\x5e\x4d\xc6\x23\xfe\x77\xf2\xee\x78\x32\x1e\x8f\xbe\x3d\xe3\x87\xc9\xf8\x78\xf2\x87\xd3\xd1\xe4\xdb\xf0\x74\x7a\x3c\xf9\x23\x3d\xbd\x0b\x8f\xdf\xbe\x0a\xbe\xbc\x30\xd9\x3d\x5a\x90\x85\x58\x21\x94\x15\x59\x6f\x94\xcc\xb6\x09\xbf\x99\x56\x4a\x4d\xf9\x39\x85\xab\xe5\xad\xf1\x53\x8b\x0e\xb5\x0f\xbc\xd7\x66\x05\x0a\x37\xa8\xd8\xf9\xe4\x9b\xcc\x68\x6f\x8d\x82\x52\x09\x4d\x4f\x45\x69\x34\x59\x9d\xc4\x0f\x0a\xed\xb5\x59\x5d\x13\x4f\x0a\x52\x2f\x4d\x2b\x28\x44\xd9\x0b\x25\x7d\xcf\x4c\x29\x51\xb1\xf3\x86\x43\x40\x1d\x22\xb2\x2f\xc0\x5b\x91\x49\xbd\xaa\xb9\xa7\xf4\xf2\x2e\xbc\x4b\x61\x29\x94\xc3\xc0\x4d\x91\xe8\x4a\x91\x71\x38\x3a\xd4\xf9\x1e\x39\x1c\xee\xfb\x24\xdd\xd6\xcc\x69\x7d\x9a\x86\xbf\x0a\x5c\xa1\x0d\xb2\xfb\x92\x36\x68\x9d\x34\x7a\x04\x33\x44\x98\x5a\xf3\xb8\x05\x87\x19\x47\x03\xf9\xa0\xe4\x37\x91\x28\x89\xe2\xfe\x1a\x1e\x53\x70\x9e\x16\x39\x3c\x1d\x4d\xc6\xa3\xd3\x20\xfd\x7d\x4f\x7a\xb3\x8e\x44\x7f\x62\x54\xdf\x4f\xe4\xec\xca\x21\x98\x25\x5c\xea\xbc\x34\x52\xfb\x99\xa2\xe3\x43\xdb\x63\x0b\xb4\xae\xd9\x93\x1c\x9d\x97\x5a\xb0\x8d\xf1\x90\xfd\x29\x19\x44\x49\x3d\xe6\xfa\x7c\x11\x28\x38\xf4\xe4\x4c\x6f\x2b\x04\xa3\xd5\x16\xe4\xae\xa6\x0f\xef\x1c\x2c\x51\xf8\xca\xd2\x2e\xac\xe8\xe8\x48\x07\x46\xff\x89\xb5\xc6\x2f\xf4\xca\x79\xa9\x14\xe0\x63\x89\x56\xd2\x69\x10\x6a\x94\xec\xd3\xde\xdb\x52\x26\x90\x7a\x05\x9e\xce\xbd\x29\xa4\x0f\x8b\xbe\xbd\xbc\xfb\xcf\xf3\x8b\x9b\xab\x5b\xc8\x44\x29\x16\x52\x49\xbf\x05\xa9\xf9\xdb\x74\x36\x4d\x06\x20\x74\x1e\x60\x81\xf6\x62\x28\xb5\xf4\xbc\x87\x42\x6a\x24\xac\x41\x0d\x52\xff\x4a\x7b\xc6\xc2\x23\x1d\x79\xc4\xe2\x3f\x2a\x69\xa3\x73\xeb\x50\xc8\xb4\x84\x52\x55\x2b\x52\x61\x40\x28\x8b\x22\xdf\x92\x83\xa4\x76\x5e\x28\x85\x79\x92\x69\x79\xc9\xcb\xc9\x7b\x2b\xb8\xb3\x95\xf3\x60\x8d\xf1\x90\xa1\xf5\x72\x29\x33\xf2\xd1\xeb\xcb\xf7\x17\xb3\xf3\xa3\x11\x5c\x79\x28\x88\x62\xc1\x26\x6c\x64\x8e\x39\xe4\x95\x25\xb3\xa2\xec\x51\x22\x73\xd4\x5e\xfa\x2d\xcb\x3a\xd7\xd9\xda\x58\x37\xbd\xbc\x49\xe1\xb7\xae\x8e\x3c\xe0\x71\x45\x28\x4e\xbb\x5e\x73\x25\x03\xf8\xf7\x08\x71\x1c\xc9\x5d\x8c\xee\x8b\xae\x71\xfb\x55\xc4\x97\xf3\x3c\x97\x14\x30\x42\x81\xd0\xda\x78\x8e\x1e\xce\x17\x22\xcf\x83\x23\x08\x72\x72\x97\x94\x26\x3f\x6f\x29\x52\xf8\xef\xff\xf9\x44\x82\x12\x0b\x54\x4f\x31\x5f\xf3\xc7\xc8\x17\x8e\x4f\x66\xf4\x52\xae\x2a\xcb\x22\x13\x7e\x97\x26\x00\x2c\x36\x38\xba\x49\x16\xa5\x35\x94\xdd\x42\xb0\x6b\xa3\x87\x1d\xfc\x8d\x34\x2e\x81\x3a\xd6\x1f\x3d\x5a\x2d\xd4\x34\x32\xd5\xbb\x15\x45\xdf\x88\x47\x59\x54\x05\x78\x59\x20\x99\x68\x1e\xa2\x3b\x9b\x20\x21\xdb\x91\x0f\xb1\x74\x6b\x10\x1a\x4c\xe5\x17\xa6\xd2\x39\xdc\xbd\x9f\xb2\x98\xcc\x68\x1d\xe0\x20\x81\xe6\xeb\xfb\xf0\xf2\x4e\x16\x68\x2a\x9f\xc2\x64\x3c\x1e\x17\xee\x77\xa8\x95\xfa\x33\x5a\xe3\xc7\x3d\x4a\x59\x27\x27\x08\x72\x67\x54\xdf\xcb\x24\x3d\xb5\x4c\x43\x38\x94\x42\x66\x47\xea\x6d\x3e\x92\xe6\x24\x1e\x8b\x93\x96\x82\xa5\x4c\xdb\x14\xb4\x63\x7b\x7b\xf4\xba\x9a\x22\x67\x37\x3a\x77\x32\x17\x53\x94\x9d\x44\xf6\xea\x55\xab\xee\x4e\xac\xbe\x54\x4d\x1f\x93\x99\x60\x53\xe3\x33\xab\x78\x22\x47\xd6\x0b\x56\x4d\x22\x7c\x10\x56\x1f\x47\x71\x7f\xe6\xac\xd8\x61\x8e\x79\xf1\xf5\x9c\x73\xdc\x1c\x8c\x85\xf9\xaf\xce\xe8\xf9\xd1\x3e\x89\xfd\x84\x08\x50\x1a\xeb\x5d\x67\x93\xce\xf3\x42\x6a\x7e\xfb\xd4\xb2\x99\x56\x10\x59\x0a\x67\x93\x3f\x4e\x5a\xde\x26\xc3\x3c\xc7\x1d\x13\x1d\xf3\x8f\x5b\xfe\xab\x18\x6c\xcf\xf2\xc7\xc0\x23\xfe\xb3\x37\x2d\xff\x8f\xf5\x19\x79\x56\x40\x7d\x5e\x58\xc2\xb8\xf6\x26\x95\x8d\xf3\xac\xac\x46\x4a\x16\xd2\xcf\x19\xde\xe7\x99\xb1\xe8\xe6\x9d\x74\x75\x8f\x25\xd5\x7b\xe0\xb6\x3a\x1b\x31\x0f\x17\xc9\x94\x1f\x23\x31\xcb\xab\x01\x97\x0f\x91\xa7\x24\xcf\xf2\xa2\x9c\x58\xc4\xa9\x6d\x9d\x00\x17\x5b\xb0\x64\x11\x61\x72\x55\xc2\xd2\x9a\x82\xac\x67\x51\x6c\xce\x08\x2e\x47\xab\x11\xe5\xc6\xc6\x42\xca\x78\xdf\x4c\xde\x8e\xc7\xc5\x37\xc7\xc0\xaa\x3b\x66\x9e\x8e\x12\x08\x2f\x53\xa0\x15\x52\x31\x59\x59\xca\x7d\x61\x0b\xca\x2a\xfc\xb1\x83\x0d\xa2\x30\x95\xf6\xb4\x98\xf7\xd3\x8f\x50\xe9\x90\x0c\x85\xef\xba\x52\x70\x02\x88\xdc\x6c\x49\x73\x66\xea\x28\x7a\x5e\x0a\xa5\x40\x74\xde\x45\xb6\xf8\xd8\x08\x2a\xb0\x30\x76\xfb\x8c\x89\x81\xe8\x0b\xec\x3b\x54\xd4\x67\x8d\x64\x49\x1f\x1d\x21\x40\x0e\x95\xce\xb1\xee\x2f\x3a\xfc\x95\x26\xde\x4a\xe6\x29\x9c\x4e\xc6\xa7\x35\xd7\xd5\x32\x54\x3d\x0d\xa1\x93\x39\x66\xc2\xc2\x03\xd5\x2f\xce\x8b\x2d\x08\x25\x37\x01\x26\x85\x0f\x51\x80\xc2\x05\x96\x95\xdc\xa0\xa6\x86\x45\x1a\xda\xea\xa5\xb1\x08\x16\x33\x94\x1b\x8a\x9e\xd9\xd5\x5f\xee\x2e\x7f\xba\x01\x27\x57\x94\x12\x39\x92\x3a\xb9\x6a\x51\x05\x71\xda\x80\x32\x9a\xc2\xd2\xaf\x05\x9d\xf8\xfc\x1b\x07\x73\x8f\xb6\x88\x15\xdc\x5f\xa8\x92\x9d\xb2\x92\x19\x66\x46\xe7\x6e\x1e\x6a\xd1\x5f\xae\xe5\x12\xb3\x6d\xa6\x42\x74\xae\x8d\xb9\x77\x7f\x7f\xbd\xf6\xbe\x74\xe9\xc9\xc9\x7d\xa3\x8a\x40\x3c\x37\x99\x3b\xc9\x8c\xce\xb0\xf4\xfc\x47\x38\x84\x9d\x3f\x87\xaa\x96\x36\x64\x49\x27\x83\xf6\x13\xbf\x38\x62\x2d\xe4\x88\x82\x16\x4a\xf0\x07\x46\x77\x60\xb8\x11\x10\x4c\xa1\xb8\x7f\x10\xd2\x7f\xc7\x8e\xb9\x7c\x94\x3e\x9a\x5f\x9f\x03\x2e\xbd\xae\x62\x4d\xf2\xa3\x8e\xa8\x33\x65\x20\xec\xec\x6c\xdd\x02\xd3\x46\x99\x25\x98\x52\xfc\xa3\xc2\x80\x97\x81\x04\x66\x37\x77\x53\x78\x7d\xfa\xf6\xf8\xed\xbb\x3f\x1c\x71\x11\x80\x76\xb8\x94\xd6\xf9\x48\xf0\xc3\xdd\xdd\x74\x06\xaf\xcf\xce\xde\x1c\xd5\xfc\x77\xd7\xb3\xf8\xf1\xe6\x6f\xb3\xff\xb8\x86\xd7\x6f\xde\x8c\xbf\xdd\xcb\x3c\x35\xce\xaf\x2c\x32\xd1\xdb\xb3\x37\xa7\x7b\x89\x6e\xb0\xc8\x44\xb6\xc6\x1c\x5e\x4f\x26\xa7\x93\xc9\x11\x64\x4a\x52\x1b\x04\xb9\x09\x8d\xa9\x73\x15\x81\xd0\x16\x4a\x8b\xa2\x58\x28\x3c\x8e\x51\xba\xb0\x28\xee\x1d\xe4\xe8\xdb\x32\x82\x6d\xac\x3d\x71\xfa\xf6\xf8\xec\xec\x0d\x2d\xee\x98\x8c\x3c\x26\x23\x8e\x59\xcb\xab\xa4\xae\xa0\x9a\xa2\x77\xb7\x8c\xba\xd2\xd2\xa7\x4f\xb8\x52\x76\x70\x9e\x8b\x35\x77\x2f\x4b\xd8\x48\x01\xd2\x97\xdc\x74\x50\xf5\xb0\xd2\xc6\xe2\xa1\x9b\xd3\x45\xfe\x67\x44\xd6\x59\xa2\x2b\xf3\xf0\x52\x65\xa7\xca\x7f\xbe\x72\x61\x86\x03\xca\x97\xdd\xf6\xe1\x9f\x59\xc3\x3c\xab\xab\xa9\x53\x36\x93\xd1\x9b\xd1\x64\xf2\x35\xf3\xc7\xae\xf2\xbd\x70\x4d\x35\xe4\xcb\x12\xca\xae\xd8\xa7\xa0\x7b\x12\x05\x7f\x79\x82\x39\x68\x01\x6f\xc7\x37\x72\xff\x02\x0e\x92\xf9\xb4\xf5\x2c\x36\x53\xc6\xe1\xcf\x42\xd6\x45\xf7\x0c\xb3\x08\x6f\x8f\xfe\x86\x14\x4d\x85\x5f\x87\xb5\x15\xcd\x23\x9c\xd8\x4a\x77\x02\xb6\xee\x3b\x5b\x03\x86\x8f\x3c\x36\x70\x43\x65\xb2\xfb\xd0\x5c\x7d\x6f\x2c\x4c\xe3\xb8\x2a\x0f\x61\x62\x71\x25\x9d\xb7\x12\xdd\x31\x88\xca\xaf\x09\x48\xb3\xd0\xf4\x4b\xc7\x23\x31\xe4\x29\x21\xfc\x14\x08\x79\x6e\x61\xd1\x87\x31\x97\x28\x4b\x25\x91\x9b\x33\x5a\xbd\x45\x57\x12\xfe\x6c\xda\x4e\x4b\x64\x19\xd9\xec\xda\x09\xd3\x2c\xf0\xa7\xf0\xcb\xdf\xc9\xaa\x68\x7f\xb1\x1d\xc6\x41\xda\x30\x58\x36\x8c\x96\x6d\x87\xca\xac\xa4\x1e\x06\xb5\x71\x26\x78\x4e\xfd\x0e\x3b\x5b\x86\x71\x64\x1c\xf8\x81\xb7\x42\xbb\x52\x58\xd4\x9e\x01\xfb\xe4\x14\xaa\x72\x65\x05\x95\x62\x71\x78\xf0\xc3\xe9\x47\x7e\x83\x29\x4f\x29\xa2\xc4\x1f\xa9\x04\xa3\x35\xcc\x29\x7b\x5f\x2e\x97\x98\x79\x37\x87\xa5\x12\xab\x7a\x4c\xf0\x80\x0b\xca\x49\x50\x08\x2d\x97\xbc\x9f\xa6\x90\xfe\xe7\xf0\x76\xd6\x72\xf5\xba\xf9\xef\x85\x54\x95\xc5\xfd\x4d\x4e\x18\x28\x18\x9b\x44\xd1\x91\xb8\x99\xc1\x31\xc4\x25\x64\x61\x3b\x07\xbb\x62\x18\x7b\x0a\xd6\x5a\x3a\x2e\x50\x3b\x1d\xfd\xde\xa1\x1a\x0b\xdb\x87\x76\x2d\x49\x58\xc6\x6d\x55\x2c\xd0\x52\xc4\x5b\x2c\x95\xcc\x44\x68\x9d\x51\x64\xeb\x9d\x49\x57\x69\xf2\x8e\x82\x9f\x22\x75\x0a\x93\xa4\x2d\xb1\xae\x2e\x5e\x32\xf9\xfb\x78\x75\xc1\x05\xd7\x1b\xf6\x44\x77\x2c\xd5\x4f\x55\x03\x4e\x20\x0d\xb4\x35\x2a\x5c\x39\xdc\x08\x25\x73\xe1\x4d\xf4\x8a\x77\xf5\x79\x69\x4a\xc3\x3a\x70\xd5\x96\xe5\xc4\x1d\x1a\xf5\xa5\xe5\xe8\x85\x54\x6e\xd4\x37\xe3\xa7\x86\x86\xda\xa6\xe9\x47\xd6\x71\x13\x80\xa1\xe5\x8f\xa5\x4a\x4e\xcd\x41\x77\x0d\xaf\x49\xd9\x7c\x47\xdb\x9c\xd5\xb9\x6a\x31\x5c\x4a\x54\xb9\x3b\x4a\x06\xfb\x14\xa6\xbd\xd7\x3c\x56\x7c\xb9\x31\xa1\x9f\x1c\xc4\x60\xac\x07\xfa\x5d\x13\x4b\x93\x7f\x89\x99\x7d\x7b\xd2\xb0\x79\x8b\x6a\xb5\xb3\x6d\xfc\xee\x7d\x0d\x96\xe9\xa1\x09\xbc\x11\x75\x40\xee\x66\xda\xcf\xa7\xed\x1d\x71\xff\xac\x8c\xfd\x42\x35\xcf\x4c\x1d\x9a\x61\x1c\x7b\x8d\x8a\x43\x1b\xdc\xe6\xb2\x35\x76\xb2\x02\xf9\xc2\x2b\x97\x24\x7b\x32\x18\xcf\x8f\xc2\x70\xcd\x3c\xb0\x9d\x19\x25\x0c\x70\xf7\xf8\x00\x0f\xd2\xaf\xa5\x06\x01\xd7\xf1\xb8\xc4\x59\x60\xa8\x1a\x88\x6e\x76\x8f\x0f\x8c\xc6\x42\x67\x98\xc2\xe9\xb8\xab\xe5\xf2\xb1\x94\x61\x97\x59\x8d\xf3\xa2\x28\x1b\x57\x04\x7b\xbb\x33\xce\x83\x66\x9b\x70\x43\x04\x85\xf0\xb1\x37\x43\xd2\xb1\x85\x9c\xe7\xc8\x1a\x32\xeb\xa7\x97\x37\xc1\x3e\xeb\xd9\x80\x6d\xfa\xf4\xc2\xdb\x7b\x24\x92\x55\xf7\x11\xb5\x6d\xb1\x01\x0f\x26\x6e\x5b\x34\xe5\xb1\x85\x73\x15\xad\x99\xfa\x27\x12\x95\xc2\xe9\xd9\x7a\x5c\xf4\xd6\xff\x73\xb8\xa1\xe2\xcd\xa0\x74\xda\x4c\x5a\x79\xfd\xbb\xca\x38\xc1\xc5\x09\x10\xcb\xf0\xca\xf5\x4a\x9a\xab\x4f\x3c\xf6\xb2\xa9\x70\x10\x15\x3c\x94\xc2\x6f\x49\x57\xf6\x07\xdc\x7e\x66\x67\x0e\xd1\xd3\x48\x8b\xfa\xe2\xf3\x3d\x6e\x6b\x75\x94\x01\x7e\x3b\x10\x95\x7a\x1e\xea\x64\xb5\x43\x71\xa8\xe6\xed\x62\xe5\xe1\xda\xbb\xe9\xb9\x46\xc4\xc6\x9a\x97\xc0\x61\xcd\xb4\x07\x0b\xd7\x28\xac\x5f\xa0\xd8\xed\xb8\x06\x90\x4b\xc7\x85\x0a\x11\x7c\x47\x04\xc3\x21\xcc\x3a\xf7\x2a\x3e\x74\x83\xce\x0b\x1b\x6a\x96\x8e\x28\x6b\xf4\xaf\x66\x91\xec\x8a\xe8\xd5\x24\xef\x59\x5f\xb3\xdd\x9f\x72\x77\x8c\x9b\x51\x3f\x5a\x29\x4c\xe1\xd5\x18\xc6\xf0\x6f\xf4\xaf\xed\x18\x9b\x0a\x66\x7f\xd7\x18\xbe\xb5\x9d\x63\xb0\x3b\xb3\x48\x21\x25\xea\x88\xaf\xfd\xd7\x2d\x8e\x96\x52\xe1\x5f\x9b\xa4\x1d\xcb\xa3\x11\x5c\x2d\xc3\xbd\x8e\x74\xf5\x45\xd3\x9c\x3c\x32\x3f\x66\xbe\x30\xba\x9b\xf7\x94\x8f\x32\xf1\x5d\xa5\x73\x85\xf3\x26\x6e\x89\x93\xf7\x6f\x81\xca\x3c\x1c\x25\x00\x18\x27\xfc\xa1\x34\xad\x7d\x55\x9b\xdd\x5c\xf4\x81\x43\x15\x56\xcb\x07\x79\xb1\xe5\xc9\xa9\x73\x7c\xa7\xdb\x31\x91\x37\x07\x7d\x7d\x4d\xec\x22\xbc\x86\x49\x4d\x2d\xcc\x31\xb8\x9a\x2a\xec\x60\x7b\x5b\x52\x4f\xe6\x97\x72\x35\xea\xc0\x77\xa3\x69\x18\x35\xb9\x3f\xc7\x3d\xce\x13\x68\xa5\xce\xa2\x85\xb1\x5d\x20\x94\xbc\x7c\x2c\x2d\x32\x6b\x44\x93\x21\x9d\xc9\xf4\x20\x1d\xf1\x0c\x9b\x12\x2d\x6d\x44\x0a\xb7\xc6\x5f\xe9\xf8\x36\xfc\x9c\xa0\x46\xa8\x21\x34\xf6\xd4\x8e\x7b\xdf\x01\x90\xfd\x85\x6f\xe3\xae\x06\x4b\xa8\x03\x81\x1f\x50\x15\x61\x7a\xb6\x42\x4d\xaa\x11\x8c\x46\x9e\x81\x76\xc1\xeb\x13\x25\xf7\xf8\x54\x85\xfd\x62\x45\x1d\xd8\x8a\x8a\x42\x18\x71\xd7\x7a\xde\xc5\x46\xd7\xb9\xc1\x3d\x58\x5d\xe5\xc2\xcf\x0b\xba\x18\x5b\x9b\x90\x03\x4b\xdc\x8d\x63\x5e\xf9\x9c\x25\xef\x7c\xea\x87\xef\xbc\x73\x3a\xe8\x70\x1c\x87\x23\x13\x0e\x47\xe7\x0c\x1c\x83\x70\xa0\x4d\xcf\x04\xb6\x6d\xd1\x31\x85\x7d\x1e\x4f\x10\x3b\xe3\x85\x10\xbe\x83\x12\x74\xec\x92\xc1\x01\xb8\xd9\x5b\x60\x17\xc3\x7f\x17\x84\xef\xe9\xbc\x06\x2f\x41\xf3\x9e\x55\x7b\x20\x7d\xe7\x7a\x11\xda\xb6\xe3\x13\x78\xec\x01\xdc\xff\x03\x42\xf6\xd8\x9f\x07\xc9\xd1\x57\x45\xc9\x7f\x29\xc4\x7a\x72\x53\x3f\x73\xc8\x59\xde\xef\x04\xb0\x17\xea\x65\x71\x5f\x0f\xcf\x0e\xd7\xce\xf2\xbe\x0c\xde\x76\x82\x30\x22\x1c\x0b\x8c\x28\xd7\xa7\xf8\x42\xa0\x63\x81\xff\x07\x60\x37\x9b\x76\x4e\xfc\xc1\x50\xe7\xca\x66\x81\x5f\xaf\x58\xdd\x35\xe7\x65\x38\xd7\x31\x69\x0f\xca\x1d\x6c\x58\x5b\xb6\x3b\x28\xab\x85\x92\xd9\xf9\xf4\xea\x05\x39\xa0\x66\xf9\x6a\xf8\xff\xa9\x41\xc9\x80\x4c\x3a\xdc\x37\x11\x42\xf6\xd8\xdf\xb1\x77\x8f\xcf\x18\x96\x3b\x3f\xd4\xa2\xd0\x6d\xac\x09\x20\xa9\x1b\x80\x05\x6f\x8c\x02\xc3\xc3\xe8\x6f\x7c\xef\x47\x43\x5c\x34\x06\x88\x19\xc0\xd6\x54\x3c\xaf\x8e\x30\xc6\x73\xad\x48\xc9\x79\x66\x04\x57\x3a\x9c\x89\x4c\x38\xe4\x98\xe2\x2b\xee\xd6\x8a\x90\x68\x9a\x00\xee\x1b\x50\xf4\x1b\xed\x96\x2b\x9c\x30\xb1\x30\x1b\x6c\x64\xf6\x59\x35\x62\xce\x65\x6f\xcc\x64\x7d\x7e\x5e\x03\xff\x58\x4a\x2c\x50\x91\x5d\xf1\x77\x04\xcf\xa2\x7b\xda\x81\xec\xa6\xd1\x6c\x33\x4f\xdb\x27\x71\x6e\xaa\x7f\xb5\xc5\x54\xd4\x09\xd7\x53\x0c\x1e\x69\x64\x95\xf3\xa6\x68\xcd\x0a\xf7\xa1\x7e\x4d\x6b\xfa\xa5\xa6\xcc\x4d\x56\xf1\x6f\xcf\xc8\x9f\xed\xbd\x68\xc7\xc8\xd3\x13\x2f\xdc\xbd\x3b\x89\x6a\x86\x6b\x54\x45\x10\x2d\xff\x4b\xea\xd5\xd0\xaf\x71\xd8\xe8\x38\xea\x5f\x7d\x52\xa7\x4f\xfb\x94\xec\xae\xa4\x37\x9a\xbe\x35\x79\x93\x25\xeb\x5f\x0d\x1e\xd7\xc6\xc2\x2f\x1f\xde\xcd\xa8\x67\xdc\x6f\xe8\x33\x17\xb8\x6d\x4d\x72\x22\x9c\x93\x2b\x3d\x2c\x4d\x3e\xd4\x26\xc7\x93\x01\xfd\x5f\xa7\xf2\xa3\x64\xb0\xd7\xf2\x44\x77\x6c\xa3\xbc\xba\x40\x2f\x46\x7d\xa5\xc6\xf1\x1c\xaa\x7a\xac\xb1\xe3\xce\x28\xb4\xf1\x97\x61\xbb\xcb\x21\xdf\x7f\x78\x37\xfb\x92\xe5\xb8\xd0\xa9\x92\xcf\x71\x23\x59\xec\x89\x17\x52\xfb\xa1\xd0\xf9\xd0\x37\x4a\x4f\x9e\x5c\xcc\xa0\x25\x72\x69\xf2\xbf\x01\x00\x00\xff\xff\xd7\x91\x51\x28\x38\x2d\x00\x00"), }, + "/charts/components/metallb": &vfsgen۰DirInfo{ + name: "metallb", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + }, + "/charts/components/metallb/.helmignore": &vfsgen۰CompressedFileInfo{ + name: ".helmignore", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 349, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8e\x41\x6e\xe3\x30\x0c\x45\xf7\x3c\xc5\x1f\x78\x33\x63\x0c\xe4\x43\x24\xb3\x98\x55\x0b\xa4\xc8\xb6\x90\x6d\x46\x62\x22\x8b\x82\x44\x27\x6d\x17\x3d\x7b\x91\x04\x41\xbb\x79\x20\x3f\xc8\x8f\xd7\xe1\xd9\x9b\x71\xcd\x0d\xa6\x90\x90\xb5\x32\x2e\x91\x33\xc6\x55\xd2\x2c\x39\xa0\xf8\xe9\xe4\x03\x37\x47\x1d\x5e\xa2\x34\xb4\xb5\x14\xad\xd6\xd0\x22\xa7\x84\x90\x74\xc4\xe2\x6d\x8a\x92\xc3\x5f\x54\x4e\xde\xe4\xcc\x28\xde\xe2\x8f\xdc\xe7\x99\x3a\x64\x0e\xde\x44\x33\x7e\x97\xca\x07\x79\xe3\x19\x17\xb1\x88\x5f\x7f\x1c\x9e\x72\x7a\x87\xe6\xdb\xe7\x55\x09\x85\x2b\x92\x64\x76\xe4\xb6\xbb\xd7\x9d\x69\x65\xea\xb0\xd1\x65\xd1\x8c\xfd\x66\x87\x59\x6a\x23\x17\xc4\x86\x1b\xef\xfa\xe4\xc6\x8f\x3a\xdc\xf8\x08\x62\x18\xae\x78\xac\xed\x9c\x87\xef\xa2\xd1\x4f\xa7\xb5\xe0\x20\x89\x1b\xf5\xae\x5d\x0a\xf5\x6e\xf4\x27\xea\x9d\x2d\xd7\x59\xab\x04\xea\x3f\xa9\xc3\xde\x57\xd1\xb5\xe1\xff\xf6\x5f\x23\x57\xaa\x1e\x79\x32\x72\x32\xb3\x1f\xee\xe7\x55\x8f\xe4\xce\x6d\xd2\x99\x07\xfa\x0a\x00\x00\xff\xff\x16\xec\x32\x27\x5d\x01\x00\x00"), + }, + "/charts/components/metallb/Chart.yaml": &vfsgen۰CompressedFileInfo{ + name: "Chart.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 1425, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x54\x3b\x8f\xe4\x36\x0c\xee\xf5\x2b\x08\xb8\x98\x04\xc8\x7a\x82\x14\x01\x32\xdd\x16\xa9\x12\x24\xc5\x2d\xae\xa7\x25\xda\xe6\xad\x2c\x0a\x7a\x78\xcf\xff\xfe\x40\x3f\x66\x66\xe7\x80\xc5\x01\x57\x19\x96\x28\x7e\x0f\x7e\x12\x46\xfe\x4c\x29\xb3\x84\x0b\xcc\x7f\x98\x80\x13\x5d\x60\xa2\x82\xde\x77\xc6\x51\xb6\x89\x63\x59\x77\x9f\x21\x50\x79\x93\xf4\x0a\x5e\xd0\x3d\x75\xe8\x31\x58\x4a\xc0\x53\xf4\x34\x51\x28\xa8\x75\xd0\x4b\x82\x7f\x6a\x47\x29\x50\xa1\x0c\x35\x73\x18\x20\x17\x0c\x0e\x93\x83\x24\xb5\xe8\x42\x4c\x52\xc4\x8a\xcf\x66\x14\x45\x1c\x4b\x89\xf9\x72\x3e\xef\xc8\x6d\x0d\x3c\x53\xca\xd4\x96\xde\x64\xa9\xc9\x52\xbe\x18\x80\xa7\x6b\xe1\xc0\x65\xac\x5d\x6b\x65\x3a\xce\x1c\x5f\xc3\x56\xe9\x7e\xd0\xf1\xcc\x13\x0e\x94\xcf\x5e\x06\x39\xf6\x9f\xde\x46\x2e\xd4\xc6\x30\x18\xd3\xc0\x33\xd8\x11\x53\x01\x8b\x01\x3a\x02\xe2\x32\x52\x02\x0c\x70\xc2\x18\x3d\xdb\x55\xea\x09\x24\x01\xc2\xc9\x73\x97\x30\x2d\xa7\xed\x4c\x6b\x1a\x6d\x70\x2b\xdb\x96\x33\x60\x22\x40\xb0\xe2\x3d\xd9\x75\x5d\x7a\x28\x34\x45\x8f\xea\x53\x19\xf1\x0a\x17\xd1\xbe\xe2\x40\x0e\x38\x14\x81\x79\x1b\x0f\x39\xc0\x64\x47\x9e\x29\x9b\x06\x8a\x68\xa1\xa3\xe8\x65\x21\xb7\x61\xfe\xbb\xf1\x38\xf0\x62\x92\x99\x1d\x41\xcd\xd4\x57\x0f\xb5\xb0\xe7\xc2\x94\x95\x75\x5f\xc3\xca\x21\xaf\xe3\x2a\x23\xed\x7a\x1d\xcd\xe4\x25\x52\x6a\xe1\x65\xa4\xe5\x94\x08\x38\x58\x5f\x9d\xa2\x2b\x2e\x2a\x26\x05\x47\xc1\x2e\x2a\x00\xbf\xd7\x59\x04\x38\x7c\x21\x5b\xa0\x8c\x92\xe9\x0e\x18\x83\xbb\x43\x5e\xc5\x29\x74\xd2\x7e\x89\xc3\x60\x1a\x88\x1c\xc9\x73\xa0\xf6\x51\x8d\x13\x08\xa2\x04\x7b\x0e\x04\x18\x96\x3b\xef\xb4\xaf\x0e\x88\x7a\x49\xa4\x26\x6a\xe5\x3b\x7b\xca\x12\xe9\x72\x4f\x56\x87\xfc\x32\x72\x06\xce\x77\xf2\x77\xab\xdb\x6d\x6b\xff\x83\x50\xa7\x8e\x12\xe4\x51\xaa\x77\xda\x97\x83\x4d\x6b\xe2\xc9\x01\xa1\x1d\xa1\xf0\x44\xb0\x48\x85\x09\x5f\xd7\x5e\x61\x38\xa6\x74\x6b\xae\x2c\x59\xfd\x39\x78\xff\xb6\x7b\xab\xf7\x41\xcb\x30\xc6\x2b\x03\xd3\xc0\x7e\x2d\xb7\xe0\xd0\xd7\x48\x56\xf1\x8a\x40\x2f\xde\xcb\x1b\x7c\xa2\x09\x43\x61\x7b\x14\x6a\x9b\x5f\x8e\xd4\x67\x9a\x66\x4a\xad\xa4\xe1\xfc\xab\x69\xe0\xbf\xff\x5f\xfe\xbe\x40\x59\x55\xa1\xaf\xa4\xb2\x6b\x74\xa8\x1d\xbb\x65\x45\xdf\xef\x01\x24\xf2\x84\x99\x34\x3e\x96\x72\x36\xf3\xf1\x3a\xfc\xde\xfe\xd5\xfe\xf9\xe8\xdb\x83\x47\x1a\xe9\x4d\xc9\x35\x15\x1d\x29\xb1\xeb\x28\x3e\xb6\xd6\x34\x3f\x68\xee\x61\xed\x1d\x52\xfb\xde\x31\xcd\xc0\x9d\x6b\xa6\xf9\xc0\xb7\x2d\xed\x07\x8d\x44\xbd\xdf\xe2\x7b\xd3\xf7\xa8\x8a\xf7\x97\xad\xfd\x39\x73\x31\xc6\xdb\xeb\xbb\x19\xfc\x2d\x00\x00\xff\xff\x8c\xfc\x2f\x64\x91\x05\x00\x00"), + }, + "/charts/components/metallb/readme.md": &vfsgen۰CompressedFileInfo{ + name: "readme.md", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 6128, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x98\x6f\x6f\xd3\xc8\x13\xc7\x9f\xfb\x55\x2c\xf0\xe4\x47\xf5\x8b\xd3\x02\x85\xa3\xba\x3f\xca\xc1\xe9\xee\x04\xe5\x2a\x0a\x3c\xa9\x90\xb2\xb6\xc7\xce\xc2\x78\xc7\xcc\xee\xa6\x8d\x2e\xf7\xde\x4f\xeb\xd4\x69\x92\xda\xf5\x3a\x54\x97\x07\xd8\x54\xf3\x99\x99\x9d\x9d\xfd\xf3\xf5\x23\x51\x82\x95\x88\x49\x14\x3d\xb8\xf8\x04\x6c\x14\xe9\x13\x71\x18\xbf\x8c\x9f\x7f\xfe\xdf\xcc\xda\xca\x9c\x8c\xc7\xaa\x2c\x62\x33\x53\x80\x99\x89\x15\x8d\x13\x99\x15\x30\xbe\x36\x1e\xd5\xb6\x23\xa5\x73\xe2\x52\x5a\x45\x5a\xe2\x2f\xc6\x2e\x10\x7e\xca\x51\xda\x91\xf9\xe6\x24\xc3\x63\xf1\xe0\xe2\xc3\xa2\x82\x13\x21\xab\x0a\x55\x5a\x1b\xf6\x04\xf0\xf6\xa3\x0d\xf3\x90\x18\x93\xaa\x5a\x0f\x62\x1e\x32\x8a\x1b\x60\x34\x0f\x1b\x49\x14\x4d\x84\x06\x7b\x49\xfc\x55\x20\xc9\x6c\x94\x48\x94\x3a\x05\x16\xaa\xac\x10\x4a\xd0\xb6\x86\x45\x4e\x2c\xde\xb8\x04\x58\x83\x05\x23\x9c\x51\xba\x10\xc6\x4a\x9d\x49\xce\x04\x93\xb3\xfe\x0f\x15\x93\xa5\x94\xd0\x44\xd1\xc1\xc1\x1f\x54\x42\x25\x0b\x38\x39\x38\x10\x3f\x36\x79\x5f\x4f\x50\xec\xb4\x9a\x03\x1b\x88\x6d\xfe\x73\x14\x3d\x7a\x24\xce\xc9\x71\x0a\xe2\x15\x65\x10\x45\x1b\x40\xa1\xec\xcc\x25\x71\x4a\x65\xc3\x36\xcf\x15\xf7\x49\xa2\x03\x13\x45\x4b\xf1\x06\x16\x62\x29\x7c\xa1\xc5\x52\xbc\x86\x5c\x3a\xb4\xf5\x9b\x49\x59\x55\xf5\x28\x96\xd1\x72\xe4\x7f\xab\x7f\x9b\xc7\xd6\x5b\xfd\xbf\x68\x29\x52\xd2\xb9\x2a\xfe\xd4\xa8\xb4\xf7\x47\xc9\x17\x48\xbd\xbb\xe9\xdf\xff\x4c\xc5\x52\x88\x6b\x1b\xcb\x84\x08\x1c\xcb\x3c\x57\x5a\xd9\x45\x80\x29\x68\x99\x20\x64\x62\x29\x12\x22\xf4\x76\x96\x1d\xb4\x59\xaa\x52\x16\x10\x57\x0e\xf1\x8c\x50\xa5\xde\xb9\xb1\xec\x0b\xbd\x14\x53\xad\xb0\x9b\x61\xa8\xc8\x28\x4b\xbc\xcd\x3c\xfc\xe6\xe4\xc2\xf7\x4b\x53\xca\x1b\xf0\x61\xb7\x33\x2b\x8b\x90\xc8\xa8\xe6\xa0\xc1\x98\x33\xa6\x04\x06\x8c\x72\x9b\xcb\xa5\x42\xc7\xf0\x61\xc6\x60\x66\x84\xde\x81\xd2\x75\x35\x9f\xf6\xc3\x7e\x0a\x94\xc4\xd7\x80\x72\x71\x0e\x29\xe9\xcc\xdc\xf0\x47\x87\xfd\x0e\x2a\x60\x45\xd9\x5e\xa8\x71\x69\x0a\xc6\xb4\x24\x7e\xd4\x0f\x5b\x55\x02\x39\x7b\x3b\x70\x2b\x4a\xc5\x5b\x98\x03\x6e\x4f\xad\x5f\xea\xf5\x24\xbe\x5a\x5b\x0a\xa4\x42\xa0\x37\x8d\xc5\xa9\x33\x56\x24\x20\x48\x83\xa0\xfc\x44\x4c\x25\xe2\xf4\xff\x62\x9a\x41\xe2\x0a\xff\xe2\x79\xff\xbc\x94\xac\xfd\x13\x98\x89\xa7\x82\x58\x4c\x35\x69\x3f\x73\xdb\x59\x68\xca\xe0\x1c\x10\x52\x4b\x1c\xd0\xf5\x15\x65\x13\xad\x69\xb5\x9d\x98\x00\x80\x41\x66\x6a\x9f\x7e\xda\x01\x07\x36\xd4\x0e\xbd\x47\x47\xed\x78\x18\xd4\x52\x3b\xec\xc0\x9e\xda\xa1\x07\x35\x15\x83\xa9\x77\xe0\x90\xa9\x31\x90\x3a\x56\x76\xe1\x3b\x0d\xae\x6c\x9c\x9b\xdf\x99\x5c\x75\x13\xe1\xf9\xf1\xf1\xd3\x67\x21\x24\x3b\x3d\x31\xef\x48\xbf\x27\xb2\x01\x53\xdb\x8a\x7f\x34\xc0\x41\xa1\x79\xae\x52\x98\xa4\x29\x39\x6d\x63\x39\xa8\x19\x77\xe0\x94\x41\x5a\x08\x4a\x78\x8b\xd3\xb2\x84\xed\x55\xdb\xba\xed\x5a\x42\xe0\x75\x6e\xa8\x4c\x9d\xd9\xc5\xe7\xb5\x2d\x5c\x29\xe3\x0f\xdc\x57\xf5\x21\x75\x2a\xab\x2e\xa7\xb9\x43\xf4\x41\xff\x9a\x03\xb3\xca\x3a\x83\xd7\x1b\xfd\x99\x43\x3c\x87\x94\xc1\x76\x84\x0d\xf1\x54\x31\x95\x60\x67\xe0\x4c\x5c\x82\x65\x95\x9a\x33\x62\x7b\x33\x3f\x2f\x9e\xbd\x78\xd2\x66\x5c\x51\x76\x4a\xda\x1f\x59\xb1\xcc\x32\xb5\xba\xb1\xbc\x95\x09\x60\xe7\xfc\xb4\xd3\xb7\x37\x8a\x5c\xa2\x81\x1e\x4a\x69\x0b\x3c\x97\xd8\x79\xd0\xb5\x63\x5f\x28\xa9\x73\xdc\xae\x86\xac\xaa\xf8\xeb\xfa\xb2\xe4\xcf\x5b\x5f\xb9\xd6\x1a\x6d\xf8\x5a\x95\xeb\x3d\xa0\x77\xa8\x74\xd1\x31\x09\xed\x30\x0f\xc1\xd6\xaf\xef\x1d\xc2\x5e\xe5\xbe\xe5\x81\xfd\xae\x43\x84\xbf\x5d\xcd\xa4\x33\x16\xb2\xbe\x0d\x7b\xa0\xb7\x7a\x74\x26\x36\x30\x07\x5e\x5d\xb3\x36\xeb\x8d\xc0\xb6\xbd\xbc\x9d\xae\x3f\x1a\x7f\xb5\xb9\x8f\x24\x57\x9e\x6c\xb3\x47\x9b\x8b\xc3\xcf\x77\xa7\xeb\x4f\x58\xa5\x8b\xbd\x12\xde\x0e\x53\x01\xa7\xa0\x37\x57\xd7\xf1\x77\x3a\x3d\xfa\x6f\x72\x3f\x6a\xc9\xfd\x87\xef\xcd\xfd\x49\x4f\xee\xfb\xb7\xc9\x76\x90\x5b\x99\xbf\x0c\xc9\x3c\x29\xaa\x73\x30\x5e\x9c\xbd\xa6\x4b\xbd\x7f\xe7\xed\xf8\xb9\x9f\x11\xaf\xd4\xce\x3b\xb2\x6f\x49\x66\xdf\xb3\x78\x77\x1d\xdd\x57\x33\x0d\xd9\xd5\x77\xc8\x2b\xcb\x72\xe2\x0b\x31\x78\x67\x34\x56\x22\xac\xce\xd8\xfd\x2b\xb2\xe9\x64\xef\x6a\x98\x94\x65\x05\xdb\x17\xe8\x8e\x42\x98\xaa\xe7\x7a\xc2\x89\x4c\x7b\x4c\x4c\x05\xf2\x6b\x80\xaa\x6d\xec\x7a\x8a\xd3\x98\x05\xeb\xd9\x6d\x20\x54\xcc\x5e\x53\x0f\x3b\xdc\xdc\x25\x63\x1b\xcb\x41\x1a\xb6\x1d\x0a\xd1\x1b\xed\x64\xa8\xd6\x68\xa7\xfb\x75\x46\x3b\x17\xa2\x31\xda\xc9\x7e\x7d\xb1\xe6\xee\x56\xac\xe7\x2b\xb3\xfb\x97\xab\x4d\xfc\x12\xca\x04\xd8\xaf\xfd\xd0\x39\xdd\x20\x4a\xfc\x55\xe9\x6c\xe7\x16\xfb\xf2\xd9\xf3\x5b\x4c\x88\x22\x6e\x6c\xc3\xe4\x70\x63\x3d\x4c\x0b\x77\x50\x43\x1a\x73\x4f\x15\xdc\x81\x87\xb7\xe6\x1e\xfa\xb7\x03\x0d\x6f\xce\x5e\xe5\xdb\x18\x0e\x57\x90\x1d\x64\xd8\xe6\x3b\x40\x3b\x36\xc8\xb5\x70\x84\x53\x69\x6c\x2d\x8a\xef\x0c\xd0\x23\x33\xa3\xd1\xa0\x5f\x34\x71\x96\x0a\xd0\x75\x02\x99\xc8\x99\x4a\x91\xce\x24\xdb\xfa\xa3\x7c\x26\xad\xbc\xfe\x6a\x7c\x31\x03\x2c\x47\x19\xa5\x46\xcc\x8f\xe2\xe3\xf8\xf0\xe6\xab\xf6\xc6\xc7\x5e\x4d\x7c\x49\x94\x7d\x19\xaf\xad\xc7\x0c\x08\xd2\x80\x19\xaf\xb0\xc7\xd1\xbf\x01\x00\x00\xff\xff\xe4\x57\x4c\x2a\xf0\x17\x00\x00"), + }, + "/charts/components/metallb/templates": &vfsgen۰DirInfo{ + name: "templates", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + }, + "/charts/components/metallb/templates/NOTES.txt": &vfsgen۰CompressedFileInfo{ + name: "NOTES.txt", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 464, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x31\x8f\x1a\x31\x10\x85\x7b\xff\x8a\xd7\xd1\x24\x5b\xa4\xa4\x0b\x29\x12\x24\x40\x51\x12\x25\x4a\xc7\xb0\x9e\x5d\x46\xe7\x1d\x23\x7b\x0c\x42\x7b\xfc\xf7\x93\x77\x41\x3a\xa4\x2b\x47\xb2\xdf\xf7\xbd\xb7\x65\xa3\xb0\x59\x41\x32\x34\x5e\x90\x8a\xaa\x68\x0f\x51\xd8\x91\xd1\x86\x92\x8d\x53\xe3\xc6\xf1\x33\xa4\x43\xf3\x97\x42\xe1\xdc\xb4\x51\x3b\xe9\xd7\x1a\x44\x19\xb7\x9b\xdb\x44\xf2\x2b\x0a\xa4\x2d\x27\xfc\xe6\x74\x96\x96\x73\x0d\xb9\xc6\x92\x1e\x29\xa0\xc4\x13\x84\xce\x24\x81\x0e\x81\x11\x67\xcc\xfa\x67\xae\x2f\x9d\xe7\x4e\x94\x7d\xfd\x78\xf7\x5a\x64\xcc\xac\x92\xc8\x24\xea\xd2\xb9\xf9\x5e\xba\x71\x84\xc5\xff\x34\x84\x8f\xad\x5e\x21\xea\x59\x0d\x5f\xaa\xa0\xfb\x13\x91\xb9\x92\x40\x39\x4b\xaf\x03\xab\xe5\x4f\xb0\x74\xc5\xfe\xa5\x1c\xb8\xb5\x80\x9e\x0d\xf9\x2e\xbf\x9f\x3b\x73\xc8\x53\xc1\x7f\x5f\x7f\xed\xd6\xbb\xef\xcb\xaa\x89\x7c\xe2\x56\x3a\x61\x0f\xc2\xb7\x89\xb9\xa5\x13\xec\x48\x06\xc9\xba\x30\x0c\xa4\xd4\xb3\xc7\xe1\xea\x7e\x70\x18\x1a\x3c\xed\xf3\x40\xe0\x22\x21\x40\xa3\xa1\x2b\xda\xd6\x76\x28\x6a\x12\x26\x06\x79\x3f\x25\xba\x77\x80\xf8\x3c\x67\x3d\x32\x87\xee\x6e\xaa\xbe\x8a\xbe\x05\x00\x00\xff\xff\x9e\xcb\x85\x00\xd0\x01\x00\x00"), + }, + "/charts/components/metallb/templates/_helpers.tpl": &vfsgen۰CompressedFileInfo{ + name: "_helpers.tpl", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 2727, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x95\xcb\x6e\xdb\x3a\x10\x86\xf7\x7e\x8a\x81\x70\x02\x24\x39\x10\xbd\x38\xc0\x59\x18\xc8\x22\x48\xbb\x28\xda\xa6\x40\x0d\xa4\xcb\x82\xa2\x46\x36\x11\x8a\x52\x38\xa4\x1b\xc3\xf1\xbb\x17\xbc\xd8\x92\xaf\x91\xb3\x23\xac\xb9\xfc\xff\xc7\xe1\x78\xb5\x1a\xdf\xc2\x42\xd6\x13\x20\xb4\x50\x49\x85\x76\xd9\xe2\x5d\xed\xc8\x72\x31\xc7\x09\xdc\x8e\xd7\xeb\x91\x8f\x1a\x7d\x7e\x6d\xb9\x2e\xc1\xce\x11\x34\xaf\x11\x9a\x2a\x9c\xc5\x9c\x1b\xcb\x46\x29\x2e\x87\x12\x2b\xa9\x11\xb2\x1a\x2d\x57\xaa\x60\x3e\x36\x83\xbc\xfb\xca\x9d\xb2\xc0\x1e\x42\xda\xa3\x2f\xc4\x9e\xb8\x72\x48\x21\xf2\xc7\x02\x8d\x91\x25\xc2\x1b\x58\xe3\xb4\x80\xff\xff\x0b\x47\x59\x4f\x5d\x55\xc9\x57\xc8\xf2\x0c\x52\x2d\xd4\xa5\x3f\x46\x75\x0f\x06\xb9\x45\xe0\xdb\x0e\x95\x53\x6a\x09\x2f\x8e\x2b\x59\x49\x2c\x81\xb7\x6d\xd0\xcd\x46\xbf\x30\xd6\x0e\xf1\xd6\x77\xf0\x1e\x08\x0a\x14\xdc\x11\x02\x35\x35\xc2\x57\x57\xa0\xd1\x68\x91\xa2\xdb\x4a\xa2\x2a\x09\xb8\x41\x50\xb2\x96\x16\x4b\xb0\x0d\xd8\xb9\x24\xb8\x2e\x96\x81\xc4\xa7\xc7\xa9\x8f\x95\x7a\x06\xd4\xa2\xb8\x61\xa3\x2f\x15\x18\x54\xc8\x29\x21\x13\x8d\xb6\x5c\x6a\x8a\xd0\xe2\x6f\xd2\xc2\x1f\xa9\x14\x14\x08\x8e\xbc\x4e\x02\x1e\xc4\x27\xb5\x27\xc1\xfa\x98\x5d\xb8\xb2\xda\xb2\xdc\x7c\xdc\xf2\x4c\x21\x27\xbf\x0f\xe1\xad\x68\x5b\xe7\x9f\xa0\x7d\x72\x37\xfc\x42\x3b\x8d\x5b\x0a\xb1\x08\xfb\x19\x11\xc5\xdc\x8d\xce\x9d\x1f\x2f\x14\xd7\x1a\xa9\x6d\x05\xd9\x15\xe5\x57\x94\xed\xd5\x8a\x4d\x87\x8f\xd7\xf1\xe3\xce\xd0\xf5\x6e\xd3\xbf\x90\x05\x1a\x92\x8d\xf6\x37\x19\x6e\x34\x8d\x47\x8c\x52\xbc\x40\x75\xe6\x56\x43\x54\x77\xa5\xfb\x56\xfa\x94\xe3\xf9\x29\x75\x7b\x03\x83\xad\xe2\x02\x21\xfb\x37\x83\xec\x77\x76\xf9\x13\x6a\xea\xba\xd1\x51\x21\x9d\x56\x18\xbf\x47\x89\x73\x54\x35\xa3\xf9\x38\xa8\x9e\xc0\x6a\x05\x52\x0b\xe5\xca\x43\x43\x2c\xb6\x3c\xfc\x4e\xa8\x50\xd8\xc6\x7c\x4b\x65\x59\x6f\x52\x92\xc5\xfb\xb6\xdd\xb8\x5c\xaf\x47\xbc\x6d\xd9\xf3\xf6\x75\x32\xd9\x8c\x13\xf0\xd0\xff\x30\xe5\x0d\x5e\x5c\x63\x71\xcf\xf2\x61\x95\x9a\x6b\x3e\xc3\x32\x2f\x96\xb1\xd0\x66\x6a\xa6\x68\x16\x52\xec\xe7\x47\x64\xd3\x24\xfe\x5d\x68\xfb\x2e\xf3\xa3\x12\xfc\x08\x1d\xa7\x18\x1f\x3a\x3b\xae\x5c\x6a\xb2\x5c\x0b\xdc\xd5\xdd\x7f\x4e\xc7\xa6\xf6\x60\x91\x37\xda\x9a\x46\x29\x34\x40\xc9\x32\x17\xa2\x71\xda\xfa\x4d\xe7\x08\xcf\x0c\xed\x36\x95\xa5\xd4\xfb\x98\xf9\x78\x6a\x3f\x9d\xcc\x60\x22\xaa\xdb\xfb\xbf\xb8\xee\x3d\x84\x2e\x37\x83\xeb\x03\x52\xdd\x5a\x64\x37\x37\x03\xfa\xe9\x3e\xa6\xde\x12\xd9\x74\xce\xd2\x21\xbb\xb4\xd6\xf9\x9d\xb1\x4f\x9f\x5a\xe4\xcf\x1f\x40\x9f\xf2\x86\x72\x3f\x1e\x3e\x00\x7a\x4a\x1c\x4e\xfc\x44\xa7\xcb\x71\x0f\x29\x74\x21\x6b\xb4\x56\xea\x19\xc1\x43\xa3\x2b\x39\xfb\xce\xdb\x84\xf9\xdc\x5e\xde\x84\xf6\xd1\x76\xa4\x7a\x8b\xfa\x3d\x44\xd0\x31\xc2\x57\x49\x5e\x49\xa7\x63\xe0\xce\xce\x07\x5b\x9c\xa2\x30\x68\xdf\xf7\x47\x21\xae\x33\x07\x00\x70\xc2\x60\x5e\x63\x5d\xa0\x51\x92\xec\x47\xc6\x61\xd3\xe7\x12\xaf\x7f\x03\x00\x00\xff\xff\xe2\xae\x24\xcf\xa7\x0a\x00\x00"), + }, + "/charts/components/metallb/templates/config.yaml": &vfsgen۰CompressedFileInfo{ + name: "config.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 235, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\x8a\xc3\x30\x10\x44\x7b\x7d\xc5\xe0\xfe\x04\x07\x57\xa9\xbd\xea\x0a\xbb\xb8\xc2\x90\x72\x63\xad\x83\x88\xb4\x16\x91\x92\x46\xf6\xbf\x87\x8d\xe3\x2e\xdd\xb2\xf3\xe6\x31\xad\x7d\x21\xcc\xb0\x23\xc5\x3b\x17\x3b\x2d\x32\x87\xcb\x9f\xc4\x20\x8c\x6d\x33\x94\xc3\xc8\xb7\x12\x16\x71\x78\x7c\x9b\x6b\x10\xef\xf0\xfb\x82\x7a\xca\x26\x71\x25\x4f\x95\x9c\x01\x84\x12\x3b\xb4\x86\xca\x29\x47\xaa\x8c\x4e\xe3\x18\xcf\x6f\x6b\x4f\x79\xa0\xc4\x1d\xac\x9a\xf7\x42\xc9\x34\xed\x2d\xfb\xcf\x91\xa9\xb0\x1d\x8e\xb7\x52\x87\x7c\x37\x38\xac\x46\x07\xd7\xe5\x44\x29\x7e\x1e\xbd\x42\x82\x78\x96\x8a\x1f\x15\x28\xce\xe2\xf5\x7c\x06\x00\x00\xff\xff\x39\x22\xf5\x00\xeb\x00\x00\x00"), + }, + "/charts/components/metallb/templates/controller.yaml": &vfsgen۰CompressedFileInfo{ + name: "controller.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 4339, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x57\x4d\x6f\x23\x37\x0f\xbe\xfb\x57\x10\x7e\xcf\x9e\xbc\x5b\x14\x45\x31\xc0\x1e\xdc\xc4\x5d\x14\x75\xb2\x46\x92\x2e\xb0\xa7\x40\xd6\xd0\xb6\x10\x8e\x24\x48\x1c\xef\x1a\x89\xff\x7b\x31\x1e\x7b\x22\xcd\x87\x3f\x76\x03\x34\xa7\x80\x22\x1f\x3e\x22\x1f\xd1\x9c\x97\x97\x11\xa8\x05\x24\x5f\x04\x15\xe8\x13\x69\x34\x3b\x43\x84\x2e\x41\x2d\xe6\x84\x19\x6c\xb7\x03\x61\xd5\x17\x74\x5e\x19\x9d\x82\xb0\xd6\x5f\xad\x3f\x0c\x9e\x95\xce\x52\xb8\x41\x4b\x66\x93\xa3\xe6\x41\x8e\x2c\x32\xc1\x22\x1d\x00\x68\x91\x63\x0a\x2f\x2f\xc0\x98\x5b\x12\x8c\x30\x2c\x8f\x89\xe6\xc9\xa2\x20\x2a\x8f\x87\x90\xc0\x76\x3b\x7a\x4b\xb8\x0f\xf3\x56\xc8\x2a\x36\xb9\x47\x42\xe1\x31\xb9\x3b\x98\x4b\x2e\x00\x24\xe6\x48\xbe\x4c\x03\xb0\xa3\xaf\x25\x15\x59\x90\xa2\x72\x28\x13\xbc\x82\x56\x3a\x43\xcd\xf0\x6b\x15\x0b\x20\x4d\x6e\x8d\x46\xcd\x29\x44\xb9\xa1\xbc\x59\xf2\x5c\xcc\xd1\x69\x64\xf4\x89\x32\x57\x47\x7d\x53\xd8\xe7\x1b\x78\x8b\xb2\xa4\xe3\x91\x50\xb2\x71\x15\xb5\x5c\xb0\x5c\x4d\x03\xae\x3d\x6c\x0f\x51\xd3\x0e\xd6\xbf\x1d\x58\x1f\xe3\xdd\x60\x53\x9b\xce\xbc\xcc\xa1\x45\x7b\xd6\x41\x17\x6b\xca\x0b\x30\xae\x96\x88\x75\x26\x47\x5e\x61\xe1\x13\x2f\x9d\xb0\x38\xd6\xda\xb0\x60\x65\xb4\xef\xd2\x91\x35\x59\xe8\x51\x5f\x48\xbc\x19\x0f\xc9\xea\x74\x67\xe5\xaa\x91\x00\x02\x3f\x65\xae\x2a\xd7\x14\x86\xec\x0a\x1c\xf6\x38\x59\xe3\x38\x85\x61\xa9\xb3\x76\xb2\x1c\xd9\x29\xe9\x67\xc6\x31\x6c\xb7\xc3\x88\x1e\xea\x2c\x4c\x5d\x9a\xbe\x29\x5e\x5d\x72\xf5\x43\x1c\x9b\xaf\x22\xa7\xa8\xe3\xbf\x37\xb1\xa3\x74\x2d\x03\x45\xfa\xfa\x01\x85\x45\xf9\x8e\x69\xec\xb2\xf7\xd1\xa9\xca\xc3\x3b\xe9\x2c\x9b\xca\xc5\x12\x67\x05\xd1\x03\x4a\x87\x1c\x54\xab\x79\x12\xdf\xf6\x78\x0d\x5b\x05\xf3\xe8\xd6\x4a\xe2\x58\x4a\x53\x68\xbe\xeb\x9f\x53\x41\x1b\xdb\x31\xd5\xf0\xda\x43\x32\xba\x5c\xe9\x5d\x8f\x3f\x39\x21\x71\x86\x4e\x99\xec\x01\xa5\xd1\x99\x4f\xe1\xff\x83\xfe\x19\xeb\x51\x16\x4e\xf1\xe6\xda\x68\xc6\xef\x1c\xd2\x8c\x0e\xd2\x41\xc9\x71\x7f\xd3\xd3\x30\xaf\x10\x56\xa2\x55\x83\x32\x52\x28\x8d\xae\x2e\xe5\x68\x3f\xb1\x3b\xba\xf8\x3f\xf8\xc7\x2b\xbd\x04\x59\x78\x36\x39\xcc\x0b\x45\x0c\x7f\x2b\xbd\x36\xf4\x0c\x7f\x95\xad\xa9\x5d\x77\x8d\xaa\x46\x77\x9b\xe3\xee\x30\x71\x68\x8d\x57\x6c\xdc\x06\xb6\xdb\xf4\x98\x27\x8b\x25\xbc\x42\x86\x0b\x51\x10\x43\x72\xbd\x12\x8e\x93\xb1\xb5\xfb\x1f\xa2\xe6\x33\xe9\xae\x6f\x05\x65\x0b\xa2\x99\x21\x25\x37\x61\x54\x2d\xab\xea\xe8\x38\xef\x6e\x88\x8e\x71\x20\xdc\x32\x10\xe8\x08\x46\xa3\x72\xd0\x7c\x3c\x67\xcc\x44\x51\xd2\xe8\x85\x5a\x7e\xec\x93\xe6\x42\x2d\x6f\x85\x6d\x49\x11\x00\xf5\xba\x35\x4d\x85\xce\xea\xec\xde\xa2\x78\x0e\x7e\xdd\x9b\xf6\x1c\xf3\x39\x3a\x52\x9e\xc3\x05\xe0\x4d\x0c\x07\xa5\xdc\x4e\x1e\xc7\xd3\xe9\x1f\x4f\xb7\xd3\xa7\x87\xc9\xf5\xfd\xe4\xf1\xe9\x6e\x7c\x3b\x09\x1c\x01\xd6\x25\xf2\xae\xac\x1d\x13\xa9\x7c\xc9\x1d\xf4\x9b\xf0\x37\x93\xd9\xf4\xf3\xd7\xdb\xc9\xdd\x63\x30\x3a\xdf\x80\x2f\x5b\x2f\x7a\x9b\x56\xb6\x28\xea\x5a\x45\x62\xdf\x9e\x20\x73\xfd\x72\x66\xbb\x5f\x8f\x8b\xba\xda\xaf\x52\x52\x6b\xd4\xe8\xfd\xcc\x99\x39\x76\x95\x3d\x72\x48\x03\x3e\x2b\x66\xfb\x09\x39\x34\x01\x58\xc1\xab\x14\xae\xda\xec\xab\x8b\x76\xdd\x4b\x69\xc5\x4a\xd0\x0d\x92\xd8\xd4\x83\xab\xfb\x3d\xc4\x64\x3b\x02\xe3\x9f\x39\x1b\x0f\xc3\x73\x30\xa3\x90\x18\x8d\x55\x8e\xa6\xe0\x8b\xe0\xe2\x98\x18\xcf\x17\x52\xa2\xf7\x8f\x2b\x87\x7e\x65\x28\x3b\x0f\xb1\x19\x15\x63\x2e\x84\xa2\xc2\xe1\x85\x98\xcd\xa8\x13\x63\xa6\x5f\x4c\x0e\x45\xa6\x8e\xaa\x29\xf6\xf8\x8f\xe5\xd4\xa0\xfb\x3e\x7a\x6a\x80\xfe\xb4\xa0\x1a\x78\xef\xa1\xa8\x06\xe4\xfb\x48\xaa\x01\xfa\x03\x9a\xea\xdb\x64\x1d\x7a\x53\x38\x89\x3e\x16\xd2\xde\x98\x9e\xde\x6b\x3f\xfc\x72\x22\x7b\x6b\xe3\x79\x83\x14\x44\xe6\xdb\xcc\xa9\xb5\x22\x5c\xe2\xc4\x4b\x41\xbb\x6d\x2b\x85\x85\x20\x8f\x81\x67\x59\x80\xcf\x9a\x36\xf7\xc6\xf0\x9f\x8a\xd0\x6f\x3c\x63\x9e\x42\xf9\x21\x10\x8e\x71\x61\xc5\x5c\x91\x62\x15\x73\x07\xc8\x9c\xb1\xb1\x65\x04\xe3\xe9\x74\x6f\xd1\x26\xc3\x87\xe8\x23\xaf\xfc\x1b\xc6\x4b\xb1\xf1\xc3\x14\x48\xe9\xe2\xfb\x19\xaf\x35\x44\x6c\x16\xa8\x7f\xdf\x8b\xa2\x2e\xfa\x78\xe8\xeb\xaf\x58\x2c\xca\xa7\x17\x6c\x37\x07\xcb\x4f\x6d\xdb\x6c\x08\xdd\x89\x6f\xbc\x80\x45\xe0\x7e\x58\x5c\xfb\x8b\x10\x3a\x77\x7e\x31\x47\x7c\x82\x7f\xff\x0d\x00\x00\xff\xff\x22\x50\x8f\x32\xf3\x10\x00\x00"), + }, + "/charts/components/metallb/templates/grafana.yaml": &vfsgen۰CompressedFileInfo{ + name: "grafana.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 10192, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x6d\x6f\xdb\x38\xf2\x7f\x9f\x4f\x31\x60\xf1\xff\x63\x0f\x70\x7c\x96\x93\xf4\x1c\x03\xfb\x22\xe9\x5e\x8b\xc5\x25\xbd\xa0\xed\xee\x15\x28\x0a\x77\x2c\x8d\x65\xae\x29\x52\x47\x52\x4e\xb2\x3e\x7f\xf7\x03\x69\x4b\x91\x28\xa9\x75\xb1\x8b\xc3\x75\xcf\x6f\x5a\x6b\x66\xf8\x30\x4f\x3f\xfe\xc4\xe8\x19\xbc\x7f\xff\x7e\x0a\x37\x6a\xa5\x32\x65\xf9\x9a\xc0\xe4\x14\xf3\x05\x8f\x21\x5e\xa2\x4c\x69\x78\xb2\xd9\x9c\x02\x5f\xc0\xf0\x67\x14\x05\x99\xa1\x21\xbd\xe6\x31\xdd\x2a\xc9\xad\xd2\xb0\xdd\x9e\x60\xce\x7f\x26\x6d\xb8\x92\x53\x58\x47\x27\x2b\x2e\x93\x29\xbc\x50\x72\xc1\xd3\x5b\xcc\x4f\x32\xb2\x98\xa0\xc5\xe9\x09\x80\xc0\x39\x09\xe3\x7e\x01\x60\x9e\x4f\x21\xd5\xb8\x40\x89\x5e\xb0\xff\x3d\x4b\xd0\x2c\xe7\x0a\x75\x32\x05\x66\x75\x41\xec\x04\x40\x62\x46\x95\xf5\xa9\xb3\x30\x7b\xa9\xc9\x31\xa6\x29\x6c\x36\x30\x7c\x43\x82\xd0\xd0\xf0\x75\x29\x76\xbb\x2b\x97\x76\xdb\x10\x62\x3e\xfc\xc5\xb8\x7d\xfe\xcb\xaf\xb8\xf1\xff\x02\x30\x94\x52\x59\xb4\x5c\x49\xc3\xa6\x95\x18\x80\x09\x6e\x2c\x9b\xc2\x87\x4a\x02\x35\xad\xb7\x98\x17\x5c\xd8\x1f\x25\x9b\x42\x34\x68\x6a\xdc\xca\x46\x15\x3a\x26\x36\x05\x76\x7a\x0a\xaf\x76\xdb\x87\xd3\x53\x16\x98\x92\xc4\xb9\x70\x66\xce\xdf\x40\xb7\xe4\x49\x8f\x86\xc7\x4a\xbe\x50\x42\x69\x37\xbf\x4e\xe7\xf8\xdd\x68\x00\xe3\x28\x1a\xc0\xf8\xe2\x62\x00\xd1\x9f\xc2\x65\x5c\xbc\x9c\xed\xd5\x93\xbb\xf0\xff\x70\x25\x48\x5b\x13\xda\xda\xc7\xdc\xdb\x56\xd9\x60\x35\xfd\xb6\xfa\xfd\x71\xff\x6b\x5b\x0e\x67\x94\x70\xdb\xe1\x0d\x4b\x25\xd9\x1f\x13\x36\x05\x59\x08\xf1\x24\xd5\x98\x2f\xdf\x29\x25\x2c\xcf\xd9\x14\x46\x95\x42\x70\xb9\x72\xc9\xf8\xf0\xb1\x12\xe5\x28\x49\x98\x46\x3a\xea\xc9\x60\x28\x38\x1a\x1f\x10\x9f\xc5\x6d\xdd\x23\x36\x47\x2f\x5d\xa0\x30\x8d\x38\x7a\x07\x6f\x48\xa6\x76\xe9\x72\x38\x6a\xe9\xa8\x6f\x58\x3d\xbb\x77\x5a\x65\x64\x97\x54\x34\xe3\xc8\x12\x32\xb1\xe6\xb9\x0b\xb5\x33\x7b\x83\x96\x40\x2d\xe0\x6f\xc5\x9c\xb4\x24\x4b\x06\xd4\xfc\x17\x8a\x2d\x14\x79\x82\xee\xd1\x2e\xd1\xc2\x02\xb9\xa0\x04\x16\x4a\x83\x51\x19\x81\x26\x34\x4a\x0e\x9b\x53\x2f\xb8\x10\x61\xd5\x79\xe1\x2b\x8d\x09\x27\x69\xeb\xe1\xdc\xc7\x9a\x27\x77\xaa\x59\xe1\x5e\xe1\x3c\x9f\x04\xf9\xbf\x6f\x45\x03\x80\x3d\x84\x73\x02\xb0\x47\x27\xab\xd7\x46\x63\xcd\x25\x4f\x12\x92\x6f\x49\xf3\x9e\x38\x72\x57\x12\xcf\x1b\x22\x41\x29\xc9\xa4\xbd\x4d\x5c\xa7\x5d\x53\x00\xb0\xb8\xd0\x7a\xe7\x71\x97\x36\xc3\x87\x3e\x0d\x97\x3d\x1a\xb3\x54\xf7\xdd\x5d\x67\x95\x45\xd1\x33\x6a\xed\x31\xb2\x54\xf6\x06\x45\x70\xe9\xad\xc2\xd9\xbd\xe2\x9e\x27\xbb\x52\x6c\x68\x5c\xd3\xdc\x29\x2e\xed\xad\xf2\x70\xe0\x05\xcd\x82\x50\x79\x1b\xc0\xa0\x2c\xd5\x9b\xaa\x9d\x7a\x77\x95\x93\x8e\x49\x5a\x4c\xa9\x33\x51\xb9\x5b\xdd\x95\x56\xe1\xe6\x19\xb7\x75\xdd\xf9\xd5\x24\x13\xd2\xe4\x31\x6a\x21\x94\x6d\xee\xd9\xf8\xc2\xf8\xfb\x9a\xb4\xe6\x09\x35\xfb\x7d\x67\xe0\x70\xbc\xaf\x3d\x8d\xc5\x78\xd5\xb9\xaa\xb1\x94\xe7\x94\xdc\x70\xd9\xed\x8c\x45\x9d\x92\x35\x01\xb4\x87\xe0\xee\xd0\xec\x21\xdf\xc1\x2b\x5a\xfa\x6e\x7f\x86\xcc\x56\x13\x33\x8b\x85\xeb\xb1\xd9\xae\x6f\x67\xa4\xb5\xd2\x66\xe6\x6b\xe3\x43\x94\x7d\x0c\xa1\xb7\xaa\xea\x97\x4a\x67\xe8\x0a\x95\xe5\x2a\xf9\x7e\xb3\xf9\xb4\xd9\x7c\xda\x6e\x73\x95\xf8\xff\x3f\x6d\xb7\xed\x81\x9a\x16\x1e\x37\xd9\x15\x6b\xa8\xb6\xb5\xa7\x66\xd0\xec\x52\x93\x59\x2a\x91\x74\x04\xd4\xf2\x8c\x5e\x6a\x95\x05\x40\x5c\xe9\xde\x50\xba\xaf\xa2\x8e\x81\x6f\x97\x7c\x61\xbb\x47\x5a\x8f\xf8\xec\x85\x0f\x0b\xfc\xe4\xc3\x02\x7f\xf5\x61\x69\xa6\xdc\x56\x60\xbf\x09\x5b\x0e\x35\x25\xdd\x4d\x67\x94\x6e\xe1\x59\xd9\x6f\xb3\xf2\xa8\xe2\x32\xe1\x6b\x9e\x14\x28\x58\x6f\x91\x97\xb6\xfe\xdc\x69\x6e\xec\x01\x1f\x78\x47\xf7\xcc\x8b\x78\xb5\x2b\x95\xd0\x6b\x07\x20\xfb\x6e\x74\xc1\xe9\x39\x6d\x3b\x46\xf5\x83\x4b\x05\x20\x9f\xe9\xd3\x47\x7c\xa0\x03\x2a\x77\x51\x55\x9a\x59\xba\xe8\xb5\x0b\xd2\x91\xb1\xce\x0d\x3a\xa5\x4a\xaf\xd1\x50\x9b\xd6\x54\x78\xda\x39\x6c\x07\xa8\x9d\xaa\x9a\xd3\xcd\x32\x1e\xfc\x41\xfc\xe8\x6d\xc7\xc7\xee\xc2\x42\xc1\xd3\xbe\xe3\xc7\xeb\x6e\x68\x5d\x39\xd6\x49\xbe\x6a\xa1\xfb\x63\x12\xa1\x25\xae\x09\xe6\x44\x12\x72\xad\x62\x32\x86\x92\xff\x12\x16\xd4\x12\xfe\x1e\x34\x68\x72\xa4\x41\x70\xa4\x41\xdf\x2e\x0d\x3a\x12\x20\x60\x35\x44\x6b\x70\xa1\x23\x0b\x3a\xb2\xa0\x23\x0b\xfa\x4f\xb2\xa0\x18\xe3\x25\xbd\xe3\x19\xa9\xa2\xb3\x65\x63\x47\x90\xae\x31\x5e\xa5\x5a\x15\xfe\xa0\x6d\x03\xa4\xb7\xf1\x37\x9f\xfd\xea\x76\x15\xb2\x67\xe3\xcb\xcb\xf8\xfc\x79\xd8\x0b\xfe\x8e\x6e\x7c\xf6\x97\x01\x44\xe3\xcb\x01\x9c\x8f\x06\x30\x1a\x4e\x2e\x5b\xf7\x74\xcf\x92\xf3\x73\x3c\x43\xd6\x1b\xcb\xc3\x38\xd7\x53\xcd\x48\x25\x9b\x8d\xc9\x52\x2c\xfc\x01\xb7\x69\x71\x84\xd2\xdb\x68\x14\xe2\x4c\xc6\x65\xa9\x0c\x55\xfb\x72\xe8\x4a\x62\x85\xc5\x37\xfe\xf2\xf7\x4b\x56\xb7\xa8\x57\xa4\x4d\xbb\xb6\xb6\x87\xb3\xb8\x8b\x0e\x16\x17\xca\xfa\xae\xb2\x26\xbd\x4b\x7a\x8a\x76\xde\x14\x49\x4b\x7a\x8d\x5d\x7d\xd7\x71\x81\xb9\x8f\x70\x9e\x73\x99\xbe\xdb\x21\x70\xd4\xa7\x3b\x00\xda\xca\xdb\x5c\x8f\x96\x60\x15\x58\x7a\xe8\x00\x86\x75\x99\xcf\xaf\xc2\x9b\x72\x72\x8d\x32\x3d\x60\xf2\xf1\x81\x20\x90\xe1\xc3\x0f\x68\xf1\xae\x24\x4a\x41\x91\xb5\xf9\x5d\xac\xa4\xa4\xd8\x52\xc2\x5a\x76\xef\xdc\x8e\x3a\x02\x5f\x23\x80\x01\xb3\x53\xc6\x2e\xb8\x4b\x3c\x63\x5d\x8a\x97\x4a\xda\xb7\xfc\x57\xbf\xee\xc5\xe8\xff\x02\x1b\x4d\xdd\x63\xbd\xfc\xb3\x43\x7d\x0c\x6f\x31\x3f\xe4\xb8\xda\x11\x93\x36\xad\xf5\x5a\xbb\xf3\x98\xbd\xfe\xf3\x55\x87\x52\x55\x03\x0f\x4c\x86\xc9\x51\xaf\xc4\x8e\x1b\x06\x5d\xe4\xde\xa0\x9a\x7f\x5a\x38\x8b\x06\x10\x45\x93\x01\x44\x93\x4b\x07\x5b\xd1\xa4\x05\x5b\x8b\x42\xf4\xbd\x11\xb8\x55\xea\xf3\xed\xa6\x1b\x8f\x06\x10\x5d\x9e\xb5\x26\xfa\x0c\x9a\x3c\xf6\x1d\x57\xec\xf1\xe9\xb4\xea\xe7\x3d\x38\x17\x6e\x1f\x45\x26\xdb\x99\xfc\x6a\x32\x6c\x8a\xac\xe2\xc2\x28\x84\x8a\xd1\x2a\x3d\xc3\x24\xd1\xee\x4d\xd5\xcc\xb8\x9c\x15\x86\x76\x9c\xb8\x83\x0f\xff\x46\x5a\x1b\xee\xfe\x0b\xb4\xf6\xcb\xcc\xf5\x75\x91\xcd\x49\xbb\xb7\xf2\xbb\x62\x2e\x78\x0c\x57\xa5\x27\xc0\x25\x14\x26\x38\x41\x4a\x0e\x69\xb8\x4c\x05\x19\x8b\xc1\x3b\x8d\x87\x86\x7a\x5f\x4c\xc2\xbe\xf0\x16\x87\xf5\x85\x72\x4c\x99\x7d\xff\x95\x2d\x51\xa2\xd3\x57\x75\x85\x1f\xf4\x7a\x0f\x7f\xe5\x1b\xf5\x91\x6c\x1c\xc9\xc6\x6f\x24\x1b\xa1\xec\x00\xb2\x31\x3e\x92\x8d\xae\xc9\xbf\x0d\xb2\x21\x8a\x94\xcb\xfd\x87\x11\x6e\xf2\xe7\xc3\x8b\xe1\xa8\x93\x77\x1c\x09\xc9\x7e\xc4\x91\x90\xfc\x7e\x84\x64\x9e\xe6\x33\x43\xc6\x55\xdf\xac\xc8\xbf\x29\xfa\x71\xfd\xea\x0e\xde\xee\xb6\x1e\xde\x9a\xfd\x6f\x72\x8e\x93\x60\x0c\x33\xf1\x92\x32\x7c\x02\x97\x71\xf4\xa4\xb2\x8f\x62\xff\xe1\x8e\x5e\x55\xdb\x63\x16\xd3\xe0\x6b\x1a\x4b\x59\x2e\xd0\x72\x99\x76\x7f\xf2\xd4\xfe\xb2\xc7\x5f\xef\x35\x6c\x2b\x74\x50\xf7\xa7\xcf\xeb\x17\x89\x65\xf3\xab\x7b\xd6\x39\x4d\xce\xe3\x95\xbf\x0c\xaf\x4d\xa6\x69\xe1\xea\x6b\x56\x9e\x73\x61\x8a\xd8\x45\x50\x0d\xd1\x28\x10\x9c\x85\x82\x28\x6b\x3e\x5f\x04\xcf\x51\x28\x38\x1b\x85\x16\xc1\xf5\xe8\x38\x78\x8e\x6a\xdf\x45\x75\x47\xec\x57\xe5\xf1\x8c\xd5\x72\x51\x96\xfc\xad\xeb\xd5\x9b\x6b\xf8\xa1\xfa\xc6\xaa\xb2\x29\x3c\x01\x60\xa3\x7f\xde\x5f\xdf\xfe\x34\xfb\x47\x2d\x93\xeb\x2a\xeb\xbb\x43\x76\xeb\xbf\xd0\x23\x99\xc0\x76\x7b\xf2\xef\x00\x00\x00\xff\xff\x45\x1c\x77\x1a\xd0\x27\x00\x00"), + }, + "/charts/components/metallb/templates/prometheusrules-lokomotive.yaml": &vfsgen۰CompressedFileInfo{ + name: "prometheusrules-lokomotive.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 3790, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x57\x4d\x6b\xdb\x40\x14\xbc\xfb\x57\xbc\xba\x3d\xb4\xd0\x75\x93\xb4\x87\x22\xf0\xa1\xe9\x21\x97\xa4\x98\x06\x42\x6e\xca\xd3\xea\xd9\x5e\xbc\x5f\xec\x5b\x39\x35\x46\xff\xbd\xac\x24\xcb\x4e\xeb\x40\x21\x09\x75\xc0\x3e\xd9\xda\xd1\xcc\xec\x8c\xd6\x0f\xbd\x85\xdb\xdb\xdb\x0c\x2e\xdd\xc2\x19\x17\xd5\x92\x80\x3d\x49\x35\x55\x12\xe4\x1c\xed\x8c\x46\x83\xf5\x5a\x80\x9a\xc2\xe8\x06\x75\x45\x3c\x62\x0a\x4b\x25\xe9\xca\x59\x15\x5d\x80\xba\x1e\xa0\x57\x37\x14\x58\x39\x9b\x81\x69\x2f\x2b\x3b\x1b\x49\x17\xc8\xf1\x48\x3a\xf3\x69\x79\x3a\x58\x28\x5b\x66\x30\x09\xce\x50\x9c\x53\xc5\x3f\x2b\x4d\x03\x43\x11\x4b\x8c\x98\x0d\x00\x2c\x1a\xca\x00\x35\x85\x68\xd0\xe2\x8c\x82\x08\x95\x26\xee\x96\xd8\xa3\xa4\x0c\xd2\x1d\x5a\x17\x82\x57\x1c\xc9\x0c\x00\x34\x16\xa4\x39\x11\x00\x04\xd2\x84\x4c\x19\xf8\x5e\x46\x38\x4f\x01\xa3\x0b\x0d\x00\xbd\xdf\xbf\x98\x36\x9d\x38\x66\xc1\x55\xbe\x61\x13\x9d\xa1\x8d\xe0\xc6\x0b\x40\xf3\xad\x15\x14\xad\xdf\x0c\xae\x12\xea\xf2\xfc\x87\x3b\xbf\x98\x5c\x13\xa7\x2c\x1a\x00\x00\xfd\xf2\xa1\x67\xc9\x8b\x99\xcf\xb9\x5d\xcf\x2b\x0f\x6f\xc6\x70\xda\xe1\xa6\x2e\x64\x70\x66\xba\x5f\xbb\xbb\x4a\x1f\xa6\x25\x05\x15\x57\x19\xc8\xa0\xa2\x92\xa8\xbb\x25\xb4\xd6\x45\x8c\xca\xd9\x1d\x74\x49\x2c\x83\xf2\xb1\x69\x64\xb8\x5e\xdf\xad\xd7\x77\x75\x0d\xef\x5a\xd6\x91\xb2\x1c\xd1\x4a\x82\xe6\xf2\x5d\x5d\xf7\xfe\x61\x8e\x0c\xd6\x45\x20\x8e\x58\x68\xc5\x73\x2a\x01\xe1\xfc\x62\x02\x9d\xeb\xe4\x13\x8c\x0b\x04\x71\x8e\x16\xce\xc0\x28\x5b\x45\xe2\xd1\x70\xeb\xb5\x32\x06\xc3\xea\x19\x94\x77\x74\x3b\xfe\x3f\x03\xff\xee\xec\x54\xcd\xae\x23\x6a\xda\x9b\xf7\xe2\x2b\xe7\x52\x2b\xb2\x31\x97\x0d\x34\xe7\x84\xcd\x0b\xe7\x74\x4a\xff\xe4\xa0\xd2\xef\x97\x52\x18\x8d\x51\x68\x5d\x57\xa1\x11\x79\x72\xc8\x8f\x73\xee\x09\x36\x06\xa7\x35\x85\x89\x2b\xf9\xdb\x12\x95\xc6\x42\x69\x15\x57\x0f\x72\x5e\x54\x05\xe5\x25\x79\xed\x56\x26\x85\xcc\x11\x63\xc5\x79\x20\xaf\x95\x44\xce\x2b\x8b\xed\xad\x9a\xd6\x5b\xd8\x78\x28\x7b\xfa\xe1\xc7\xfe\x74\x8f\x87\x0f\x4f\xf7\xb0\xfe\xab\xa2\xd3\xff\x5d\xd1\x36\x17\xf0\xae\x84\xfb\xee\xa9\xed\x77\x09\xca\x42\x9c\x13\x68\xe4\xd8\x9d\x8d\x27\xb7\xb6\xa3\xb9\xcd\x30\xc9\xf3\x23\xe5\x5d\x7b\xc2\xc5\x3f\x35\x87\x64\x9c\x65\xea\x8b\xb3\x95\x29\x28\x3c\xac\x6d\x83\x19\x0f\xb9\xe5\x7d\x65\x95\x75\x69\xa4\xc0\xde\xf3\x07\xb8\xa7\x40\x2f\xdf\xd9\x46\xb4\x4f\x6f\xd3\x97\x10\xe2\x85\x07\xa6\x98\xba\x20\xf6\x0c\x39\x71\x22\xbe\x7c\x16\x67\xcf\x3e\x4f\xd3\x93\xb4\xab\xc7\x11\xe5\xe2\x38\x51\x8f\x13\xf5\x00\xd2\x3f\x4e\xd4\x83\xff\x7b\x3e\x4e\xd4\x57\x57\xd9\x61\x4d\xd4\xf4\x7e\x4a\xb6\x4c\x6f\xa2\xbf\x03\x00\x00\xff\xff\xbf\xa7\x19\x8e\xce\x0e\x00\x00"), + }, + "/charts/components/metallb/templates/prometheusrules.yaml": &vfsgen۰CompressedFileInfo{ + name: "prometheusrules.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 3324, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x96\x51\x4b\xe3\x4e\x14\xc5\xdf\xfb\x29\x2e\xe5\xff\x47\x5d\x68\xb4\xb0\x0f\x12\xa8\xa0\xee\xe2\x8b\xbb\x94\x95\x15\xf6\x29\xbd\x49\x6e\xd3\xd1\xc9\xdc\x30\x33\x59\x85\x98\xef\xbe\xcc\x24\xd5\x54\xbb\xdb\x54\xc1\xda\xa7\x84\xb9\xe7\xcc\xb9\x77\x7e\xa4\x53\x55\x23\x10\x73\x08\xae\x51\x96\x64\x82\x42\x73\x4e\x76\x41\x65\xf7\xf1\x47\x29\x29\x20\x85\xb1\xa4\x14\xea\x7a\x80\x85\xb8\x26\x6d\x04\xab\x10\x72\x56\xc2\xb2\x16\x2a\x0b\x12\xd6\xc4\x26\x48\x38\x3f\xfc\x3d\x1e\xdc\x0a\x95\x86\x30\x5d\x31\x19\xe4\x64\x31\x45\x8b\xe1\x00\x40\x61\x4e\x21\x54\x15\x58\xca\x0b\x89\x96\x60\xe8\x96\xa5\x8c\x83\x79\x29\xa5\x5b\x1e\x42\xe0\xf6\x03\x90\x18\x93\x34\x4e\x05\xe0\x13\xab\x44\x96\x69\x47\xd1\x14\xb8\xfa\x07\x50\x42\xa5\xa4\x2c\x7c\x6e\xb4\xad\xa2\x4f\x8f\x98\xa6\xc2\x0a\x56\x28\x2f\xbd\x9f\x33\x70\x01\xf9\x17\xe6\xf2\x35\xfa\x07\x58\x97\x85\x94\x1f\xa3\x29\x28\x71\x2d\x65\x9a\xcb\xc2\x37\x37\xea\x3f\x94\x40\x97\x92\x8c\xb7\xf4\x4f\xe1\x76\x9d\x1a\x8b\x92\xce\x59\xcd\x45\xd6\x3d\x59\xe7\x31\x02\x94\xa4\x6d\x08\xdf\xdc\xc6\x97\x67\x57\x4f\xa5\x7e\x1d\x00\x95\x62\x8b\xae\xd1\x76\x5b\xf7\xcb\xc9\x18\xcc\x7c\xf8\xd9\x5e\x55\xc1\x7f\xcd\x91\x04\x37\x1c\x43\x5d\xc3\x68\x69\x07\x9d\xb5\x84\x95\x45\xa1\x48\xbb\x0a\x56\xdd\xa5\x82\xd3\x47\x6b\x70\xcb\x0b\x34\x80\xe0\x73\x43\xe2\xd3\xc0\x9c\x35\x9c\xc0\x18\x72\xa1\x4a\x4b\x7b\xb3\xb6\x01\x00\xba\x2f\x74\x08\xed\xe0\xa2\xdb\x63\x13\x25\x52\x90\xb2\x51\x23\x8c\xbc\x4b\x14\x33\xcb\xea\x86\xe3\xc9\xb0\xaa\x5e\x12\xf5\x34\xea\x61\x0d\x93\x09\x8c\x5b\xef\x39\xeb\x10\xc6\x79\xfb\xe6\x06\x7e\x27\xec\x62\xcb\x91\xcb\x47\xbc\x1a\x9b\x2e\xdf\x4b\xdb\x25\x75\x1d\xa2\x8f\x9f\x14\x1d\x8e\xfe\xf2\xda\x8b\x83\x66\x20\xdf\xd9\x5e\x32\xa6\x94\x6e\x62\xe1\x7c\xb5\x7c\xd7\x3c\x28\xb6\x20\x7d\x92\xd7\xb3\xd0\xe8\xb7\x84\xe1\xe8\xad\x30\x3c\x9f\xfb\x87\x01\x02\xd3\x54\x93\x31\x53\x66\xf9\xf5\x7e\x81\xa5\xb1\x9b\xa9\x38\x5d\xa3\xd9\x35\x1a\xb4\x0c\x02\x6d\x47\x50\x30\xcb\x55\x19\x4b\x57\xdd\x93\x1c\x94\x92\x13\xb4\xac\xa3\xd6\x90\x4c\x24\x54\x54\x1a\x8a\x2c\x5b\x94\x70\x32\x01\x56\xfb\xce\xf5\xe0\x9f\x22\x5f\xfd\x56\x7e\xd6\x1e\xd3\x7b\x40\xa4\x51\x65\xb4\x5d\xc0\x9f\xee\xb0\x03\xbb\xd0\x64\x16\x2c\x53\xd3\x03\x23\x2f\xa9\x2a\x08\x0a\xd2\x89\xcb\x58\xd7\xd3\xe6\x69\xd7\x5c\x6d\xa2\xa9\x40\x63\x61\x56\xd7\xab\xe1\xab\x6a\xf6\x3f\x94\x2e\xdc\x26\xdc\xf6\xfb\x03\x77\xb8\x05\x6f\x70\x00\x9f\x60\x7c\x74\x04\x27\xb0\x9a\xec\x05\x7a\x1f\xe6\x4b\x14\x67\xc5\x15\x19\x77\xcb\xfc\xc2\x77\x6a\xd3\x37\xe8\xec\x62\xda\xa9\xde\x35\x25\x67\x17\x53\x30\x4d\x9c\x95\x5a\x6a\x1c\x52\xbe\x53\x7d\xbf\x3b\x71\x56\x44\xad\x55\x54\x16\xef\xf8\x17\xf5\x6c\xfe\xef\xc1\x45\xcf\x64\x74\x6f\x35\x9e\xba\xe3\x37\x5d\xf5\x9a\xdd\x9f\x5f\xbb\xfd\x7d\xfe\x71\xdb\x3f\x01\x00\x00\xff\xff\xb7\x77\xc4\xed\xfc\x0c\x00\x00"), + }, + "/charts/components/metallb/templates/psp.yaml": &vfsgen۰CompressedFileInfo{ + name: "psp.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 2095, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x56\x4b\x4f\xdb\x40\x10\xbe\xfb\x57\x8c\xe0\x6c\x57\xa8\xa5\x07\xdf\x52\xa0\x2d\x12\xa4\x51\x68\xe9\xa1\xaa\xaa\x89\x77\x1c\x56\xcc\x3e\xba\x0f\x20\x4a\xf3\xdf\xab\x5d\xdb\x24\xa1\x91\x40\x42\x42\xf4\x66\xcf\x37\xf3\xcd\xe7\x79\xc9\xcb\x65\x09\xb2\x85\xea\x12\x39\x92\xaf\xac\xb7\x55\xe3\x08\x03\x41\xb9\x5a\x15\x65\x59\x16\x68\xe5\x25\x39\x2f\x8d\xae\xc1\x1a\x96\xcd\xe2\xcd\xcd\xc1\x8c\x02\x1e\x14\xd7\x52\x8b\x1a\x26\x46\x5c\x50\x13\x9d\x0c\x8b\x49\xc6\x0b\x45\x01\x05\x06\xac\x0b\x00\x8d\x8a\x6a\x58\x2e\x21\x90\xb2\x9c\x88\xf7\x12\xcc\x3c\xab\xda\xc8\x9c\xe0\x3d\xa8\x60\xb5\x2a\x1b\xa3\x83\x33\xcc\xe4\xfa\x30\x6f\xb1\xe9\x62\xab\x29\x31\xa1\xa7\x6a\x3c\x98\x61\xb5\x2a\x00\x18\x67\xc4\x3e\xa5\x01\xc8\x5f\xa2\x1b\x8e\x62\x23\x45\xe7\x90\x12\xfc\x01\x2d\xb5\x20\x1d\xe0\x5d\x17\x0b\x80\xd6\xd6\xd0\x7b\x16\xde\x52\x93\x88\xac\x93\x37\x92\x69\x4e\xa2\x86\x16\xd9\x53\x01\xb0\x0f\x9f\x8d\x0f\x6b\x4d\xbe\x00\xb8\x32\x3e\x4c\x4e\x8f\xd7\x4e\xc9\x70\x3a\x39\xda\x36\x8c\x29\xdc\x1a\x77\xbd\x49\x75\x69\x38\x2a\xf2\x80\x5a\x40\x2b\x99\xc0\x2f\x7c\x20\x95\x38\x6f\x3a\x28\xc9\x28\xa1\x31\xba\x95\xf3\x73\xb4\xf9\xcd\x53\xe3\x28\xe4\x47\x52\x36\x2c\x8e\x65\xaa\x12\x32\x9b\x5b\x12\x49\xdd\x04\xc3\x95\xaf\xe1\xc7\xcf\x02\xc0\x11\x8a\x2f\x9a\x17\x53\x63\xc2\x47\xc9\xd4\x65\xa8\x21\xb8\xd8\x69\xf8\xe6\xc9\x75\x0a\xe6\xce\x44\x9b\x72\xbb\xa8\x47\x3e\xd9\xbb\x6a\xba\xc8\x54\xc3\x79\xf4\x61\x9a\x80\xb1\xd1\x89\xac\x00\xf0\xd1\x5a\x26\x45\x3a\x20\x7f\xca\xc1\x3b\x03\x3a\x1b\xea\x39\xf5\x78\x09\x4a\xea\x1a\x0e\xf2\x0b\x80\xc2\xbb\x1a\xde\x1f\x1e\xbe\x3d\x2c\x00\x5a\x9f\x99\x9e\x4f\xb4\x0f\x93\xa1\x7d\x70\xe2\x1b\x64\x0c\xd2\xe8\xa1\x50\xf7\xd8\x1a\x5a\x37\x46\x50\x8b\x91\xc3\xe8\x51\xc7\x7d\x38\x42\x8b\x33\xc9\x32\xc8\x3c\x09\x7d\x13\x36\xad\x7d\x1f\x06\x4e\xb1\x0b\x74\xf4\x3b\x4a\x47\xe2\xd8\x19\xbb\x05\xe7\x26\x8f\xce\xce\x72\xae\x8b\x93\x33\xa9\xe3\x5d\x2a\x3c\xe5\xa7\xcd\x22\xe5\x02\x8d\xf4\xe2\x65\xf7\xd4\x5b\xc2\xeb\xd7\xb3\xa4\xf7\x43\xfd\xec\x1d\xed\x99\x72\x94\x71\xa1\xef\x44\x9e\xb6\xf4\x79\xc3\x89\x74\x46\x51\xb8\xa2\xe8\x2b\x45\xc1\xc9\xc6\x27\xe7\x41\x6e\x1e\xc7\x27\x7a\x3f\xb8\xbd\x7d\x5d\x2b\x45\x6a\x46\x8e\xa5\x0f\x15\x69\x9c\x31\x89\xce\xbd\xfc\x87\x7c\x47\x84\xe2\x0f\x52\x8b\x2d\x45\x0f\xf4\x3f\x21\x28\x09\x23\xdd\xa7\xfd\xbf\x2e\xd6\xfd\x4a\x3c\x76\xa9\x36\x1c\x77\x9c\x9f\x0d\xf4\xd5\xdc\x94\x5c\xca\xf1\xc9\xd7\x5f\xd3\xd1\xf7\x97\x3c\x2e\xc3\x34\xa4\x1f\x82\xbf\x01\x00\x00\xff\xff\xf2\x34\x25\x70\x2f\x08\x00\x00"), + }, + "/charts/components/metallb/templates/rbac.yaml": &vfsgen۰CompressedFileInfo{ + name: "rbac.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 5023, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x56\x3b\x6f\xdc\x3c\x10\xec\xf5\x2b\x16\xaa\x2d\x1a\x1f\xf0\x15\x81\xba\x24\x45\xba\x2b\x1c\xc0\x4d\xe0\x82\x22\xf7\x6c\xc6\x14\xc9\xf0\x71\xc1\xe5\xac\xff\x1e\x90\x92\xfc\x90\x1c\x5b\x77\xa7\x7b\x24\x95\x04\x92\xbb\x1c\xce\x0c\x97\xbb\xd9\x14\x20\x96\x40\xae\xa9\x0c\xe8\x88\xad\x28\x23\xcc\x22\xf5\x08\x45\xd3\x64\xd4\x88\x6b\xb4\x4e\x68\x55\x42\x9a\xa3\xc1\xdf\x69\x2b\x7e\x51\x2f\xb4\x22\xf7\x1f\x1c\x11\xfa\x72\xf5\x5f\x76\x2f\x14\x2f\xe1\xb3\x0c\xce\xa3\xbd\xd2\x12\xb3\x1a\x3d\xe5\xd4\xd3\x32\x03\x50\xb4\xc6\x12\x36\x1b\xf0\x58\x1b\x19\x93\xe7\x71\x5a\xca\x8a\x2c\x83\x94\x71\x3a\x07\x02\x4d\x53\x32\xad\xbc\xd5\x52\xa2\xcd\x00\x24\xad\x50\xba\x98\x00\x80\x1a\x53\x42\x17\x94\x06\x12\x72\xc5\x64\xe0\xcf\xb2\xb5\x11\x31\xd7\x03\x28\xa1\x38\x2a\x0f\xff\x43\xd3\x64\x36\x48\x74\x65\x56\x00\x35\xe2\x8b\xd5\xc1\xb8\x12\xbe\xe5\xf9\x4d\x06\x60\xd1\xe9\x60\x19\xa6\x11\x87\x76\x25\x18\xba\x34\xb3\x42\x5b\xa5\xd1\x5b\xf4\xf9\x05\xe4\x52\xb8\xf4\xfd\x49\x3d\xbb\x8b\x3f\xc1\x70\xea\x31\xbf\x99\x9e\xf7\xd2\x79\xea\xc3\x20\xfd\xf4\x34\xb8\x42\xe5\x07\xd1\xad\x5c\x11\x8e\x49\xb8\x6e\xb2\x81\xa8\xc6\x99\x5e\xd3\xa6\x19\xee\x61\xb4\x14\x6c\x3d\xde\xc9\x68\xee\x90\x05\x2b\xfc\x3a\x2d\x11\x1d\x27\xfd\xa2\x05\xad\xdb\x85\x13\x54\x2d\x9e\x54\x1d\x1c\xdc\x61\x07\x17\x15\x4f\xe0\x8a\xe2\xf8\x9e\x73\x06\xe9\xfd\xc9\x0d\x77\x01\x39\x2a\x6e\xb4\x88\x02\x5f\x40\xae\x34\x9f\x64\xc3\x91\x6b\xb8\x70\x4c\xaf\xd0\xae\x3b\xaa\x5e\x71\x51\xbf\x8f\x9c\x68\xf5\x7f\xd7\x99\x9d\xf6\xf3\xdb\x72\x77\x3f\xc6\xdb\xb2\x14\xb7\x45\xa2\x3e\xd9\x32\xce\x39\x43\x59\x1b\x4f\xae\x50\x22\x75\x48\x16\xfd\x70\x84\x78\x12\xf3\xb6\x48\x6b\x6a\x26\x9a\x68\x4e\x1a\x47\xa7\x19\xb0\x68\x34\x2f\x22\x80\xed\x19\x84\x63\x52\x18\xdd\xfc\x92\xbc\xc4\xda\xe8\xaa\x74\x46\x25\x35\xd6\x15\xda\xb8\x86\xa0\xa2\x95\xc4\xf9\x0d\xfa\x1e\xb3\x2f\xde\xe8\xf3\x65\xd6\x21\xb3\xf8\x87\x92\x34\xe9\xc5\x7e\x0a\x1f\x96\x96\xd7\x48\x6a\xd7\x2f\x3a\x9a\x1e\xe0\x47\xd0\xa9\xac\xbd\xa6\xed\x60\x73\x6a\x8c\x1b\x03\xe0\x68\xa4\x5e\xd7\x8f\x65\x75\xd6\x97\x37\xde\xd0\x19\x5f\xde\x4f\x42\x71\xa1\x6e\xcf\xac\xe9\x73\xa1\xfa\x8e\xcc\x27\xb3\xb4\x90\xbf\xb6\xaf\xed\x47\xc6\x74\x50\xfe\x6d\x90\x4f\xa8\x88\x7b\x11\xb6\x78\x44\x3e\xd1\xff\x56\x4b\xbc\xc2\x65\x3c\x53\xaf\xfb\x1b\x04\x67\x00\xe3\xce\x66\x47\x3a\x4f\xa9\xea\x41\xda\xaa\xfd\x24\xed\x8b\xe8\xdf\xa5\x67\x4f\xe4\x8e\x45\x7e\x2f\x15\xcf\xa0\x19\x39\xfc\x2d\x3e\x88\x95\x76\x34\xc9\xb6\xee\x18\x0a\x74\x08\x93\x9c\x7b\xab\x35\x0f\xd3\x5b\x9c\x72\x1b\x4b\x8e\x1b\x85\xf7\x9c\x73\x8c\xce\x6f\x2f\xbd\x4f\xdd\x00\x1e\x47\xef\x67\xa7\xdc\x4b\xef\x29\x15\xa8\x6f\xc4\x8a\xc1\xff\xef\x00\x00\x00\xff\xff\xfd\x5c\x6b\xb3\x9f\x13\x00\x00"), + }, + "/charts/components/metallb/templates/service-accounts.yaml": &vfsgen۰CompressedFileInfo{ + name: "service-accounts.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 900, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x91\xcf\x4a\x03\x31\x10\xc6\xef\x79\x8a\xa1\xf7\x8d\x08\x9e\x72\xf3\x05\x7a\x50\x28\x78\x9c\x66\x47\x0c\x9d\x4c\x42\x32\x5b\x0f\x6b\xdf\x5d\x62\x5a\xba\x4a\x0b\xbd\x28\xde\x76\xe7\xcf\xf7\xfb\x32\xdf\x3c\x0f\x10\x5e\xc1\x6e\x90\x27\xaa\xd6\x27\xd1\x92\x98\xa9\xd8\x4a\x65\x1f\x3c\x3d\x7a\x9f\x26\x51\xeb\x0b\xa1\x12\x1c\x0e\x66\x18\x06\x83\x39\x6c\xa8\xd4\x90\xc4\xc1\xfe\xde\xec\x82\x8c\x0e\x9e\xbf\x6d\x98\x48\x8a\x23\x2a\x3a\x03\x20\x18\xc9\xc1\x3c\x83\x52\xcc\xdc\x84\x56\xad\xcd\xbc\xbd\x8e\x5c\x63\xa4\x15\xd8\x86\xec\x02\x35\xa3\xef\x2a\xf6\x89\x98\xb0\x92\x5d\x9f\xca\x7d\x8a\x71\x4b\x5c\x1b\x10\xe0\xeb\x65\xe2\x79\x1a\x17\xb0\x3e\xd0\x54\x3f\x40\x82\x8c\x24\x0a\x0f\x7d\x17\x00\x73\xb6\xbb\x69\x4b\x45\x48\xa9\xda\x90\xee\x7c\x8a\x39\x09\x89\x3a\x38\xdb\x3c\xcd\x3a\x38\xaa\x9a\x0e\x7b\x0f\xfa\x76\xc3\x21\x51\x24\x29\x6a\x48\x52\x3b\x78\x51\x38\x3b\xd7\xf4\x82\x91\x2f\xf9\x6c\x5d\x92\xb1\xfd\xfc\xf8\x5c\xe4\x58\x33\xe1\xee\x0f\x43\xbc\xcc\xfb\x5f\x09\x1e\x3d\xde\x14\xdf\x95\xfb\xfd\x4e\x76\x9f\x01\x00\x00\xff\xff\x38\x49\x14\xc9\x84\x03\x00\x00"), + }, + "/charts/components/metallb/templates/service.yaml": &vfsgen۰CompressedFileInfo{ + name: "service.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 319, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xc1\x6a\xf3\x30\x10\x84\xef\x7a\x8a\x81\x9c\x6d\xf8\x7f\x0a\x01\x3d\x43\x9b\x43\x0b\xc1\xd7\xb5\x34\x69\x97\xc8\x92\x90\x54\x43\x31\x79\xf7\x22\xd3\x14\x0a\xed\x6d\x76\x06\xbe\xd9\x39\x60\x9a\x26\x8b\xc7\x74\x4d\x4b\x6a\xba\x12\x35\xd3\xe9\x45\x1d\xdc\x9b\xc4\x57\x8e\xe6\x80\x13\xe9\xe9\x31\x7f\xe0\x85\x65\x55\xc7\xa7\x14\xb5\xa5\x62\xb6\x6d\x80\x5e\x30\x9e\x25\xbc\xb3\x8e\xf5\x47\x8a\xdb\xcd\x48\xd6\x33\x4b\xd5\x14\x2d\xd6\x7f\xe6\xaa\xd1\xdb\x3b\xc4\x2c\x6c\xe2\xa5\x89\x35\x40\x90\x99\xa1\x76\x05\x48\xce\x16\x3d\x0c\x61\x36\x40\x94\x85\xdf\xf7\xb0\xb0\x15\x75\xf5\xcb\xaf\x59\x1c\x2d\xb6\x0d\xe3\x33\x03\xa5\x72\x3c\xdd\xed\xde\xdf\xc7\x74\x68\x4e\xa5\xed\xf4\x61\x97\x16\xc7\x87\xe3\xff\xbd\xec\x2f\x7a\x65\xa0\x6b\xa9\xfc\xf2\x52\x5f\xcd\xe8\x3b\xff\x33\x00\x00\xff\xff\xfd\xd4\x70\xfb\x3f\x01\x00\x00"), + }, + "/charts/components/metallb/templates/servicemonitor.yaml": &vfsgen۰CompressedFileInfo{ + name: "servicemonitor.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 455, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x90\xc1\x6a\x23\x31\x0c\x86\xef\x7e\x8a\x1f\x72\x1e\x2f\x7b\xf5\x03\xec\x29\x5b\x4a\x03\x21\x57\xc5\xa3\x24\x26\xb6\x65\x2c\x67\x20\x0c\x79\xf7\xe2\x0c\x1d\xd2\xf6\x66\xc9\x7c\xbf\x3e\x69\x83\xc3\xe1\xe0\xb0\x95\xab\x24\x69\x61\x62\x68\x61\x1f\x4e\xc1\xc3\x5f\x28\x9f\xd9\x9a\x0d\xfe\x49\x05\xdd\x9a\x8c\x41\xbd\x4c\x5c\xef\x38\xde\xf1\x5e\x25\x71\xbb\xf0\x4d\x21\x85\x2b\x35\xa9\x66\x9e\x07\x84\x13\xec\x9e\xe2\x8d\xd5\x2a\xd7\x29\x78\xfe\x2f\x39\x34\xa9\x78\x3c\x0c\x95\xb0\xe7\xaa\x41\xb2\x43\x5a\xda\x21\x9f\xad\x97\xca\xa2\xd6\x4b\xfa\x33\xfd\x35\xd7\x90\x47\x87\xdd\x37\xd8\x24\x6e\x34\x52\x23\x67\x80\x48\x47\x8e\xda\x5f\x00\x95\xe2\xd0\x3f\x63\x3c\x3e\x1b\x95\x23\x93\xb2\x43\x59\x05\x87\x55\x10\xc8\x94\xf8\x15\xe8\xb5\x16\xf2\xec\x30\xcf\xb0\x1f\x0b\x6d\xdf\xbe\xda\xdd\xba\x9f\xa4\x4f\xe3\x3c\x16\x09\xb9\x3d\x47\x0f\x28\x52\xdb\x1a\x35\x24\x6e\x35\x78\x7d\x8d\xdc\x71\x64\xdf\xa4\x2e\xa6\x89\x9a\xbf\x3c\x73\x97\x7a\x58\x51\xbd\x6b\xe3\x64\x00\xfd\x0d\x6c\x5f\x76\xfd\xb1\x6d\xbf\x36\xe7\xb1\x1b\x7e\x06\x00\x00\xff\xff\x85\xa9\xb2\x65\xc7\x01\x00\x00"), + }, + "/charts/components/metallb/templates/speaker.yaml": &vfsgen۰CompressedFileInfo{ + name: "speaker.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 5245, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x58\x4b\x6f\xdb\x38\x10\xbe\xe7\x57\x0c\x9c\xeb\x5a\xd9\x2e\x16\xc5\x42\x40\x0f\x4e\xec\x76\x8b\x3a\x8e\x61\xa7\x5d\xf4\x14\xd0\xd4\x28\x26\x4c\x91\x04\x39\x72\x63\xa4\xfe\xef\x0b\xda\xb2\x22\xea\x11\x3b\x4d\x16\xeb\x43\x1b\x0c\xe7\xf9\xcd\x37\x7c\xe8\xf1\xb1\x0f\x22\x85\xe8\x1b\x93\x39\xba\xc8\x19\x64\x2b\xb4\x11\x2a\xb6\x90\x98\xc0\x76\x7b\xc6\x8c\xf8\x86\xd6\x09\xad\x62\x60\xc6\xb8\x8b\xf5\xbb\xb3\x95\x50\x49\x0c\x43\x86\x99\x56\x73\xa4\xb3\x0c\x89\x25\x8c\x58\x7c\x06\xa0\x58\x86\x31\x3c\x3e\x02\x61\x66\x24\x23\x84\x9e\x5f\x96\x72\x11\xa5\xb9\x94\x7e\xb9\x07\x11\x6c\xb7\xfd\x22\xd8\x19\x80\x64\x0b\x94\xce\x5b\x03\xec\x32\x52\x5c\xe6\x49\xc5\x72\xaf\xe0\xed\x7e\x82\x12\x2a\x41\x45\xf0\xa7\xcf\xce\x5b\x70\x9d\x19\xad\x50\x51\x0c\x4f\x2e\xc1\x27\x1b\xad\xf2\x05\x5a\x85\x84\x2e\x12\xfa\xa2\x5b\x31\x86\x22\x52\x51\x80\x33\x8c\xef\xab\x88\x66\x28\x91\x39\x8c\x26\x07\xb1\x0f\xeb\x0c\x72\x9f\xae\x43\x89\x9c\xb4\xdd\xa7\x9e\x31\xe2\xcb\x71\xa5\x96\x8e\x6a\x0e\x56\xe3\x96\xaa\xde\x1f\xaa\xea\xac\xeb\x05\x95\x35\x6a\x3b\xf4\xa4\xc8\xb7\xd2\xb6\x32\xd9\x14\xb4\x2d\xf9\x60\xac\xce\x90\x96\x98\xbb\xc8\x71\xcb\x0c\x0e\x94\xd2\xc4\x48\x68\xe5\x1a\xa4\x31\x3a\xa9\x2e\x97\x75\xb0\x27\xe1\x21\x52\x19\xeb\xa4\x40\xa5\x27\x80\x8a\x9e\xd0\x17\x7b\xd5\x18\x7a\x64\x73\xec\x75\x28\x19\x6d\x29\x86\x9e\xef\x65\x33\x58\x86\x64\x05\x77\x53\x6d\x09\xb6\xdb\x5e\x90\x1e\xaa\xa4\x1a\xda\x8b\x7e\x08\x5a\x9e\x5c\xf7\xc1\x88\xf4\x77\x96\xc9\xa0\xcb\x7f\xd5\x1d\x07\xb1\x1a\x02\x19\x70\xea\x17\x58\x15\xc4\xeb\x24\xcb\x8b\x98\xd5\xe0\x16\xc0\x61\x2a\x5a\xd1\x12\x19\xbb\xc7\x69\x2e\xe5\x1c\xb9\x45\xaa\xe0\x54\x5f\x09\xeb\x7c\x1e\xbd\x06\x54\x0e\xed\x5a\x70\x1c\x70\xae\x73\x45\x93\xee\xcd\xe8\xd0\xbd\xa6\xc1\x7e\x7b\x2a\xfc\x11\xda\x4c\xa8\x5d\x6b\x3f\x59\xc6\x71\x8a\x56\xe8\x64\x8e\x5c\xab\xc4\xc5\xf0\x7b\xa1\xb6\xd4\x8e\x26\x48\x3f\xb4\x5d\xc5\xe0\xd9\x58\xce\xb0\x22\x26\x14\xda\xb2\xaa\x7e\xb1\x43\xd6\xd1\x3c\x87\xaf\x4e\xa8\x7b\xe0\xb9\x23\x9d\xc1\x22\x17\x92\xe0\x8b\x50\x6b\x2d\x57\xf0\xd9\x43\x54\xaa\xee\x00\xdb\xef\x4e\x35\x2a\xee\x56\x22\x8b\x46\x3b\x41\xda\x6e\x60\xbb\x8d\x3b\xd5\x88\xdd\xc3\x4f\x48\x30\x65\xb9\x24\x88\xae\x96\xcc\x52\x34\x30\xa6\xd8\xee\xeb\x14\x6d\x39\x26\xf6\x7e\x4c\x2e\xe5\x54\x4b\xc1\x37\x55\x93\xb2\xab\xfb\xa5\x67\xd2\x6d\xb7\x6f\x99\x40\x66\xef\x2b\xe4\xe8\x43\xbf\x5f\x8c\x6f\xdf\xcf\xf8\x87\x53\x26\x3c\xb0\xe6\x5a\xa5\xe2\xfe\x43\x2b\x3d\xf6\x6b\xd7\xcc\x34\x18\x01\x80\x6a\x5d\x4d\x63\xdf\xcf\xeb\xd1\xed\x60\x3c\xbe\xbc\x9b\xdc\x0c\x47\x77\x93\xc1\xf5\xa8\xb2\x0b\xac\x7d\x56\x1f\xad\xce\xe2\x8a\x10\x20\x15\x28\x93\x19\xa6\xa1\xb4\x90\x4f\x19\x2d\x77\x2c\xe1\x91\xd2\x09\xfa\x34\x3a\x63\xfe\x7d\x33\xbf\x7d\x9b\x70\xc4\x28\x77\x91\x67\xf3\xe7\xe9\xb1\xee\x67\x98\x2d\xd0\x4a\xe1\xa8\x7a\x5f\xe8\xca\xf1\x7a\x7c\x77\xf9\x79\x32\xbc\x1b\x0c\x87\xb3\xb7\xcc\xd5\xe8\xa4\x92\x6a\x4b\xd4\xf1\xe0\x72\x34\x9e\xd7\x43\xc6\xd0\x6b\x6e\x76\xde\xd6\xd3\xa1\xb1\xb7\x3e\xdd\x5a\x7e\x7b\x66\x8b\xfc\x50\x20\xd3\x3b\x0a\xc2\xf4\x66\xd6\x68\x58\x78\x46\xb5\x80\x9c\xc9\x4b\xa1\x92\xc6\x51\x75\xde\x16\x65\x3e\xba\x9a\x8d\x6e\xef\xbe\x8c\xbe\x57\xf4\x5a\xd1\x3e\xdf\xfd\xeb\x76\x5b\xef\x17\xdc\x04\x98\x9f\x17\xff\x97\x77\xba\x96\x43\xc7\xdb\xb5\xcc\xc8\xc1\x74\x85\x9b\xb8\xf0\xbe\xc2\xcd\x73\xd3\xed\x67\xd8\x35\xe7\xaa\x98\xdf\x0a\x5a\xe5\x9e\x3a\xdd\x9d\xec\x2f\x1a\xfb\x57\x51\xf9\x49\xab\x4f\xdc\x9c\x94\xd1\xb1\x36\x56\x9c\x18\xab\x49\x73\x2d\x63\xb8\xbd\x6a\x12\xba\x12\x3b\x4f\xfe\xc3\xd8\x5f\x87\xd3\x63\x97\xa0\x16\xfc\xa4\x58\xa3\x42\xe7\xa6\x56\x2f\xb0\x0d\xc2\x40\xa1\x3a\xd4\x4b\x22\xf3\x09\x29\x9c\x73\xb3\x1b\xf0\x8b\x66\xeb\xf7\x2c\x69\x23\x85\x50\x82\x04\x93\x43\x94\x6c\x53\x9e\xce\x2d\x60\x84\x99\xb6\x58\xd5\x80\x09\x8f\xfb\xa3\x0e\x03\xfd\xd0\x15\x89\x0c\x75\x4e\xa7\xfb\x0a\x0d\x42\x67\x2e\xe7\x1c\x9d\xbb\x5d\x5a\x74\x4b\x2d\x93\x13\xdc\xd5\x4d\x42\x87\x29\x13\x32\xb7\xf8\x12\x87\x75\x93\x23\xa7\x77\x07\x75\x2c\xb2\x44\x3c\xcb\x9d\x50\xe3\xff\x24\x4f\x2d\xd7\x37\x60\x4f\xcd\xe3\xeb\xe8\x53\x73\xf6\x6a\xfe\xd4\xfc\xbd\x01\x81\x6a\x1e\x7f\x81\x41\xad\x2f\x30\x8b\x4e\xe7\x96\xa3\x0b\x69\x53\x08\xe3\xe3\xef\xb1\x77\x7f\x1c\x09\xed\x90\xe7\x56\xd0\xe6\x4a\x2b\xc2\x87\x80\x71\x4c\x4a\xfd\x63\x6a\xc5\x5a\x48\xbc\xc7\x91\xe3\x4c\xee\x9e\x0b\x31\xa4\x4c\x3a\xac\x68\xfa\xea\x6f\x94\xdc\xcc\xb4\xa6\x8f\x42\xa2\xdb\x38\xc2\x2c\x78\x2f\xf8\x1f\x67\x86\x2d\x84\x14\x24\xc2\xdc\x01\x12\xab\x4d\x28\xe9\xc3\x60\x3c\x0e\x24\x2c\x49\xea\x2a\x93\xd1\xed\xdd\x6c\xf0\x4f\x21\xf5\xb7\xc9\x79\xf0\xdd\xc2\xff\x7a\xe1\x9d\x46\xbb\x5e\x0c\x52\xa8\xfc\xe1\x38\xfa\x55\x87\x6f\xf4\xfa\x6d\x8d\xc3\xd2\xd4\x4f\x5c\xe5\x95\x70\x90\xbc\xea\xc5\xd8\xfc\xea\x71\x08\x48\x5a\xa2\x65\x84\xd7\xcc\x11\x76\x2e\x87\x8f\xfe\x8a\xb0\xf6\x59\xe5\x88\xf7\xd2\x43\x7f\x7f\x67\xf2\xa8\xf6\xad\x96\x58\xbb\x6d\x66\x3b\xf5\xa7\xb7\x48\x9a\x22\xa7\x18\x26\x7a\xce\x97\x98\xe4\xf2\x89\x49\xda\x78\xff\xda\xc6\x30\x7a\x10\x8e\xdc\x73\x00\xb4\x02\xde\x5a\x60\x27\xc6\xef\x8f\x60\x5c\x08\x2a\x7f\xfe\x1b\x00\x00\xff\xff\x17\xc5\x82\x4b\x7d\x14\x00\x00"), + }, + "/charts/components/metallb/values.yaml": &vfsgen۰CompressedFileInfo{ + name: "values.yaml", + modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), + uncompressedSize: 5830, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x58\x6d\x6f\xdb\xc8\xf1\x7f\xfd\xe7\xa7\x18\x58\x07\x24\xf9\xd7\x92\x9d\xbb\x3c\xb2\xaf\x9c\xcb\xe1\x7a\x85\x9d\x18\x56\x0e\x4d\x71\x48\xed\x21\x39\xa4\xb6\x5e\xee\x6c\x77\x97\xb2\x85\x38\xdf\xbd\x98\x5d\x52\xa2\x64\xa5\x6d\xd2\x2b\x50\x14\xf7\x4a\xd4\x70\xe7\x37\xcf\x0f\xcb\x09\xbc\xa6\x1a\x3b\x1d\x60\x89\xba\x23\x0f\x35\x3b\x68\x29\xa0\xd6\xc5\x2c\x9b\xc0\xbb\x85\xf2\xa0\x3c\x20\xfc\xf9\xe4\xec\x74\x5a\xb3\x6b\x31\x04\xaa\xa0\x56\x9a\xe4\xc0\x6b\x2a\x35\x3a\x82\x25\x3a\x85\x85\x26\x0f\x81\xa1\x20\xb0\xe8\x3d\x55\xa0\x4c\x60\x58\x71\xe7\x20\x50\x6b\x35\x06\xf2\xb3\x2c\x53\x2d\x36\x74\xde\x69\x3d\xa7\xd2\x51\xf0\x39\xfc\xf2\x21\x33\xd8\xd2\xdb\x25\x39\xa7\x2a\xca\xe1\xe0\x20\xab\x3b\xad\xef\x11\x45\x27\x86\x92\x4d\xad\x9a\xce\x11\x9c\x89\xae\xa7\xaf\x0e\x45\x08\xb4\x9d\x0f\xe0\x2d\x95\xaa\x5e\xc1\xdb\x37\x3f\x00\xd7\x10\x16\x04\x35\x6b\xcd\x37\xca\x34\x10\x6e\x38\x9b\x00\xdb\xa0\xd8\x88\x26\x13\xa0\x5b\xe5\x83\x32\xcd\xf7\x11\xf2\x0c\x6d\x0f\xa0\xc4\x94\x05\x81\x68\x20\x38\x68\x80\x6e\x03\x39\x83\x5a\xaf\xa6\x15\xd5\xca\x50\x95\x4d\x60\xc3\x17\x18\x3a\x4f\x80\x89\x6f\x50\x11\x45\xd4\x0c\xfe\x40\xba\x85\x1b\xa5\x35\x18\x0e\xd0\xa2\xc1\x86\xe4\x5c\x36\x91\x93\x81\x4c\xf0\x49\x5b\xe5\x37\x90\x87\xa0\x82\x78\x3f\x3a\xd0\x91\xb7\x6c\xbc\x2a\x94\x56\x61\x25\xd2\x4a\x47\x18\x08\x54\x98\x65\xf7\xac\x18\x9c\x95\xd4\xf8\xc9\x68\x65\x68\x64\x59\xef\xb6\x07\x7e\x5b\x4f\xa8\x94\xa3\x32\xe8\xd5\x21\x28\x03\x2b\x6c\x75\x36\x81\x14\xf4\x19\xfc\x69\x41\x66\x1b\x4f\x79\xb1\xb8\x3a\x4c\xd6\x25\xa3\x46\xd8\x6b\xf1\x03\xfa\xc6\x57\xe8\xc1\xa2\x0b\x43\x80\x1c\x69\x42\x4f\x87\x80\xa6\xda\x1b\x13\xc9\xc2\xc6\xb0\xa3\x6a\x96\x4d\xb2\x09\x5c\x50\x4d\x4e\x7c\xb0\x08\xc1\xfa\xfc\xe8\x68\xc8\xd9\xce\xa8\x25\x39\x4f\xb3\x50\x1f\x6d\x09\x3f\x12\x3b\xb2\x09\xe0\x12\x95\x96\x4c\xdd\x64\xc1\xd8\xa6\x1c\x3e\x7e\xca\x32\x57\x60\x99\x67\x00\x93\xc1\xc7\x1b\xcf\xdd\x2c\x28\x2c\x92\x6c\x65\xbc\x08\x15\xa5\x63\xe4\x2f\x5e\x9d\x7c\x0f\xae\xd3\x92\xe3\xd0\x73\xe6\x10\x5c\x47\x59\x66\xbd\xfd\x72\xc0\x73\xae\x60\x4e\x65\xe7\x24\xe0\xe7\xac\x55\xa9\xf6\x62\x3b\x6e\x05\xa3\xf3\x49\x84\x2f\x1d\x5a\x02\x34\x86\x43\xb4\xdd\xef\x17\x87\x55\x05\xe7\x6b\x5e\x29\x7b\xa7\xca\x88\x80\x5d\xe0\x69\xc9\x5a\x53\x19\x03\x37\x86\x0a\x0c\x96\x2b\x3f\x83\x39\x51\x3c\x3c\x84\xa0\x51\x61\xd1\x15\xb3\x92\xdb\xa3\x8d\x46\xe3\xc7\x42\x73\x71\xd4\x87\x7a\xfa\xed\xec\xf1\x51\xc5\x65\xd7\x92\x49\xc8\x47\x74\x8b\xad\xd5\x34\x66\x99\x5e\x77\x05\x39\x43\xd2\x36\x56\xad\x8e\xe2\xa4\x43\x21\x94\xec\x52\x41\x54\x52\xd6\x23\x2b\x76\xea\xee\x44\xc7\x9a\x0d\x6a\x49\x92\xd5\x2b\xee\x22\x48\x8b\x2b\xb8\x41\x13\x86\xa2\x95\x24\x1c\x81\xbc\xb5\xe4\x30\xb0\x8b\x67\x1f\xee\x31\xb0\x64\x47\xbc\xa5\x29\xf7\x2c\x8f\x52\x0b\x65\x47\x60\xf9\x86\x5c\xdd\x25\xb5\x5b\x36\x2a\xb0\x13\x6d\x77\x54\xfc\xa9\x8e\xcd\x6b\x8f\x1a\x03\xe6\x61\xec\x0b\x29\x7d\xd0\x48\x7b\xd5\x54\x07\xc0\x00\x35\x6a\x4f\x92\x11\x29\xe6\x27\x9b\x38\xe5\xe9\x5d\x16\xb9\x2c\xbb\x00\x05\x87\x45\x6c\x36\x4e\x02\xeb\x62\x96\x79\x4b\x78\x4d\x2e\x75\x26\xad\x7c\x20\x03\x6c\x86\x29\xe0\x54\x29\x52\xfb\xa7\x73\x76\x21\x87\xe7\x4f\x9e\x7f\x9b\x40\xf7\xf8\x4b\x32\xf6\x2c\x19\x2a\x8c\x76\xfd\x2f\x17\x16\x61\x22\x13\x6b\xcf\x77\x36\xea\x24\x82\xf6\xfb\x1d\xfa\xa3\xd5\xc8\x10\x01\x48\x55\x8b\x5a\xb2\x57\xf5\x8f\x1a\x0b\xd2\x69\x76\xd9\x2d\x05\x60\x74\xea\x34\x1e\x4a\xf5\x9d\xa0\xfe\xc8\x45\x62\x8d\x9c\x7d\xd5\x04\x74\x0d\x85\x78\xe2\xaf\x5c\x44\xa6\x1c\x0e\xd0\xda\xd9\x28\x17\x15\x1f\xc9\x5c\x38\x18\x90\xe6\x89\x57\x99\x40\x6e\x89\x3a\xc6\x54\xfa\xbc\xa7\x70\xb8\x1b\xd4\xaa\x1f\xb8\x7e\x9b\x67\x68\xa6\xb3\x08\x39\x50\xd7\x7e\xfb\xbf\x14\x04\xe9\x94\x51\xe3\x94\x43\xb1\x1a\xd1\x5a\x1d\xe7\x81\x4f\xf5\x03\x05\xd5\x92\x7e\xca\x34\xe4\x63\x8a\x45\x8c\x04\x70\x91\xf8\x95\x69\xd2\xd4\x4d\xe8\x53\xc0\x58\xe8\x39\x5c\x13\xd9\x9e\x08\xe0\xa8\xa1\xdb\x1c\x1e\x88\xe5\x97\x0f\x2b\xa4\x96\x8d\xa7\x70\x57\x91\xd5\xbc\x92\xca\xbd\xb3\x5c\xdd\x89\x2b\xbc\xc5\x92\xee\x0c\x57\x74\xe7\x03\x06\xaa\x3b\xed\x29\x3c\x9a\xfd\xee\xc1\x1a\xcd\x73\xe7\x4a\x1a\xc2\xf0\xcb\xe5\xa5\xf0\x5d\x5e\x7e\x58\x9b\xf8\xf5\xb6\xb9\xcf\x58\x75\x4f\xa4\x8c\x89\xcb\x4d\x20\x2f\x2d\x57\x97\xa2\x74\xd4\xe5\xc3\x46\x55\xb2\x18\x13\x31\x87\xdf\xef\x7a\xe3\x2f\x0f\x67\xff\xff\xe8\x9b\x35\x35\xe5\xcb\xa5\x4e\x89\x22\x58\x02\x35\x62\xb2\x1a\x4b\x12\x5f\xe5\xf0\xcd\xe3\x35\x7d\xf0\x77\xff\xfe\xf3\x15\x85\x9a\x5c\x48\xa3\xb5\xff\x13\x2b\x6b\x7d\xf2\xa2\xd3\xb4\x5b\x5d\xfb\x79\xbe\xb6\xa2\xb6\x44\xfd\xf3\xaa\xea\xc7\xff\x3c\xa0\xa6\x34\xc0\xe3\x0b\xbf\xf9\x9f\x47\xc2\x48\x9d\x38\xc6\x12\x2d\x09\x1e\x4e\x48\x24\x96\x24\xe3\x2f\x87\x1b\x74\x46\x99\x66\x47\x4c\x42\x7c\xc3\xe1\x94\xb1\xa2\x2a\xbe\x2c\xb7\x69\xbf\xa6\xb8\x93\xaa\x72\xe4\xfd\x39\xb3\xfe\xe1\x76\x81\x9d\x0f\xbd\x4c\xdc\xf3\xe2\xeb\x04\xc7\x78\x65\xbb\xa0\x3f\x7b\x6c\xe8\x1f\x01\x86\x85\x23\xbf\x60\x5d\x8d\x40\xa7\x60\xc9\x95\x31\xf5\x9e\x3f\x5d\x53\xef\x0b\xdf\x6f\xf9\x1e\x94\x17\xbf\x0a\xca\xcb\x7f\x1d\x65\xe4\x8c\x75\x0c\x5e\xfd\x78\x3e\x27\xef\x15\x9b\xd7\x7c\x63\xe2\xbb\xa2\xb1\x23\xd2\xbf\xed\x77\xba\x0d\x0e\x4f\x62\xdd\xc4\x76\xd2\x2f\xe9\xfd\xdc\x94\x47\x54\x66\x77\x75\xee\x57\xac\x52\xba\x95\xb4\xfc\x5e\x5b\x28\xb5\x24\x83\xdb\xc2\x88\x3b\x67\xff\x2c\xba\xec\x6a\x3a\x81\xe9\x54\xb6\xe5\x41\xa4\xe6\x06\x34\x2d\x49\xcf\xe0\x4c\xee\x38\x05\x01\x1b\xb9\x96\xe4\x70\x85\x5a\x5f\x1d\xc2\x55\x45\x45\xd7\xc8\x83\x32\x35\xcb\xaf\x04\x40\x7e\xc9\x39\x76\x57\xc0\x0e\xae\x0c\x1b\xba\xca\x40\xe0\x4e\x05\x2d\x07\x39\x9c\x01\xc4\x0b\x59\xde\xb7\x52\xcb\x5e\xe6\xe7\x2a\x87\xbf\x75\xb8\x92\x59\x77\xad\xcc\x92\xf5\xf5\xb0\x64\x4f\x37\xca\x47\x96\x80\x4d\x0e\xcb\xe3\xd9\xe3\xd9\xf1\xf4\xf9\x8b\x97\xd3\xe6\xc5\xd3\xe2\x39\x3e\x79\x86\xf1\xad\xed\xb4\x8e\xbb\xeb\x4a\x04\x78\x72\x4b\x55\xd2\x49\x59\x72\x67\x42\x3e\xcc\xcf\x7b\xeb\x29\xc2\x7c\xeb\x24\xf8\x05\x77\xba\x12\xcb\xd3\xf2\xdb\x97\xfa\x78\x11\x4e\x58\xef\x46\x97\x36\x89\xc3\x0e\x4e\x5a\xf8\xc6\x13\x3a\x2e\x42\xc3\x5d\xca\xf7\x28\x02\x78\x08\x98\x90\x94\x87\x86\x8c\x34\x64\x92\xc5\x3c\x5e\x24\xe5\x5a\xd9\x5f\x50\xd7\x77\xdb\xc8\x2b\x94\x78\xfb\x8a\x15\x3c\x5e\xc8\x3e\x7e\x8a\x0e\x48\xfb\xbc\x44\x97\x6e\x7b\x0f\xb8\xce\x9c\xf8\x37\x6c\x2e\x98\xc3\x96\x31\x86\x0b\xae\x56\x9b\x33\x3f\x7b\x72\x39\x3c\x7b\xfa\xf4\xbb\x27\x91\x58\xfb\x1f\x1d\x77\x76\x43\x72\x94\x66\xde\x20\x4e\x40\xb4\x6a\x55\x58\xe7\xfc\x04\x4a\xdb\xe5\xf0\xf8\xf8\xb8\x5d\x53\x5a\x6a\x63\xc0\x1f\x1f\x1f\x9f\xa9\x0c\xe2\x18\x9b\x93\x6c\xff\x32\x02\x23\x50\x60\x4d\x6e\xb0\x24\x8e\x58\xac\x6b\x65\x62\xe9\xc4\x03\x96\xab\x93\x7b\xd6\x6a\xb5\x24\x23\x2d\xcc\x71\xd1\x27\xd8\xfd\xaa\xac\x51\xe9\xce\xd1\xbb\xa1\x83\xe5\xf0\x5d\xbf\x04\xa9\xa0\x50\xbf\x26\x8d\xab\x39\x95\x6c\x2a\x2f\x2a\xa6\xac\x22\xa7\xb8\xda\xa5\xfa\xae\x2c\xc9\xfb\x11\x52\x9a\xb8\x41\xb5\xc4\x5d\xd8\x1c\x8f\x9e\xc2\x4a\xfd\x57\xea\x96\x4d\xd6\x7b\xf9\x17\xf6\x9a\x9e\x2d\x9b\xc0\x7a\x59\x9b\x65\x3d\xf1\xb3\x7d\x66\xde\xcb\xfa\x4f\x37\x99\x3e\x83\xe8\x0c\xa5\x1f\xae\x75\x68\xa9\x2d\xc8\xc9\xdd\xe3\x73\x31\x68\xf5\x2b\x65\xaa\xfe\xfa\xf1\xf2\xc9\xb3\x2f\x6f\x58\x83\x5f\x7e\xeb\x56\x5f\xd8\xad\x26\xf1\x03\xa1\x94\x09\xa0\xb4\x2e\x47\x21\x09\x91\xcd\xb0\xff\xcc\x35\x0c\xa9\xc0\x6b\xb9\x80\xa3\xb0\x02\x99\xd2\xad\x6c\x4a\xdc\x08\x91\x80\x5f\xad\x36\x77\xa1\x48\x7e\x13\x75\xf9\xf8\x11\x0e\x86\xaf\x39\x83\xce\x07\xf0\xe9\xd3\x74\x83\x18\xf9\xd3\xa7\x8e\x0d\xe3\x6f\xcd\xef\x7f\xa5\xf9\xbd\x7f\xff\x3e\x87\x53\xbe\xe6\x96\x83\x5a\xd2\xa6\xdb\x95\x0b\x34\x0d\xcd\xb2\xbe\x2c\xd7\xdf\x16\xfe\x1e\x00\x00\xff\xff\x4e\xf3\xb3\xf8\xc6\x16\x00\x00"), + }, "/charts/components/metrics-server": &vfsgen۰DirInfo{ name: "metrics-server", modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC), @@ -8539,6 +8666,7 @@ var vfsgenAssets = func() http.FileSystem { fs["/charts/components/inspektor-gadget"].(os.FileInfo), fs["/charts/components/istio-operator"].(os.FileInfo), fs["/charts/components/linkerd2"].(os.FileInfo), + fs["/charts/components/metallb"].(os.FileInfo), fs["/charts/components/metrics-server"].(os.FileInfo), fs["/charts/components/node-problem-detector"].(os.FileInfo), fs["/charts/components/openebs-operator"].(os.FileInfo), @@ -8910,6 +9038,28 @@ var vfsgenAssets = func() http.FileSystem { fs["/charts/components/linkerd2/templates/sp-validator.yaml"].(os.FileInfo), fs["/charts/components/linkerd2/templates/trafficsplit-crd.yaml"].(os.FileInfo), } + fs["/charts/components/metallb"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/charts/components/metallb/.helmignore"].(os.FileInfo), + fs["/charts/components/metallb/Chart.yaml"].(os.FileInfo), + fs["/charts/components/metallb/readme.md"].(os.FileInfo), + fs["/charts/components/metallb/templates"].(os.FileInfo), + fs["/charts/components/metallb/values.yaml"].(os.FileInfo), + } + fs["/charts/components/metallb/templates"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/charts/components/metallb/templates/NOTES.txt"].(os.FileInfo), + fs["/charts/components/metallb/templates/_helpers.tpl"].(os.FileInfo), + fs["/charts/components/metallb/templates/config.yaml"].(os.FileInfo), + fs["/charts/components/metallb/templates/controller.yaml"].(os.FileInfo), + fs["/charts/components/metallb/templates/grafana.yaml"].(os.FileInfo), + fs["/charts/components/metallb/templates/prometheusrules-lokomotive.yaml"].(os.FileInfo), + fs["/charts/components/metallb/templates/prometheusrules.yaml"].(os.FileInfo), + fs["/charts/components/metallb/templates/psp.yaml"].(os.FileInfo), + fs["/charts/components/metallb/templates/rbac.yaml"].(os.FileInfo), + fs["/charts/components/metallb/templates/service-accounts.yaml"].(os.FileInfo), + fs["/charts/components/metallb/templates/service.yaml"].(os.FileInfo), + fs["/charts/components/metallb/templates/servicemonitor.yaml"].(os.FileInfo), + fs["/charts/components/metallb/templates/speaker.yaml"].(os.FileInfo), + } fs["/charts/components/metrics-server"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/charts/components/metrics-server/.helmignore"].(os.FileInfo), fs["/charts/components/metrics-server/Chart.yaml"].(os.FileInfo), diff --git a/pkg/components/metallb/component.go b/pkg/components/metallb/component.go index c2a883c41..85886b22c 100644 --- a/pkg/components/metallb/component.go +++ b/pkg/components/metallb/component.go @@ -20,7 +20,7 @@ import ( "github.com/hashicorp/hcl/v2" "github.com/hashicorp/hcl/v2/gohcl" - "github.com/kinvolk/lokomotive/internal/template" + internaltemplate "github.com/kinvolk/lokomotive/internal/template" "github.com/kinvolk/lokomotive/pkg/components" "github.com/kinvolk/lokomotive/pkg/components/util" "github.com/kinvolk/lokomotive/pkg/k8sutil" @@ -55,88 +55,47 @@ func (c *component) LoadConfig(configBody *hcl.Body, evalContext *hcl.EvalContex if configBody == nil { return hcl.Diagnostics{} } + return gohcl.DecodeBody(*configBody, evalContext, c) } -// TODO: Convert to Helm chart. func (c *component) RenderManifests() (map[string]string, error) { - // Here are `nodeSelectors` and `tolerations` that are set by upstream. To make sure that we - // don't miss them out we set them manually here. We cannot make these changes in the template - // because we have parameterized these fields. - if c.SpeakerNodeSelectors == nil { - c.SpeakerNodeSelectors = map[string]string{} + helmChart, err := components.Chart(Name) + if err != nil { + return nil, fmt.Errorf("retrieving chart from assets: %w", err) } - // MetalLB only supports Linux, so force this selector, even if it's already specified by the - // user. - c.SpeakerNodeSelectors["beta.kubernetes.io/os"] = "linux" - if c.ControllerNodeSelectors == nil { - c.ControllerNodeSelectors = map[string]string{} + t, err := util.RenderTolerations(c.SpeakerTolerations) + if err != nil { + return nil, fmt.Errorf("marshaling speaker tolerations: %w", err) } - c.ControllerNodeSelectors["beta.kubernetes.io/os"] = "linux" - c.ControllerNodeSelectors["node.kubernetes.io/master"] = "" + + c.SpeakerTolerationsJSON = t c.ControllerTolerations = append(c.ControllerTolerations, util.Toleration{ Effect: "NoSchedule", Key: "node-role.kubernetes.io/master", }) - t, err := util.RenderTolerations(c.SpeakerTolerations) - if err != nil { - return nil, fmt.Errorf("marshaling speaker tolerations: %w", err) - } - c.SpeakerTolerationsJSON = t - t, err = util.RenderTolerations(c.ControllerTolerations) if err != nil { return nil, fmt.Errorf("rendering controller tolerations: %w", err) } - c.ControllerTolerationsJSON = t - controllerStr, err := template.Render(deploymentController, c) - if err != nil { - return nil, fmt.Errorf("rendering controller Deployment template: %w", err) - } + c.ControllerTolerationsJSON = t - speakerStr, err := template.Render(daemonsetSpeaker, c) + values, err := internaltemplate.Render(chartValuesTmpl, c) if err != nil { - return nil, fmt.Errorf("rendering speaker DaemonSet template: %w", err) + return nil, fmt.Errorf("rendering values template: %w", err) } - configMapStr, err := template.Render(configMap, c) + // Generate YAML for the metallb deployment. + renderedFiles, err := util.RenderChart(helmChart, Name, c.Metadata().Namespace.Name, values) if err != nil { - return nil, fmt.Errorf("rendering ConfigMap template: %w", err) - } - - rendered := map[string]string{ - "namespace.yaml": namespace, - "service-account-controller.yaml": serviceAccountController, - "service-account-speaker.yaml": serviceAccountSpeaker, - "clusterrole-metallb-system-controller.yaml": clusterRoleMetallbSystemController, - "clusterrole-metallb-System-speaker.yaml": clusterRoleMetallbSystemSpeaker, - "role-config-watcher.yaml": roleConfigWatcher, - "role-pod-lister.yaml": rolePodLister, - "clusterrolebinding-metallb-system-controller.yaml": clusterRoleBindingMetallbSystemController, - "clusterrolebinding-metallb-system-speaker.yaml": clusterRoleBindingMetallbSystemSpeaker, - "rolebinding-config-watcher.yaml": roleBindingConfigWatcher, - "rolebinding-pod-lister.yaml": roleBindingPodLister, - "deployment-controller.yaml": controllerStr, - "daemonset-speaker.yaml": speakerStr, - "psp-metallb-controller.yaml": pspMetallbController, - "psp-metallb-speaker.yaml": pspMetallbSpeaker, - "configmap.yaml": configMapStr, - } - - // Create service and service monitor for Prometheus to scrape metrics - if c.ServiceMonitor { - rendered["service.yaml"] = service - rendered["service-monitor.yaml"] = serviceMonitor - rendered["grafana-dashboard.yaml"] = grafanaDashboard - rendered["grafana-alertmanager-rule.yaml"] = metallbPrometheusRule - rendered["grafana-alertmanager-rule-updated-prometheus.yaml"] = metallbPrometheusRuleUpdated + return nil, fmt.Errorf("rendering chart: %w", err) } - return rendered, nil + return renderedFiles, nil } func (c *component) Metadata() components.Metadata { diff --git a/pkg/components/metallb/component_test.go b/pkg/components/metallb/component_test.go index 40ce53f85..f98134452 100644 --- a/pkg/components/metallb/component_test.go +++ b/pkg/components/metallb/component_test.go @@ -23,7 +23,9 @@ import ( corev1 "k8s.io/api/core/v1" "sigs.k8s.io/yaml" + "github.com/kinvolk/lokomotive/pkg/components/internal/testutil" "github.com/kinvolk/lokomotive/pkg/components/util" + "github.com/kinvolk/lokomotive/pkg/k8sutil" ) func TestEmptyConfig(t *testing.T) { @@ -31,6 +33,7 @@ func TestEmptyConfig(t *testing.T) { emptyConfig := hcl.EmptyBody() evalContext := hcl.EvalContext{} diagnostics := c.LoadConfig(&emptyConfig, &evalContext) + if !diagnostics.HasErrors() { t.Fatalf("Empty config should return an error") } @@ -80,7 +83,6 @@ component "metallb" { operator = "Equal" value = "value2" } - controller_toleration { key = "controller_key1" operator = "Equal" @@ -109,10 +111,9 @@ component "metallb" { } func getSpeakerDaemonset(t *testing.T, m map[string]string) *appsv1.DaemonSet { - dsStr, ok := m["daemonset-speaker.yaml"] - if !ok { - t.Fatalf("speaker daemonset config not found") - } + dsStr := testutil.ConfigFromMap(t, m, k8sutil.ObjectMetadata{ + Version: "apps/v1", Kind: "DaemonSet", Name: "metallb-speaker", + }) ds := &appsv1.DaemonSet{} if err := yaml.Unmarshal([]byte(dsStr), ds); err != nil { @@ -123,10 +124,9 @@ func getSpeakerDaemonset(t *testing.T, m map[string]string) *appsv1.DaemonSet { } func getDeployController(t *testing.T, m map[string]string) *appsv1.Deployment { - deployStr, ok := m["deployment-controller.yaml"] - if !ok { - t.Fatalf("controller deployment config not found") - } + deployStr := testutil.ConfigFromMap(t, m, k8sutil.ObjectMetadata{ + Version: "apps/v1", Kind: "Deployment", Name: "metallb-controller", + }) deploy := &appsv1.Deployment{} if err := yaml.Unmarshal([]byte(deployStr), deploy); err != nil { @@ -143,41 +143,34 @@ component "metallb" { address_pools = { default = ["1.1.1.1/32", "2.2.2.2/32"] } - speaker_toleration { key = "speaker_key1" operator = "Equal" value = "value1" } - speaker_toleration { key = "speaker_key2" operator = "Equal" value = "value2" } - speaker_node_selectors = { "speaker_node_key1" = "speaker_node_value1" "speaker_node_key2" = "speaker_node_value2" } - controller_toleration { key = "controller_key1" operator = "Equal" value = "value1" } - controller_toleration { key = "controller_key2" operator = "Equal" value = "value2" } - controller_node_selectors = { "controller_node_key1" = "controller_node_value1" "controller_node_key2" = "controller_node_value2" } - service_monitor = true }` @@ -186,13 +179,15 @@ component "metallb" { t.Fatalf("Rendered manifests shouldn't be empty") } + ds := getSpeakerDaemonset(t, m) + deploy := getDeployController(t, m) + tcs := []struct { Name string Test func(*testing.T, map[string]string) }{ { "SpeakerConversions", func(t *testing.T, m map[string]string) { - ds := getSpeakerDaemonset(t, m) expected := []corev1.Toleration{ {Key: "speaker_key1", Operator: "Equal", Value: "value1"}, {Key: "speaker_key2", Operator: "Equal", Value: "value2"}, @@ -204,11 +199,10 @@ component "metallb" { }, { "SpeakerNodeSelectors", func(t *testing.T, m map[string]string) { - ds := getSpeakerDaemonset(t, m) expected := map[string]string{ - "beta.kubernetes.io/os": "linux", - "speaker_node_key1": "speaker_node_value1", - "speaker_node_key2": "speaker_node_value2", + "kubernetes.io/os": "linux", + "speaker_node_key1": "speaker_node_value1", + "speaker_node_key2": "speaker_node_value2", } if !reflect.DeepEqual(expected, ds.Spec.Template.Spec.NodeSelector) { t.Fatalf("expected: %v, got: %v", expected, ds.Spec.Template.Spec.NodeSelector) @@ -217,7 +211,6 @@ component "metallb" { }, { "ControllerTolerations", func(t *testing.T, m map[string]string) { - deploy := getDeployController(t, m) expected := []corev1.Toleration{ {Key: "controller_key1", Operator: "Equal", Value: "value1"}, {Key: "controller_key2", Operator: "Equal", Value: "value2"}, @@ -230,9 +223,8 @@ component "metallb" { }, { "ControllerNodeSelectors", func(t *testing.T, m map[string]string) { - deploy := getDeployController(t, m) expected := map[string]string{ - "beta.kubernetes.io/os": "linux", + "kubernetes.io/os": "linux", "controller_node_key1": "controller_node_value1", "controller_node_key2": "controller_node_value2", "node.kubernetes.io/master": "", @@ -245,10 +237,10 @@ component "metallb" { { "MonitoringConfig", func(t *testing.T, m map[string]string) { expectedConfig := []string{ - "service.yaml", - "service-monitor.yaml", - "grafana-dashboard.yaml", - "grafana-alertmanager-rule.yaml", + "metallb/templates/service.yaml", + "metallb/templates/servicemonitor.yaml", + "metallb/templates/grafana.yaml", + "metallb/templates/prometheusrules-lokomotive.yaml", } for _, ec := range expectedConfig { @@ -260,41 +252,37 @@ component "metallb" { }, { "EIPConfig", func(t *testing.T, m map[string]string) { - expectedCM := `peer-autodiscovery: - from-labels: - my-asn: metallb.lokomotive.io/my-asn - peer-asn: metallb.lokomotive.io/peer-asn - peer-address: metallb.lokomotive.io/peer-address - peer-port: metallb.lokomotive.io/peer-port - src-address: metallb.lokomotive.io/src-address - hold-time: metallb.lokomotive.io/hold-time - router-id: metallb.lokomotive.io/router-id - from-annotations: - my-asn: metallb.lokomotive.io/my-asn - peer-address: metallb.lokomotive.io/peer-address - peer-asn: metallb.lokomotive.io/peer-asn -address-pools: -- name: default - protocol: bgp - addresses: - - 1.1.1.1/32 - - 2.2.2.2/32 + expectedCM := `apiVersion: v1 +data: + config: | + address-pools: + - addresses: + - 1.1.1.1/32 + - 2.2.2.2/32 + name: default + protocol: bgp + peer-autodiscovery: + from-annotations: + - my-asn: metallb.lokomotive.io/my-asn + peer-address: metallb.lokomotive.io/peer-address + peer-asn: metallb.lokomotive.io/peer-asn + from-labels: + - hold-time: metallb.lokomotive.io/hold-time + my-asn: metallb.lokomotive.io/my-asn + peer-address: metallb.lokomotive.io/peer-address + peer-asn: metallb.lokomotive.io/peer-asn + peer-port: metallb.lokomotive.io/peer-port + router-id: metallb.lokomotive.io/router-id + source-address: metallb.lokomotive.io/src-address +kind: ConfigMap +metadata: + name: metallb + namespace: metallb-system ` - cmStr, ok := m["configmap.yaml"] - if !ok { - t.Fatalf("metallb configmap not found") - } - - cm := &corev1.ConfigMap{} - if err := yaml.Unmarshal([]byte(cmStr), cm); err != nil { - t.Fatalf("failed unmarshalling manifest: %v", err) - } - - gotCM, ok := cm.Data["config"] - if !ok { - t.Fatalf("metallb configmap is missing 'config' key") - } + gotCM := testutil.ConfigFromMap(t, m, k8sutil.ObjectMetadata{ + Version: "v1", Kind: "ConfigMap", Name: "metallb", + }) if gotCM != expectedCM { t.Fatalf("expected: %s, got: %s", expectedCM, gotCM) diff --git a/pkg/components/metallb/manifests.go b/pkg/components/metallb/manifests.go deleted file mode 100644 index f737a86fe..000000000 --- a/pkg/components/metallb/manifests.go +++ /dev/null @@ -1,1035 +0,0 @@ -// Copyright 2020 The Lokomotive Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package metallb - -const namespace = ` -apiVersion: v1 -kind: Namespace -metadata: - name: metallb-system - labels: - app: metallb -` - -const serviceAccountController = ` -apiVersion: v1 -kind: ServiceAccount -metadata: - namespace: metallb-system - name: controller - labels: - app: metallb -` - -const serviceAccountSpeaker = ` -apiVersion: v1 -kind: ServiceAccount -metadata: - namespace: metallb-system - name: speaker - labels: - app: metallb -` -const clusterRoleMetallbSystemController = ` -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - labels: - app: metallb - name: metallb-system:controller -rules: -- apiGroups: - - '' - resources: - - services - verbs: - - get - - list - - watch - - update -- apiGroups: - - '' - resources: - - services/status - verbs: - - update -- apiGroups: - - '' - resources: - - events - verbs: - - create - - patch -- apiGroups: - - policy - resourceNames: - - controller - resources: - - podsecuritypolicies - verbs: - - use -` - -const clusterRoleMetallbSystemSpeaker = ` -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - labels: - app: metallb - name: metallb-system:speaker -rules: -- apiGroups: - - '' - resources: - - services - - endpoints - - nodes - verbs: - - get - - list - - watch -- apiGroups: - - '' - resources: - - events - verbs: - - create - - patch -- apiGroups: - - policy - resourceNames: - - speaker - resources: - - podsecuritypolicies - verbs: - - use -` - -const roleConfigWatcher = ` -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - labels: - app: metallb - name: config-watcher - namespace: metallb-system -rules: -- apiGroups: - - '' - resources: - - configmaps - verbs: - - get - - list - - watch -` - -const rolePodLister = ` -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - labels: - app: metallb - name: pod-lister - namespace: metallb-system -rules: -- apiGroups: - - '' - resources: - - pods - verbs: - - list -` - -const clusterRoleBindingMetallbSystemController = ` -## Role bindings -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - labels: - app: metallb - name: metallb-system:controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: metallb-system:controller -subjects: -- kind: ServiceAccount - name: controller - namespace: metallb-system -` - -const clusterRoleBindingMetallbSystemSpeaker = ` -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - labels: - app: metallb - name: metallb-system:speaker -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: metallb-system:speaker -subjects: -- kind: ServiceAccount - name: speaker - namespace: metallb-system -` - -const roleBindingConfigWatcher = ` -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - labels: - app: metallb - name: config-watcher - namespace: metallb-system -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: config-watcher -subjects: -- kind: ServiceAccount - name: controller -- kind: ServiceAccount - name: speaker -` - -const roleBindingPodLister = ` -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - labels: - app: metallb - name: pod-lister - namespace: metallb-system -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: pod-lister -subjects: -- kind: ServiceAccount - name: speaker -` - -const deploymentController = ` -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: metallb - component: controller - name: controller - namespace: metallb-system -spec: - revisionHistoryLimit: 3 - selector: - matchLabels: - app: metallb - component: controller - template: - metadata: - annotations: - prometheus.io/port: '7472' - prometheus.io/scrape: 'true' - labels: - app: metallb - component: controller - spec: - containers: - - args: - - --port=7472 - - --config=config - image: quay.io/kinvolk/metallb-controller:v0.1.0-789-g85b7a46a - imagePullPolicy: Always - name: controller - ports: - - containerPort: 7472 - name: monitoring - resources: - limits: - cpu: 100m - memory: 100Mi - securityContext: - allowPrivilegeEscalation: false - capabilities: - drop: - - all - readOnlyRootFilesystem: true - # XXX: Lokomotive specific change. - {{- if .ControllerNodeSelectors }} - nodeSelector: - {{- range $key, $value := .ControllerNodeSelectors }} - {{ $key }}: "{{ $value }}" - {{- end }} - {{- end }} - securityContext: - runAsNonRoot: true - runAsUser: 65534 - serviceAccountName: controller - terminationGracePeriodSeconds: 0 - # XXX: Lokomotive specific change. - {{- if .ControllerTolerationsJSON }} - tolerations: {{ .ControllerTolerationsJSON }} - {{- end }} -` - -// Divergence from upstream: disable fast dead node detection for layer 2. We use BGP and therefore -// have no use for this functionality. This way we also don't have to deal with generating -// memberlist secrets. -const daemonsetSpeaker = ` -apiVersion: apps/v1 -kind: DaemonSet -metadata: - labels: - app: metallb - component: speaker - name: speaker - namespace: metallb-system -spec: - selector: - matchLabels: - app: metallb - component: speaker - template: - metadata: - annotations: - prometheus.io/port: '7472' - prometheus.io/scrape: 'true' - labels: - app: metallb - component: speaker - spec: - containers: - - args: - - --metrics-port=7472 - - --status-port=7473 - - --config=config - env: - - name: METALLB_NODE_NAME - valueFrom: - fieldRef: - fieldPath: spec.nodeName - - name: METALLB_METRICS_HOST - valueFrom: - fieldRef: - fieldPath: status.hostIP - #- name: METALLB_ML_BIND_ADDR - # valueFrom: - # fieldRef: - # fieldPath: status.podIP - # needed when another software is also using memberlist / port 7946 - #- name: METALLB_ML_BIND_PORT - # value: "7946" - #- name: METALLB_ML_LABELS - # value: "app=metallb,component=speaker" - #- name: METALLB_ML_NAMESPACE - # valueFrom: - # fieldRef: - # fieldPath: metadata.namespace - #- name: METALLB_ML_SECRET_KEY - # valueFrom: - # secretKeyRef: - # name: memberlist - # key: secretkey - image: quay.io/kinvolk/metallb-speaker:v0.1.0-789-g85b7a46a - imagePullPolicy: Always - name: speaker - ports: - - containerPort: 7472 - name: monitoring - resources: - limits: - cpu: 100m - memory: 100Mi - securityContext: - allowPrivilegeEscalation: false - capabilities: - add: - - NET_ADMIN - - NET_RAW - - SYS_ADMIN - drop: - - ALL - readOnlyRootFilesystem: true - hostNetwork: true - # XXX: Lokomotive specific change. - {{- if .SpeakerNodeSelectors }} - nodeSelector: - {{- range $key, $value := .SpeakerNodeSelectors }} - {{ $key }}: "{{ $value }}" - {{- end }} - {{- end }} - serviceAccountName: speaker - terminationGracePeriodSeconds: 2 - # XXX: Lokomotive specific change. - {{- if .SpeakerTolerationsJSON }} - tolerations: {{ .SpeakerTolerationsJSON }} - {{- end }} -` - -const pspMetallbController = ` -apiVersion: policy/v1beta1 -kind: PodSecurityPolicy -metadata: - labels: - app: metallb - name: controller - namespace: metallb-system -spec: - allowPrivilegeEscalation: false - allowedCapabilities: [] - allowedHostPaths: [] - defaultAddCapabilities: [] - defaultAllowPrivilegeEscalation: false - fsGroup: - ranges: - - max: 65535 - min: 1 - rule: MustRunAs - hostIPC: false - hostNetwork: false - hostPID: false - privileged: false - readOnlyRootFilesystem: true - requiredDropCapabilities: - - ALL - runAsUser: - ranges: - - max: 65535 - min: 1 - rule: MustRunAs - seLinux: - rule: RunAsAny - supplementalGroups: - ranges: - - max: 65535 - min: 1 - rule: MustRunAs - volumes: - - configMap - - secret - - emptyDir -` - -const pspMetallbSpeaker = ` -apiVersion: policy/v1beta1 -kind: PodSecurityPolicy -metadata: - labels: - app: metallb - name: speaker - namespace: metallb-system -spec: - allowPrivilegeEscalation: false - allowedCapabilities: - - NET_ADMIN - - NET_RAW - - SYS_ADMIN - allowedHostPaths: [] - defaultAddCapabilities: [] - defaultAllowPrivilegeEscalation: false - fsGroup: - rule: RunAsAny - hostIPC: false - hostNetwork: true - hostPID: false - hostPorts: - - max: 7472 - min: 7472 - privileged: true - readOnlyRootFilesystem: true - requiredDropCapabilities: - - ALL - runAsUser: - rule: RunAsAny - seLinux: - rule: RunAsAny - supplementalGroups: - rule: RunAsAny - volumes: - - configMap - - secret - - emptyDir -` - -// Needed by ServiceMonitor -const service = ` -apiVersion: v1 -kind: Service -metadata: - labels: - app: metallb - name: metallb-metrics - namespace: metallb-system -spec: - ports: - - port: 7472 - name: metallb-metrics - selector: - app: metallb -` - -// For autodiscovery by Prometheus operator -const serviceMonitor = ` -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - labels: - app: metallb - release: prometheus-operator - name: metallb - namespace: metallb-system -spec: - endpoints: - - port: metallb-metrics - namespaceSelector: - matchNames: - - metallb-system - selector: - matchLabels: - app: metallb -` - -const configMap = ` -apiVersion: v1 -kind: ConfigMap -metadata: - namespace: metallb-system - name: config -data: - config: | - peer-autodiscovery: - from-labels: - my-asn: metallb.lokomotive.io/my-asn - peer-asn: metallb.lokomotive.io/peer-asn - peer-address: metallb.lokomotive.io/peer-address - peer-port: metallb.lokomotive.io/peer-port - src-address: metallb.lokomotive.io/src-address - hold-time: metallb.lokomotive.io/hold-time - router-id: metallb.lokomotive.io/router-id - from-annotations: - my-asn: metallb.lokomotive.io/my-asn - peer-address: metallb.lokomotive.io/peer-address - peer-asn: metallb.lokomotive.io/peer-asn - address-pools: - {{- range $k, $v := .AddressPools }} - - name: {{ $k }} - protocol: bgp - addresses: - {{- range $a := $v }} - - {{ $a }} - {{- end }} - {{- end }} -` - -const grafanaDashboard = ` -apiVersion: v1 -kind: ConfigMap -metadata: - labels: - app: grafana - grafana_dashboard: "true" - name: grafana-dashs - namespace: metallb-system -data: - metallb.json: | - { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" - } - ] - }, - "editable": true, - "gnetId": null, - "graphTooltip": 0, - "links": [], - "panels": [ - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "Prometheus", - "description": "Rate of Kubernetes object updates that failed for some reason.", - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 8, - "w": 10, - "x": 0, - "y": 0 - }, - "hiddenSeries": false, - "id": 6, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "dataLinks": [] - }, - "percentage": false, - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "rate(metallb_k8s_client_update_errors_total[1m])", - "legendFormat": "pod={{pod}}", - "refId": "A" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Client Update Errors", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "aliasColors": {}, - "bars": false, - "dashLength": 10, - "dashes": false, - "datasource": "Prometheus", - "description": "Rate of Kubernetes object updates that have been processed.", - "fill": 1, - "fillGradient": 0, - "gridPos": { - "h": 8, - "w": 10, - "x": 10, - "y": 0 - }, - "hiddenSeries": false, - "id": 8, - "legend": { - "avg": false, - "current": false, - "max": false, - "min": false, - "show": true, - "total": false, - "values": false - }, - "lines": true, - "linewidth": 1, - "nullPointMode": "null", - "options": { - "dataLinks": [] - }, - "percentage": false, - "pointradius": 2, - "points": false, - "renderer": "flot", - "seriesOverrides": [], - "spaceLength": 10, - "stack": false, - "steppedLine": false, - "targets": [ - { - "expr": "rate(metallb_k8s_client_updates_total[1m])", - "legendFormat": "pod={{pod}}", - "refId": "A" - } - ], - "thresholds": [], - "timeFrom": null, - "timeRegions": [], - "timeShift": null, - "title": "Kubernetes Client Updates", - "tooltip": { - "shared": true, - "sort": 0, - "value_type": "individual" - }, - "type": "graph", - "xaxis": { - "buckets": null, - "mode": "time", - "name": null, - "show": true, - "values": [] - }, - "yaxes": [ - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - }, - { - "format": "short", - "label": null, - "logBase": 1, - "max": null, - "min": null, - "show": true - } - ], - "yaxis": { - "align": false, - "alignLevel": null - } - }, - { - "cacheTimeout": null, - "colorBackground": false, - "colorValue": false, - "colors": [ - "#299c46", - "rgba(237, 129, 40, 0.89)", - "#d44a3a" - ], - "datasource": "Prometheus", - "format": "none", - "gauge": { - "maxValue": 100, - "minValue": 0, - "show": false, - "thresholdLabels": false, - "thresholdMarkers": true - }, - "gridPos": { - "h": 5, - "w": 5, - "x": 0, - "y": 8 - }, - "id": 4, - "interval": null, - "links": [], - "mappingType": 1, - "mappingTypes": [ - { - "name": "value to text", - "value": 1 - }, - { - "name": "range to text", - "value": 2 - } - ], - "maxDataPoints": 100, - "nullPointMode": "connected", - "nullText": null, - "options": {}, - "postfix": "", - "postfixFontSize": "50%", - "prefix": "", - "prefixFontSize": "50%", - "rangeMaps": [ - { - "from": "null", - "text": "N/A", - "to": "null" - } - ], - "sparkline": { - "fillColor": "rgba(31, 118, 189, 0.18)", - "full": false, - "lineColor": "rgb(31, 120, 193)", - "show": false, - "ymax": null, - "ymin": null - }, - "tableColumn": "", - "targets": [ - { - "expr": "sum(metallb_allocator_addresses_in_use_total)", - "refId": "A" - } - ], - "thresholds": "", - "timeFrom": null, - "timeShift": null, - "title": "Number of Public Addresses in use", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ - { - "op": "=", - "text": "N/A", - "value": "null" - } - ], - "valueName": "current" - }, - { - "cacheTimeout": null, - "colorBackground": false, - "colorValue": false, - "colors": [ - "#299c46", - "rgba(237, 129, 40, 0.89)", - "#d44a3a" - ], - "datasource": "Prometheus", - "format": "none", - "gauge": { - "maxValue": 100, - "minValue": 0, - "show": false, - "thresholdLabels": false, - "thresholdMarkers": true - }, - "gridPos": { - "h": 5, - "w": 5, - "x": 5, - "y": 8 - }, - "id": 2, - "interval": null, - "links": [], - "mappingType": 1, - "mappingTypes": [ - { - "name": "value to text", - "value": 1 - }, - { - "name": "range to text", - "value": 2 - } - ], - "maxDataPoints": 100, - "nullPointMode": "connected", - "nullText": null, - "options": {}, - "pluginVersion": "6.5.0", - "postfix": "", - "postfixFontSize": "50%", - "prefix": "", - "prefixFontSize": "50%", - "rangeMaps": [ - { - "from": "null", - "text": "N/A", - "to": "null" - } - ], - "sparkline": { - "fillColor": "rgba(31, 118, 189, 0.18)", - "full": false, - "lineColor": "rgb(31, 120, 193)", - "show": false, - "ymax": null, - "ymin": null - }, - "tableColumn": "", - "targets": [ - { - "expr": "sum(metallb_bgp_session_up)", - "refId": "A" - } - ], - "thresholds": "", - "timeFrom": null, - "timeShift": null, - "title": "Number of BGP Sessions", - "type": "singlestat", - "valueFontSize": "80%", - "valueMaps": [ - { - "op": "=", - "text": "N/A", - "value": "null" - } - ], - "valueName": "current" - } - ], - "schemaVersion": 21, - "style": "dark", - "tags": [], - "templating": { - "list": [] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] - }, - "timezone": "", - "title": "MetalLB Dashboard", - "uid": "0qwBMU_Wk", - "version": 1 - } -` - -const metallbPrometheusRule = ` -apiVersion: monitoring.coreos.com/v1 -kind: PrometheusRule -metadata: - name: alertmanager-rules - namespace: metallb-system - labels: - release: prometheus-operator - app: prometheus-operator -spec: - groups: - - name: metallb-rules - rules: - - alert: MetalLBNoBGPSession - expr: metallb_bgp_session_up != 1 - for: 2m - labels: - severity: critical - annotations: - description: '{{ $labels.instance }}: MetalLB has not established a BGP session for more than 2 minutes.' - summary: '{{ $labels.instance }}: MetalLB has not established BGP session.' - - alert: MetalLBConfigStale - expr: metallb_k8s_client_config_stale_bool != 0 - for: 2m - labels: - severity: critical - annotations: - description: '{{ $labels.instance }}: MetalLB instance has stale configuration.' - summary: '{{ $labels.instance }}: MetalLB stale configuration.' - - alert: MetalLBControllerPodsAvailability - expr: kube_deployment_status_replicas_unavailable{deployment="controller",namespace="metallb-system"} != 0 - for: 1m - labels: - severity: critical - annotations: - description: '{{ $labels.instance }}: MetalLB Controller pod was not available in the last minute.' - summary: '{{ $labels.instance }}: MetalLB Controller deployment pods.' - - alert: MetalLBSpeakerPodsAvailability - expr: kube_daemonset_status_number_unavailable{daemonset="speaker",namespace="metallb-system"} != 0 - for: 1m - labels: - severity: critical - annotations: - description: '{{ $labels.instance }}: MetalLB Speaker pod(s) were not available in the last minute.' - summary: '{{ $labels.instance }}: MetalLB Speaker daemonset pods.' -` - -const metallbPrometheusRuleUpdated = ` -apiVersion: monitoring.coreos.com/v1 -kind: PrometheusRule -metadata: - name: alertmanager-rules-for-prometheus-operator-0-43-2 - namespace: metallb-system - labels: - release: prometheus-operator - app: kube-prometheus-stack -spec: - groups: - - name: metallb-rules - rules: - - alert: MetalLBNoBGPSession - expr: metallb_bgp_session_up != 1 - for: 2m - labels: - severity: critical - annotations: - description: '{{ $labels.instance }}: MetalLB has not established a BGP session for more than 2 minutes.' - summary: '{{ $labels.instance }}: MetalLB has not established BGP session.' - - alert: MetalLBConfigStale - expr: metallb_k8s_client_config_stale_bool != 0 - for: 2m - labels: - severity: critical - annotations: - description: '{{ $labels.instance }}: MetalLB instance has stale configuration.' - summary: '{{ $labels.instance }}: MetalLB stale configuration.' - - alert: MetalLBControllerPodsAvailability - expr: kube_deployment_status_replicas_unavailable{deployment="controller",namespace="metallb-system"} != 0 - for: 1m - labels: - severity: critical - annotations: - description: '{{ $labels.instance }}: MetalLB Controller pod was not available in the last minute.' - summary: '{{ $labels.instance }}: MetalLB Controller deployment pods.' - - alert: MetalLBSpeakerPodsAvailability - expr: kube_daemonset_status_number_unavailable{daemonset="speaker",namespace="metallb-system"} != 0 - for: 1m - labels: - severity: critical - annotations: - description: '{{ $labels.instance }}: MetalLB Speaker pod(s) were not available in the last minute.' - summary: '{{ $labels.instance }}: MetalLB Speaker daemonset pods.' -` diff --git a/pkg/components/metallb/template.go b/pkg/components/metallb/template.go new file mode 100644 index 000000000..dd1840556 --- /dev/null +++ b/pkg/components/metallb/template.go @@ -0,0 +1,79 @@ +// Copyright 2021 The Lokomotive Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Package metallb has code related to deployment of metallb component. +package metallb + +const chartValuesTmpl = ` +controller: + enabled: true + image: + # This image is build on top of master which is + # rebased on https://github.com/metallb/metallb/pull/593. Once merged, start using + # upstream image. + tag: v0.9.6-d8e5b333 + nodeSelector: + "node.kubernetes.io/master": "" + {{- with .ControllerNodeSelectors }} + {{- range $key, $value := . }} + {{ $key }}: "{{ $value }}" + {{- end }} + {{- end }} + {{- if .ControllerTolerationsJSON }} + tolerations: {{ .ControllerTolerationsJSON }} + {{- end }} +speaker: + enabled: true + image: + # This image is build on top of master which is + # rebased on https://github.com/metallb/metallb/pull/593. Once merged, start using + # upstream image. + tag: v0.9.6-d8e5b333 + tolerateMaster: false + {{- with .SpeakerNodeSelectors }} + nodeSelector: + {{- range $key, $value := . }} + {{ $key }}: "{{ $value }}" + {{- end }} + {{- end }} + {{- if .SpeakerTolerationsJSON }} + tolerations: {{ .SpeakerTolerationsJSON }} + {{- end }} + +serviceMonitor: {{ .ServiceMonitor }} + +configInline: + peer-autodiscovery: + from-labels: + - my-asn: metallb.lokomotive.io/my-asn + peer-asn: metallb.lokomotive.io/peer-asn + peer-address: metallb.lokomotive.io/peer-address + peer-port: metallb.lokomotive.io/peer-port + source-address: metallb.lokomotive.io/src-address + hold-time: metallb.lokomotive.io/hold-time + router-id: metallb.lokomotive.io/router-id + from-annotations: + - my-asn: metallb.lokomotive.io/my-asn + peer-address: metallb.lokomotive.io/peer-address + peer-asn: metallb.lokomotive.io/peer-asn + address-pools: + {{- range $k, $v := .AddressPools }} + - name: {{ $k }} + protocol: bgp + addresses: + {{- range $a := $v }} + - {{ $a }} + {{- end }} + {{- end }} +` diff --git a/test/components/metallb/metallb_test.go b/test/components/metallb/metallb_test.go index dd1ef0e59..29aa0b76d 100644 --- a/test/components/metallb/metallb_test.go +++ b/test/components/metallb/metallb_test.go @@ -30,14 +30,14 @@ func TestMetalLBDeployment(t *testing.T) { t.Run("speaker daemonset", func(t *testing.T) { t.Parallel() - daemonset := "speaker" + daemonset := "metallb-speaker" testutil.WaitForDaemonSet(t, client, namespace, daemonset, testutil.RetryInterval, testutil.Timeout) }) t.Run("controller deployment", func(t *testing.T) { t.Parallel() - deployment := "controller" + deployment := "metallb-controller" testutil.WaitForDeployment(t, client, namespace, deployment, testutil.RetryInterval, testutil.Timeout) })