Has anyone successfully deployed `v.0.7.2` of `cer...
# general
f
Has anyone successfully deployed
v.0.7.2
of
cert-manager
via Pulumi https://github.com/jetstack/cert-manager/releases/tag/v0.7.2 ? (I’m trying to deploy 0.7.2, but I’ve seen this issue with
v.0.7.0
). Whenever I run
pulumi up
with the
certManager
k8s.yaml.ConfigGroup
, I get this error:
Copy code
kubernetes:apiregistration:APIService (<http://v1beta1.admission.certmanager.k8s.io|v1beta1.admission.certmanager.k8s.io>):
    error: failed to determine if the following GVK is namespaced: apiregistration/v1beta1, Kind=APIService
kubectl apply --dry-run -f cert-manager.yaml
doesn’t complain at all.
g
Can you open an issue here with the relevant code you’re running and version of the k8s provider? https://github.com/pulumi/pulumi-kubernetes/issues/new
f
Sure, it’ll probably take me a bit to remove sensitive info / come up with a reproduction
👍 1
p
FWIW: having the same issue with service catalog (APIService)