Christian Schlotter
Christian Schlotter
/remove-lifecycle stale
/remove-lifecycle stale
Changes seem valid. Great job and sorry for the late response 👍 /lgtm
/assign @sbueringer
Currently testing out a limited privilege account. I'm using the following docs as reference: https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/2.3/tkg-deploy-mc/mgmt-reqs-prep-vsphere.html?hWord=N4IghgNiBcIEoFMCOBXAlgJwQEwAQAUEMBbNAZzLQHsA7M3AMyo1wBcALBXANwGUAHTllwBBAMZiqKGqxABfIA#required-permissions-for-the-vsphere-account-5 However, I did also have to add some Read-only permissions to the hostswitch for now...
FYI: the role used in CI (which propably has a bit more permissions than required for only provisioning): ``` ❯ govc role.ls capv-ci Cns.Searchable Datastore.AllocateSpace Datastore.Browse Datastore.FileManagement Folder.Create Folder.Delete Global.SetCustomField...
/close If this feature is still needed by someone feel free to reopen :-) The CAPI quickstart includes deploying a CNI separately.
We could change the line https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/3d8074ba7a46a82ccfa2fbd96e6de6e1308e6799/Makefile#L104 to use `?=` instead of `:=`. Then a developer could set `export LDFLAGS=""` to set it to be empty.
/close CAPV now has a failureDomainSelector which could get used instead. Feel free to reopen and add more context if needed.
This should be an image-builder topic. Just tested with the latest OVA for ubuntu (v1.27.3) and it works there. Same for the the photon-3 image, this also works. So I...