Skip to content

Commit

Permalink
fix(core): Add missing ASCII art (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Jun 23, 2023
1 parent ba332ac commit 56b0749
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 9 deletions.
41 changes: 32 additions & 9 deletions keda/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
=====================================================================================
KEDA - Kubernetes Event Driven Autoscaling
=====================================================================================
{{- if .Values.asciiArt }}
:::^. .::::^: ::::::::::::::: .:::::::::. .^.
7???~ .^7????~. 7??????????????. :?????????77!^. .7?7.
7???~ ^7???7~. ~!!!!!!!!!!!!!!. :????!!!!7????7~. .7???7.
7???~^7????~. :????: :~7???7. :7?????7.
7???7????!. ::::::::::::. :????: .7???! :7??77???7.
7????????7: 7???????????~ :????: :????: :???7?5????7.
7????!~????^ !77777777777^ :????: :????: ^???7?#P7????7.
7???~ ^????~ :????: :7???! ^???7J#@J7?????7.
7???~ :7???!. :????: .:~7???!. ~???7Y&@#7777????7.
7???~ .7???7: !!!!!!!!!!!!!!! :????7!!77????7^ ~??775@@@GJJYJ?????7.
7???~ .!????^ 7?????????????7. :?????????7!~: !????G@@@@@@@@5??????7:
::::. ::::: ::::::::::::::: .::::::::.. .::::JGGGB@@@&7:::::::::
?@@#~
P@B^
:&G:
!5.
.
{{- end -}}

Kubernetes Event-driven Autoscaling (KEDA) - Application autoscaling made simple.

Get started by deploying Scaled Objects to your cluster:
- Information about Scaled Objects : https://keda.sh/docs/latest/concepts/
- Samples: https://github.com/kedacore/samples
Expand All @@ -20,23 +39,27 @@ Get details about a deployed ScaledObject:
Get an overview of the Horizontal Pod Autoscalers (HPA) that KEDA is using behind the scenes:
kubectl get hpa [--all-namespaces] [--namespace <namespace>]

-------------------------------------------------------------------------------------

{{- if .Values.prometheus.operator.serviceMonitor.relabellings}}
-------------------------------------------------------------------------------------
WARNING - prometheus.operator.serviceMonitor.relabellings is deprecated, please migrate to prometheus.operator.serviceMonitor.relabelings instead.
-------------------------------------------------------------------------------------
{{- end }}
{{- if .Values.prometheus.metricServer.serviceMonitor.relabellings}}
WARNING - prometheus.metricServer.serviceMonitor.relabellings is deprecated, please migrate to prometheus.metricServer.serviceMonitor.relabelings instead.
{{- end }}
{{- if .Values.prometheus.webhooks.serviceMonitor.relabellings}}
-------------------------------------------------------------------------------------
WARNING - prometheus.webhooks.serviceMonitor.relabellings is deprecated, please migrate to prometheus.webhooks.serviceMonitor.relabelings instead.
-------------------------------------------------------------------------------------
{{- end }}


{{- if lt .Capabilities.KubeVersion.Minor "25" }}
-------------------------------------------------------------------------------------
WARNING - Running on unsupported Kubernetes version "1.{{.Capabilities.KubeVersion.Minor}}". KEDA 2.11 is supported and tested on Kubernetes "1.25" or higher. See https://keda.sh/docs/2.11/operate/cluster/ for details.
-------------------------------------------------------------------------------------
{{- end }}

For more information on running KEDA, visit:
https://github.com/kedacore/keda/
=====================================================================================
Learn more about KEDA:
- Documentation: https://keda.sh/
- Support: https://keda.sh/support/
- File an issue: https://github.com/kedacore/keda/issues/new/choose
3 changes: 3 additions & 0 deletions keda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -629,3 +629,6 @@ extraObjects: []
# spec:
# podIdentity:
# provider: aws-eks

# -- Capability to turn on/off ASCII art in Helm installation notes
asciiArt: true

0 comments on commit 56b0749

Please sign in to comment.