eks-anywhere
eks-anywhere copied to clipboard
Fix govc "pipe closed" issue when auto importing through CLI
The cli used the govc library.import
command to import using the content library, which causes the command to fail with Error transferring file
Pipe closed.
. When doing it through the UI however, it doesn't run into this issue, which for now is a workaround for users to manually import their OVAs using the UI: https://anywhere.eks.amazonaws.com/docs/reference/vsphere/vsphere-ovas/
We should perform the following actions in order to improve the overall user experience to see if we can get rid of this problem for the 1.24 BottleRocket OVA for the latest release.
- [ ] Rebuild the OVA to see if it will alleviate the issue for the latest release
- [ ] Change the autoimport logic to directly import without using the content library
- [ ] Investigate other aspects of the import process that might cause an issue with OVA and/or VSphere environment