a perfectly normal geek
Black and white image of a male face in profile wearing glasses with a thick black frame

Lukas Grossar

My blog where I make notes about things I've done in my private and professional life and other topics people might find interesting

How to reinstall an operator on OpenShift

I recently ran into a problem where the install plan of an operator failed and I had to figure out how to reinstall an operator. It was definitely not as easy as I thought, so I decided to document how I managed to do it successfully…
How to reinstall an operator on OpenShift

Using git filter-repo to clean up Git history

As I was preparing an open source release of a tool, which was previously only developed internally I was looking into how to remove internal files (e.g. pipeline configurations) from the repository and additionally I wanted to clean up the commit history, as the commit authors contained internal information (e.g. usernames)…
Using git filter-repo to clean up Git history