<@UBAJ7TD53> I’m trying to add an internal upstrea...
# general
g
@creamy-potato-29402 I’m trying to add an internal upstream dns server in kube-dns via pulumi after a gke cluster has been setup using pulumi. In order to apply the configuration I have to edit the kube-system/kube-dns configmap. Unfortunately this configmap already exists by default in every gke cluster although it’s empty (and maybe all k8s clusters?) so pulumi complains that it already exists. Is there no way I can configure this configmap using pulumi?