A few days ago, when I tried to install the below application with the latest helm chart using helm v2 command, I got an error message complaining that the helm chart is a helm v3 chart. https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack After struggling for… Read More
a few kubectl command examples
In this post, I will list a few examples for kubectl comman, which can be referenced in daily work. 1. create tls secret kubectl create secret tls secret-name –cert=/path/to/cert –key=/path/to/key 2. get information from pod get the ready status of… Read More