k9s Plugins load failed! error, one solution
The k9s cli Kubernetes front-end is indispensable.
The k9s cli Kubernetes front-end is indispensable.
I’ve been doing a lot of Jenkins pipeline work recently. The development cycle is a bit laborious, code, git commit, re-run the pipeline in Jenkins, find out...
Use the jq tool to create a .dockerconfigjson file from existing details, including inline base64 encoding. Linux, bash style : export REGISTRY="theregistry"...
Pulled my hair out over the following Python error while working with the LDAP package: Traceback (most recent call last): File "/home/alex/source/ldap-aut...
Got the error 2259-7007 while trying to factory reset a Nintendo Switch. Turns out that (for me at least) plugging it in to a power supply got past it.
I had this recently during an HTTP git clone : error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated. It turns...
kubernetes.config.config_exception.ConfigException: Invalid kube-config file. Expected object with name cluster-kjhsdfkjh in /home/charlieb/.kube/config/cont...
I like my YAML files to be tidied and sorted (see Tidying YAML). What would be great is if your editor, currently NeoVim for me, would do this automatically ...
As is often the case, I find something today that I wonder why I haven’t looked for before. Copy from Vim to the system clipboard, ie not just inside Vim.
This took me far to long to figure out, so I thought I’d post it here in case someone else wishes to keep all their hair. Using the yq tool under PowerShell,...
Given the following .dockerconfigjson type secret in Kubernetes: { "apiVersion": "v1", "data": { ".dockerconfigjson": "kjhsadflkjhasdlfkhjasd...
I often find that I need to paste the full filesystem path to a given file somewhere, into a config file, onto the command line, etc. This small shell functi...
Very useful trick, pause and restart a Linux process:
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. ...
Recent versions of Chrome now show warnings when visiting sites that still use legacy TLS versions. Although not recommended, this warning can be silenced:
First post, after much faff. Can’t get the github pages instructions to work, all sorts of issues. So went with mmistakes’ mm-github-pages-starter which is w...
I’ve been playing with a 28x7 Flipdot display I got recently. The goal ultimately is to make a stand alone clock driven by a microprocessor, (Arduino or ESP3...
The absolute minumum handover documentation one can expect as a sysadmin : su - previousdude history You laugh, I’ve seen this..
I finally got round to fixing this irritation. Error when launching Chromium under XFCE :