Replies: 2 comments 1 reply
-
|
I figured it out. |
Beta Was this translation helpful? Give feedback.
-
|
EKS Anywhere does not automatically ignore TLS verification for vCenter. To ignore the vCenter TLS certificate, set apiVersion: anywhere.eks.amazonaws.com/v1alpha1 This tells EKS Anywhere (and the underlying govc client) to skip certificate verification when connecting to vCenter. Once this is set, cluster creation and management should proceed without TLS validation errors. Important notes:
Summary: The error occurs because vCenter uses an untrusted certificate. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use EKS anywhere with Vmware and Vcenter. I do not have a certificate and it is comeing up with the error:
Closer failed {"closerType": "*dependencies.Dependencies", "error": "govc returned error when logging out: govc: Post "https://10.0.0.9/sdk\": tls: failed to verify certificate: x509: certificate signed by unknown authority\n"}
How do I get it to ignore the certificate?
Beta Was this translation helpful? Give feedback.
All reactions