-
Notifications
You must be signed in to change notification settings - Fork 38
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
How to use this code with private endpoints #43
Comments
The private endpoint support for installation through Resource Manager is not yet available, it would come in upcoming releases. You may try using the helm chart based installation as an alternative. |
hi @santhoshkvuda Thanks a lot for your inputs. Any tentative date for the upcoming release? |
One more thing to add is that even you create an oci_resourcemanager_private_endpoint and then use , and use it on your Help configuration for example like:
And then get the Reachable IP from the datasource
You are able to reach out to the Cluster the OKE is still unreachable with the error:
|
I believe this article describes the fix |
Hi,
We tried to deploy it against an OKE running on private endpoint. We can't create public endpoint because of our company policies.
So, Resource manager stack is failing with the below error:
Error: Kubernetes cluster unreachable: Get "https://<PRIVATE_IP>:6443/version": dial tcp <PRIVATE_IP>:6443: i/o timeout
We tried with creating a reachable IP and no luck.
Kindly suggest.
The text was updated successfully, but these errors were encountered: