Charly Molter
Charly Molter
FWIW here's the tool that mesh uses: https://github.com/kumahq/ci-tools/blob/main/cmd/release-tool/changelog.go It's published and I think it's can easily be extended to support KIC's use cases
Note that there's already some sort of `unsafeDelete` for some entities but it's a flag in the cp (so requires CP restart). For example zones and meshes: https://github.com/kumahq/kuma/blob/2962747ee1e4350a23e1ec0581d4f78132ac9dcb/pkg/plugins/runtime/k8s/webhooks/zone_validator.go#L15-L49 In kubernetes...
How does it work for rollback? I guess you just need to rollback the zones first
> Yeah, I think we need to make a note for the ordering of steps in an upgrade and a rollback. Additionally, it's best to make it clear for what...
> I like this change. I still hold my opinion to treat MeshHTTPRoute just like MeshService, so to forbid it in top-level target ref. Agreed which is why I suggest...
keep in mind: https://github.com/kumahq/kuma/blob/master/docs/madr/decisions/003-logging.md
> Triage: improve docs and error in kumactl @jakubdyszkiewicz this is not very complete. Can we maybe expand a little on how docs would need to improve? Is this a...
This should be more complete it's unreproducible now...
One big thing is that we assume that the network is flat within a zone so we'd need to figure if this is not a problem or if we need...
Worth checking with backend whether this works on Global too or not