rapid-soccer-18092
10/07/2021, 1:07 PMpulumi up
I get the following types of errors:
kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole> (datadog-chart):
error: resource datadog-chart was not successfully created by the Kubernetes API server : <http://clusterroles.rbac.authorization.k8s.io|clusterroles.rbac.authorization.k8s.io> "datadog-chart" already exists
kubernetes:<http://rbac.authorization.k8s.io/v1:ClusterRole|rbac.authorization.k8s.io/v1:ClusterRole> (datadog-chart-cluster-agent):
error: resource datadog-chart-cluster-agent was not successfully created by the Kubernetes API server : <http://clusterroles.rbac.authorization.k8s.io|clusterroles.rbac.authorization.k8s.io> "datadog-chart-cluster-agent" already exists
I guess this is expected since Pulumi cannot associate the old resource with the refactored resource. What is the best way to go about doing with without me manually deleting these resources from Kubernetes?broad-dog-22463
10/07/2021, 1:09 PMrapid-soccer-18092
10/07/2021, 1:09 PMkubernetes:core/v1:Service (default/datadog-chart-kube-state-metrics):
error: resource default/datadog-chart-kube-state-metrics was not successfully created by the Kubernetes API server : services "datadog-chart-kube-state-metrics" already exists
kubernetes:core/v1:Service (default/datadog-chart-cluster-agent):
error: resource default/datadog-chart-cluster-agent was not successfully created by the Kubernetes API server : services "datadog-chart-cluster-agent" already exists