philipp1992

Results 21 comments of philipp1992

Error creating machine: Error in driver during machine creation: Invalid network in property guestinfo.dns.domains. log from the fleet job

having the same issue, whats your solution?

> Having different versions of the same CRD is not something Kubernetes supports. I think @TheRealHaoLiu had some ideas about how to handle this, will let him chime in here....

> the idea was essentially just use different CRD > > having customize template out the name of the CRD itself and change the watches.yml to look for that different...

you create a new CRD version every time you change the api (e.g. spec changes) and bundle that specific crd version with your operator

a user needs to bump the apiVersion of the awx instance and then the operator needs to handle that (do the upgrade of the deployment etc.)

well its better if the user has to explicitly change the instance. you only need a new CRD version if the interface changes, e.g. you add new spec fields or...

or if you dont want the user to handle the CR change, you can use webhooks and mutate them from the operator https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#webhook-conversion

any update on this? i would like to use socketio client within leptos but got the same error with wasm