anthos-service-mesh-packages
anthos-service-mesh-packages copied to clipboard
MCP: make mcp options idempotent
Do we really need to append configurations from older MCP config map? This results in repeated calls to asmcli not being idempotent
This means that we'll delete existing CNI=on/off config that's in the cluster. We could maybe split the values on commas (or match whatever code that parses the actual configmap) and check each k/v pair one by one.