Andrew Kutz
Andrew Kutz
To be clear, the validation webhook to prevent mutating the `spec.imageName` field always existed. It's just that before it didn't result in an error since CAPV would patch the same...
@sbueringer Ugh. This is failing with: ```shell $ go test -timeout 120s -run '^TestManager$' ./pkg/manager/test Running Suite: Manager Suite - /Users/akutz/Projects/vmop/vmop/pkg/manager/test =============================================================================== Random Seed: 1727195109 Will run 3 of 3...
First of all, thank you @sbueringer! > * I think the key is in solving this at the "client-level". A few options: > > 1. Set DisableFor for the mgr.GetClient()...
I did realize a concern last night -- will this be confused with a VM being paused as in being in a suspended state?
Please note the use of the `|` character after the annotation key. This indicates a [multi-line YAML string](https://yaml-multiline.info/). I validated this works for annotations by creating a ConfigMap with one....
### A demonstration For what it is worth, here are steps to reproduce the multi-line YAML string as the annotation value: 1. Create a Kind cluster: ```shell kind create cluster...
For reference, this is the API that will need to be used -- https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/v-san-service-api/vsan-performance-manager/. I responded internally to the question _When will this be implemented_ with the following: > The...
Hi @DirectXMan12, Yes, but I also wonder now if this is the right way to do this. After speaking more about this with @detiber and @vincepri, I created [this example](https://gist.github.com/akutz/e393502b093ed8485861ede6b0799df7)...
Hi @DirectXMan12, Thank you again for your suggestions. I implemented most of them [here](https://gist.github.com/akutz/08138900d9c779fe4bb940ab1048a8a2)!
Mentioned in https://github.com/vmware-tanzu/vm-operator/pull/50#pullrequestreview-1274283991 (this was not added automatically for some reason)