broad-helmet-79436
04/08/2020, 11:34 AMminMasterVersion
and nodeVersion
fields, and set them to undefined
instead of a string.
If I try adding either field now, Pulumi wants to update
my cluster, which I guess makes sense.
However, it also wants to replace
the kubernetes Provider I’ve created using outputs from the cluster resource (name
, endpoint
, and masterAuth
). Note that I don’t use minMasterVersion
or nodeVersion
, although I guess that might not matter.
replace
-ing the Kubernetes provider also leads to replacing all my Kubernetes resources, which I very much do not want.
Is there a way to add the minMasterVersion
field without breaking my provider?
`If I try addingstocky-island-3676
04/08/2020, 11:44 AMbroad-helmet-79436
04/08/2020, 11:44 AMasync: true
, so I just referenced .latestMasterVersion
directly (which was undefined, as Promise
doesn’t have that