Danny Turner
Danny Turner
Hi @strowi, In version 0.27.0 we added PodTemplates to the list of resources we prune which is why you're seeing the RBAC error now but not in 0.25.0. If possible...
@benlangfeld We added pruning of Role, RoleBinding, SA to version 0.27.0 (early September) have you been blocked since then? Can you describe how these resources get added to namespaces if...
I'm surprised this is happening. By default CRs are pre-deployed. This behavior can be turned off by an annotation on the CRD https://github.com/Shopify/krane#customizing-behaviour-with-annotations `krane.shopify.io/predeploye: false` . Can you add the...
Oh, I see `NetworkPolicy` exists in `extensions` / `networking.k8s.io` depending on k8s [version](https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16). When you use Calico it also adds a `NetworkPolicy` CRD and because of the way we construct...
> I was wondering if there is a definite set of cases for which resources you may or may not want to predeploy, or can it depend on the workload/how...
I'm slowly making progress on #774 but when I went to write the test I realized this is going to take longer than expected. It turns out there are at...
@trueskawka you've probably figured this out, but I haven't had as much time to work on this as needed. I can't commit to getting this fixed in a reasonable time...
Thanks for taking this on, really excited to see the PR. I'm not a big fan of printing the stack trace. In the past they've led people to believe `krane`...
I have mixed feelings on if the resource watcher should raise or not. But I definitely think resource watcher should be responsible for checking the overall status of a deployment...
Before we spend a ton of time investigating this I'd like to see if https://github.com/Shopify/kubernetes-deploy/pull/603 fixes it.