How to vMotion VMs Managed by the vSphere Supervisor You might have noticed that vCenter administrator cannot perform vMotion of Supervisor control plane VMs or VMs managed by the VM Service operator. There is a good reason for this as these VMs are no longer managed by vCenter and any modifications could impact their Supervisor state. But what if you need to vMotion a particular VM to another host in the cluster for troubleshooting reasons and you do not want to put the whole host into maintenance mode? The easiest is to log into vCenter via Supervisor service account, which can be retrieved from the wcp-vmop-sa-vc-auth secret in the Supervisor vmware-system-vmop namespace. $ kubectl get secret -n vmware-system-vmop wcp-vmop-sa-vc-auth -o json| jq -r '.data | to_entries[] | "\(.key): \(.value | @base64d)"' password: ){)T)Yj(2O[Df57zf!+Z username: wcp-vmop-user-ae4b383b-9eb8-4435-b54a-4c0321f6d4d6-c9cd4ff7-49e3-4ce8-8b39-96438075a7c8@vsphere.local
How to Increase Size of the VCF Automation Transfer Share When uploading VM OVA or ISO images to VCF Automation Content Library via the UI the file is first staged into tenant-manager-transfer-bucket S3 object store and only after it is fully uploaded it is pushed by the tenant-manager pod to the target vCenter. The bucket is residing on a shared volume attached to the VCF Automation service cluster and managed by seaweedfs pods. The volume is used also for backups, support bundles and other services. By default the maximum size of the bucket (its quota) is 50 GB which might not be large enough for big uploads or if there is high concurrency where multiple images might need to be staged. Let’s say we need to double the size to 100 GB. The resizing needs to be done in two steps: Increase the shared volume size in VCF Operations > Lifecycle > Components > VCF Automation > Actions > Increase Storage size: We see the shared storage is currently using three 75 GB volume...