linktimecloud / kubernetes-data-platform

KDP(Kubernetes Data Platform) delivers a modern, hybrid and cloud-native data platform based on Kubernetes.
https://linktimecloud.github.io/kubernetes-data-platform/
Apache License 2.0
112 stars 28 forks source link

[Bug]: KDP平台安装时mysql组件初始化失败 #139

Closed stdnt-xiao closed 1 week ago

stdnt-xiao commented 1 week ago

KDP version

1.1.1

What did you do?

Provide reference

What did you see happen?

Kubernetes v1.22.12 Installing kdp, when the addon-mysql installation is reached, the MySQL installation will suddenly fail without any error prompts.

What did you expect to see?

image

image
stdnt-xiao commented 1 week ago

Through investigation, it was found that the version of Infra/mysql is 9.23.0. Upon checking the following official website, it was found that the minimum supported version of Kubernetes 1.23+. After verification, adjusting the MySQL version to 9.12.3 can ensure successful installation.

The following is an official explanation: https://artifacthub.io/packages/helm/bitnami/mysql/9.23.0

jason-ltc commented 1 week ago

Good job, however, it's not a bug though, since KDP requires K8s 1.26+. For lower K8s version, there may be incompatibility issues as reported in this issue.