rich-agency-75207
06/24/2022, 8:27 AMkubeconfig: |
apiVersion: v1
clusters:
...
This momentarily worked when I defined this way. Then, a few hours later, pulumi cli started to error. i.e. it worked w/o issue but now it does not:
error: receiver must be a list or object, not nili
receiver must be a list or object, not nil
error: an unhandled error occurred: waiting for RPCs: marshaling properties: awaiting input property kubeconfig: runtime error
<nil>
now for some of them including masterAuth.clusterCaCertificate
If so, I would understand such a move considering the sensitivity of this data.pulumi up
does work. I have tested creation of k8s objects via pulumi including updates and deletion.masterAuth.clusterCaCertificate
via kubeconfig:
masterAuth.clusterCaCertificate
starts to return <nil>
masterAuth
property value, via pulumi.com | Stack | resources - I can also confirm that the clusterCaCertificate
entry is still there and valid.