[06:12:57] swfrench-wmf: we considered automatically applying them in general and discarded that since it has the potential of breaking lot's of things. Just adding rules might be fine though [13:49:28] jayme: I have a question about the procedure here: https://wikitech.wikimedia.org/wiki/Kubernetes/Clusters/IPIP#Kubernetes_API_(control_plane) - It says... [13:49:51] > Verify the IPIP packages are be handled correctly by dry running the migrate-service-ipip on the `kubemaster` service. [13:50:34] So I dry-run the cookbook: `cookbook --dry-run sre.loadbalancer.migrate-service-ipip --dc codfw --alias dse-k8s-master-codfw kubemaster` [13:51:53] It tells me to update `hieradata/common/service.yaml` before proceeding in dry-run mode. So I'm not sure how I actually "Verify the IPIP packages are be handled correctly..." [13:52:34] btullis: ah..sorry...just pretend you have [13:52:35] Sorry if I'm being an idiot. [13:52:49] no, the cookbook is designed to be interactive [13:53:11] OK, thanks. I'll do that. [13:54:12] but there is another cookbook nowdays that doesn't try to be clever: sre.loadbalancer.check-ipip [13:54:32] you can try that instead (and maybe update the docs if it works for you) [14:02:08] OK, thanks. So I can run `sudo cookbook sre.loadbalancer.check-ipip --dc codfw --query A:dse-k8s-master-codfw kubemaster`(non-dry-run) before switching the entry in the service catalog and before running the migration cookbook for real. Is that correct? [14:02:35] yes [14:05:20] Nice one. Looks good. I'll proceed with the change to the service catalog and update the docs with this. Cheers. [14:05:34] cool, thanks!