Hello all. In a blog post about k8s.helm.v4.Chart,...
# kubernetes
l
Hello all. In a blog post about k8s.helm.v4.Chart, it says that it knows to install CRDs first. https://www.pulumi.com/blog/kubernetes-chart-v4/#improved-resource-ordering However, I'm installing the Kyverno Helm chart and it's not doing that: it tries to create nearly everything else first, and then gets to the CRDs at the end, which causes most Pods to sit in a CrashLoopBackoff for several minutes and then eventually some of the Deployments time out. Is this expected behavior?
d
would you mind sharing a quick example, or filing a ticket?