Tidying YAML
I’m a sucker for nicely formatted code and config. Working a lot with Kubernetes I like to see my Kubernetes YAML formatted consistently. This helps find the...
I’m a sucker for nicely formatted code and config. Working a lot with Kubernetes I like to see my Kubernetes YAML formatted consistently. This helps find the...
I was struggling with this rather cryptic Kustomize error recently: Error: trouble configuring builtin PatchTransformer with config: ` path: resource_limits_...
I’ve been looking for a way to quickly create ‘skeleton’ files of the text files I work on regularly, for instance Kubernetes yaml files.
Occasionally you may find that having issued a kubectl delete namespace yournamespace command, the namespace gets stuck in Terminating state, and is never ac...
One of the reasons I don’t update this blog is that I haven’t found an easy way to do it. Cloning the repo, then editing files, then committing is a hassle. ...