Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]unsupported expose type: vpc on provider EKS on kb1.0 but it runs well on kb0.9 #8476

Closed
tianyue86 opened this issue Nov 18, 2024 · 1 comment
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@tianyue86
Copy link

Describe the env

Kubernetes: v1.30.4-eks-a737599
KubeBlocks: 1.0.0-beta.2
kbcli: 1.0.0-alpha.1

To Reproduce
Steps to reproduce the behavior:

  1. An apecloud-mysql cluster in Running status
k get cluster -A
NAMESPACE   NAME                     CLUSTER-DEFINITION   TERMINATION-POLICY   STATUS    AGE
default             mysql-ninaym                                                  Delete                              Running   4h21m
  1. 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

  2. The same scenario runs well on kb0.9 (eks - the same testing environment)
    https://github.com/apecloud/kubeblocks/actions/runs/11835055091/job/32978654205

image
@tianyue86 tianyue86 added the kind/bug Something isn't working label Nov 18, 2024
@shanshanying shanshanying added this to the Release 1.0.0 milestone Nov 18, 2024
@yipeng1030
Copy link
Contributor

in KB 1.0, expose ops only support types of [intranet|internet], vpc is deprecated.
pr is here:
image

https://github.com/apecloud/kbcli/pull/467/files#diff-228dfd53d77d777a840a35fc2b711bbf18dafe36a69f44909d62b8adfc1142c6R844

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants