Hi All, this is for GCP Cluster deployment using `...
# general
c
Hi All, this is for GCP Cluster deployment using
masterAuthorizedNetworksConfig
. Anyone encountered an error below when trying to update the cidrBlocks in
masterAuthorizedNetworksConfig
?
Copy code
error: error sending request: googleapi: Error 400: Must provide an update.
this is the sample config snippet.
Copy code
masterAuthorizedNetworksConfig: {
  enabled: true,
  cidrBlocks: [
      {
          displayName: "Subnet CIDR",
          cidrBlock: "10.1.0.0/20",
      },
  ],
},