-
Notifications
You must be signed in to change notification settings - Fork 84
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
VPC: Invalid zone eu-de-{1,2,3} on cluster creation #615
Comments
/assign @Prajyot-Parab |
Same error with pre creating VPC: cluster-api |
Error is thrown from function -
which in turn refers to - https://github.com/IBM/vpc-go-sdk/blob/v1.0.1/vpcv1/vpc_v1.go Error is thrown while executing this function/API call
|
@Prajyot-Parab I'm more interested in knowing the API calls it is making, e.g: API URL, request body and response body it is throwing. |
if we can set this value to debug somehow, we can get the all the requests and responses |
|
@mkumatag My first observation is that the api endpoint is sending request to us-south instead it should go to eu-gb, am I on right track here? |
exactly, that's what I wanted to check :) you are on right track, now we need to check how to override this value. |
/kind bug
/area provider/ibmcloud
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
Setting my API Key and the following endpoints during management cluster setup:
Settings before provisioning downstream cluster:
Used image: ubuntu-2004-ibmcloud-kube-v1-23-4
kubectl apply -f cluster-start.yaml
Logs:
What did you expect to happen:
I would expect that the region / zone is recognized properly.
Error occurs on all eu-de-1, eu-de-2, eu-de-3
The VPC cluster-api is already existing and an address prefix is already created.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
): Provisioning 1.23.4/etc/os-release
): ubuntu-20-04The text was updated successfully, but these errors were encountered: