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

confirm_lb_active.sh is not functional on private only networks #438

Closed
vburckhardt opened this issue May 24, 2024 · 3 comments
Closed

confirm_lb_active.sh is not functional on private only networks #438

vburckhardt opened this issue May 24, 2024 · 3 comments
Assignees

Comments

@vburckhardt
Copy link
Member

https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/blob/v3.23.0/scripts/confirm_lb_active.sh

This code will attempt to connect through the public endpoint. This won't work when running the terraform logic on a schematics agent that does not have public connectivity.

Suggest to see if we can get the lb status through a kubectl command on the service. The module already allows to specify to go through VPE for kubectl

Other alternatives:

  1. Go through APIs with option to specific api endpoint to call (public,private,vpe)
  2. See whether we can configure the CLI to go through VPE. However, a quick look at indicates that this may not be supported. https://cloud.ibm.com/docs/cli?topic=cli-service-connection#cli-private-vpc
@vburckhardt
Copy link
Member Author

@ocofaigh
Copy link
Member

Created new issue for reset_iks_api_key.sh -> #441

@Aashiq-J
Copy link
Member

PR merged. Closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants