Expired Kubernetes Certificates

Categories: kubernetes

I recently had an issue with my kube-apiserver restarting all the time, which meant I couldn’t use kubectl. My issue was related to expired certificates, which explains why my issue happened out of the blue.. It turns out the certificates has a 1 year validation period. This shouldn’t be an issue since you’re expected to upgrade your cluster every now and then. This is however not the case for me because my deployed software needs a specific version of kubernetes and docker with helm2 so I’m not able to update my cluster until my software vendor supports a newer kubernetes version.


Read More →

Sametime 12

Categories: hcl

Customizing Sametime 12

In file custom.env add the following

REACT_APP_PRODUCT_LOGO=/images/branding/my-logo.jpg # Change login logo
REACT_APP_MEETING_BANNER_IMAGE=/images/branding/my-logo.jpg # Change meetings logo
REACT_APP_MEETING_BACKGROUND_IMAGE=/images/branding/my-theme.jpg # Change meetings background


Read More →