This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
silent failure of terraform apply for kubernetes_manifest resource #240
Labels
bug
Something isn't working
Terraform, Provider, Kubernetes versions
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/chrisadkin/ccb3f63e8b09ed2cb6b551b0edbdc0d5
Steps to Reproduce
kubectl create ns arc-ds-controller
terraform apply (for the following configuration)
main.tf
crd.tf
Expected Behavior
When I create the Kubernetes objects using the YAML from this article https://docs.microsoft.com/en-us/azure/azure-arc/data/create-data-controller-using-kubernetes-native-tools and issue:
kubectl get all -n arc-ds-controller
this is what I see:
Actual Behavior
When I issue a kubectl get all -n arc-ds-controller after applying the Terraform configurations, I see:
Important Factoids
Azure service principals will soon be deprecated
References
NA
Community Note
The text was updated successfully, but these errors were encountered: