eks-anywhere icon indicating copy to clipboard operation
eks-anywhere copied to clipboard

Reconcile govmomi / govc Dependencies

Open jonathanmeier5 opened this issue 3 years ago • 0 comments
trafficstars

With the implementation of #2744 EKS-A now depends on both govmomi and govc, a CLI tool derived from the govmomi vSphere client.

We should reconcile these dependencies so we only rely on one.

One option is to convert all our govc calls to govmomi calls.

Another is to open a PR in to the govmomi project and add the functionality we need to the govc CLI.

jonathanmeier5 avatar Aug 03 '22 13:08 jonathanmeier5