资讯

When using a ResourceSet to deploy resources, we can annotate it with kustomize.toolkit.fluxcd.io/force to force ResourceSet to re-create resources with changed immutable fields.
When using k-s-m with cli args and config file some fields get overriden with what is present in the config file. For ex- shards, kubeconfig etc (any field that is not of type slice of structs), but ...