Recent Posts

One imagePullBackoff reason amongst many

less than 1 minute read

I stumbled across a new to me reason for the irritating imagePullBackoff error in Kubernetes. Amongst the many well documented reasons this can happen, bad c...

vim - Remove carriage returns on save

less than 1 minute read

I’ve been copying and pasting a lot from Windows sessions into vim recently, and often I get carriage returns copied with the text. I save all my files in vi...

JQ - Create .dockerconfigjson file

less than 1 minute read

Use the jq tool to create a .dockerconfigjson file from existing details, including inline base64 encoding. Linux, bash style : export REGISTRY="theregistry"...