anthos-service-mesh-packages icon indicating copy to clipboard operation
anthos-service-mesh-packages copied to clipboard

MCP: make mcp options idempotent

Open shankgan opened this issue 2 years ago • 1 comments

Do we really need to append configurations from older MCP config map? This results in repeated calls to asmcli not being idempotent

shankgan avatar Oct 26 '22 23:10 shankgan

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.

zerobfd avatar Oct 27 '22 00:10 zerobfd