Ryan Frizzell

Results 3 comments of Ryan Frizzell

> I want to bump this. I know this is by design, but I think it is an issue because it seriously limits the use of kubernetes_manifest for installing CRDs....

take for instance the Calico CNI install, which per AWS docs (https://docs.aws.amazon.com/eks/latest/userguide/calico.html) we should use this: https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/master/config/master/calico-operator.yaml we're saying the right thing to do is remove status?

just a follow up here, I removed the status check [here](https://github.com/hashicorp/terraform-provider-kubernetes/blob/main/manifest/provider/validate.go#L16) using a local build of the provider and things get hung up later on with ``` AttributeName("status"): [AttributeName("status")] failed...