Search

Error: namespaces "argocd" already exists

Error: namespaces "argocd" already exists │ │ with kubernetes_namespace.argocd, │ on 09-pod_identity.tf line 110, in resource "kubernetes_namespace" "argocd":110: resource "kubernetes_namespace" "argocd" {
Shell
복사
아래의 명령어로 해결 가능하다.
terraform import kubernetes_namespace.argocd argocd
Shell
복사