This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
node_vms_folder value seems to be handled differently between vcp-manager and vcp-daementset #475
Labels
customer
enable-uxi-script
Script: https://github.com/vmware/kubernetes/tree/enable-vcp-uxi
Set node_vms_folder in the vcp_secret.yaml to '/Development_VMs/Kubernetes'
The VMs working folder starts out as: /SCT/vm/Development_VMs/
When the vcp-manager pod runs it creates the vms folder relative to /SCT/vm/
Creating: /SCT/vm/Development_VMs/Kubernetes
When the daemonset runs it fails with:
I connect to the pod to try the govc command given above and get as expected:
govc: folder '/Development_VMs/Kubernetes' not found
I have also tried the above by removing the prefixing forward slash which fails in a similar way and by giving the full path which cause the vcp-manager to try to create the folder: /SCT/vm/SCT/vm/Development_VMs/Kubernetes
Docker image pulled was:
The text was updated successfully, but these errors were encountered: