KubeBlocks is an open-source control plane software that runs and manages databases, message queues and other stateful applications on K8s.
GNU Affero General Public License v3.0
2.18k
stars
181
forks
source link
[BUG]unsupported expose type: vpc on provider EKS on kb1.0 but it runs well on kb0.9 #8476
Closed
tianyue86 closed 3 days ago
Describe the env
To Reproduce Steps to reproduce the behavior:
An apecloud-mysql cluster in Running status
expose mysql-ninaym failed kbcli cluster expose mysql-ninaym --auto-approve --force=true --type vpc --enable true --components mysql --namespace default error: unsupported expose type: vpc on provider EKS
The same scenario runs well on kb0.9 (eks - the same testing environment) https://github.com/apecloud/kubeblocks/actions/runs/11835055091/job/32978654205