Skip to content

Commit

Permalink
chore: remove pulsar, llm from defualt installed addons (#8655)
Browse files Browse the repository at this point in the history
Co-authored-by: wusai80 <wusai80@gmail.com>
  • Loading branch information
shanshanying and wusai80 authored Dec 16, 2024
1 parent d083b98 commit 18721cf
Show file tree
Hide file tree
Showing 24 changed files with 13 additions and 308 deletions.
2 changes: 0 additions & 2 deletions deploy/helm/scripts/change_kb_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@ addons=(
"apecloud-mysql"
"etcd"
"kafka"
"llm"
"mongodb"
"mysql"
"postgresql"
"pulsar"
"qdrant"
"redis"
"alertmanager-webhook-adaptor"
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/apecloud-mysql-addon.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if has "apecloud-mysql" .Values.autoInstalledAddons }}
{{- $selectorLabels := include "kubeblocks.selectorLabels" . }}
{{- include "kubeblocks.buildAddonCR" (merge (dict
"kbVersion" ">=0.7.0"
"kbVersion" ">=1.0.0"
"selectorLabels" $selectorLabels
"name" "apecloud-mysql"
"version" "1.0.0-alpha.0"
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/kafka-addon.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if has "kafka" .Values.autoInstalledAddons }}
{{- $selectorLabels := include "kubeblocks.selectorLabels" . }}
{{- include "kubeblocks.buildAddonCR" (merge (dict
"kbVersion" ">=0.7.0"
"kbVersion" ">=1.0.0"
"selectorLabels" $selectorLabels
"name" "kafka"
"version" "1.0.0-alpha.0"
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/mongodb-addon.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if has "mongodb" .Values.autoInstalledAddons }}
{{- $selectorLabels := include "kubeblocks.selectorLabels" . }}
{{- include "kubeblocks.buildAddonCR" (merge (dict
"kbVersion" ">=0.7.0"
"kbVersion" ">=1.0.0"
"selectorLabels" $selectorLabels
"name" "mongodb"
"version" "1.0.0-alpha.0"
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/mysql-addon.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if has "mysql" .Values.autoInstalledAddons }}
{{- $selectorLabels := include "kubeblocks.selectorLabels" . }}
{{- include "kubeblocks.buildAddonCR" (merge (dict
"kbVersion" ">=0.7.0"
"kbVersion" ">=1.0.0"
"selectorLabels" $selectorLabels
"name" "mysql"
"version" "1.0.0-alpha.0"
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/postgresql-addon.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if has "postgresql" .Values.autoInstalledAddons }}
{{- $selectorLabels := include "kubeblocks.selectorLabels" . }}
{{- include "kubeblocks.buildAddonCR" (merge (dict
"kbVersion" ">=0.7.0"
"kbVersion" ">=1.0.0"
"selectorLabels" $selectorLabels
"name" "postgresql"
"version" "1.0.0-alpha.0"
Expand Down
12 changes: 0 additions & 12 deletions deploy/helm/templates/addons/pulsar-addon.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/qdrant-addon.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if has "qdrant" .Values.autoInstalledAddons }}
{{- $selectorLabels := include "kubeblocks.selectorLabels" . }}
{{- include "kubeblocks.buildAddonCR" (merge (dict
"kbVersion" ">=0.7.0"
"kbVersion" ">=1.0.0"
"selectorLabels" $selectorLabels
"name" "qdrant"
"version" "1.0.0-alpha.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{{- if has "llm" .Values.autoInstalledAddons }}
{{- if has "rabbitmq" .Values.autoInstalledAddons }}
{{- $selectorLabels := include "kubeblocks.selectorLabels" . }}
{{- include "kubeblocks.buildAddonCR" (merge (dict
"kbVersion" ">=0.7.0"
"kbVersion" ">=1.0.0"
"selectorLabels" $selectorLabels
"name" "llm"
"name" "rabbitmq"
"version" "1.0.0-alpha.0"
"model" "LLM"
"model" "message"
"provider" "community"
"description" "Large Language Models."
"description" "RabbitMQ is a reliable and mature messaging and streaming broker."
"autoInstall" false) . ) -}}
{{- end }}
2 changes: 1 addition & 1 deletion deploy/helm/templates/addons/redis-addon.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if has "redis" .Values.autoInstalledAddons }}
{{- $selectorLabels := include "kubeblocks.selectorLabels" . }}
{{- include "kubeblocks.buildAddonCR" (merge (dict
"kbVersion" ">=0.7.0"
"kbVersion" ">=1.0.0"
"selectorLabels" $selectorLabels
"name" "redis"
"version" "1.0.0-alpha.0"
Expand Down
3 changes: 1 addition & 2 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,13 +480,12 @@ autoInstalledAddons:
- "apecloud-mysql"
- "etcd"
- "kafka"
- "llm"
- "mongodb"
- "mysql"
- "postgresql"
- "pulsar"
- "qdrant"
- "redis"
- "rabbitmq"
- "alertmanager-webhook-adaptor"
- "aws-load-balancer-controller"
- "csi-hostpath-driver"
Expand Down
77 changes: 0 additions & 77 deletions examples/llm/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions examples/llm/cluster.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions examples/llm/restart.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions examples/llm/start.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions examples/llm/stop.yaml

This file was deleted.

61 changes: 0 additions & 61 deletions test/e2e/testdata/smoketest/llm/00_llmcluster.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions test/e2e/testdata/smoketest/llm/01_vscale.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions test/e2e/testdata/smoketest/llm/02_hscale_out.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions test/e2e/testdata/smoketest/llm/03_hscale_in.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions test/e2e/testdata/smoketest/llm/04_vexpand.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions test/e2e/testdata/smoketest/llm/05_stop.yaml

This file was deleted.

Loading

0 comments on commit 18721cf

Please sign in to comment.