Closed adwk67 closed 1 week ago
I don't fully understand how this fixes it, but given it is for demo purposes I think if it works it is ok.
Does this change much for production users?
It seems that some client tools in some versions (in this case, kubectl) try to resolve the nullable-yet-having-a-default character of CRD fields before sending it to the server: with --server-side
, the CRD definition is honoured as-is, but has the downside of being a bit "brute-force" (i.e. possibly causing problems if resources are patched concurrently). So this may affect how customers deploy resources.
Opened an issue here: https://github.com/stackabletech/issues/issues/663
Check and Update Getting Started Script
Part of https://github.com/stackabletech/issues/issues/657. Uses
--server-side
for deploying druid resource so thatnull
fields are honoured.