Hello
Managed to upgrade to 1.15, when trying to apply cr.yaml with
expose:
enabled: true
exposeType: NodePort
clusterServiceDNSMode: External
I get the the following error
kubectl -n abc apply -f cr.yaml --dry-run=server
Error from server (BadRequest): error when creating “cr.yamlâ€: PerconaServerMongoDB in version “v1†cannot be handled as a PerconaServerMongoDB: strict decoding error: unknown field “spec.replsets[0].expose.clusterServiceDNSModeâ€
Funny thing is if I run
kubectl -n abc apply -f cr.yaml --dry-run=server –validate=false
it works ?!
→ But I would really like to know how to apply correctly.
1 post - 1 participant