Daily Archives: 09/29/2021

Linux: create Gif or record video from the screen
0 (0)

29 September 2021

There are a lot of utilities to create a Git animation for Linux, but I like the peek. Besides the Gif, also can create files in the MP4, WebM, APNG formats. On the Arch Linux can be installed from the AUR: [simterm] $ sudo pacman -S peek [/simterm] Run it: [simterm] $ peek [/simterm] The… Read More: Linux: create Gif or record video from the screen0 (0) »

Loading

Kubernetes: Helm – “x509: certificate signed by unknown authority”, and ServiceAccount for Pod
0 (0)

29 September 2021

We have Github runners in our AWS Elastic Kubernetes service cluster, that are used to build Docker images and deploy them with Helm or ArgoCD. On the first helm install run in a Github runner’s Pod, we are getting the “x509: certificate signed by unknown authority” error: [simterm] # helm –kube-apiserver=https://kubernetes.default.svc.cluster.local list Error: Kubernetes cluster unreachable:… Read More: Kubernetes: Helm – “x509: certificate signed by unknown authority”, and… »

Loading