Using goto and AI Skills to Go Deeper on Remote Problems I often hit problems that do not show up well from code reading alone. The service is remote, the environment is slightly different from …
Vscode Go debug breakpoint doesn't work Problem When clicking debug the test above a go test func, the breakpoint doesn’t work. Starting: ~/go/bin/dlv dap --check-go-version=false …
Lessons Learned for Reading K8s Source Code Package sigs.k8s.io/controller-runtime/pkg/manager Lessons Use stop channel to stop things stop engageStopProcedure stopComplete …
Change kubeadm expire date longer Introduction We use kubeadm to deploy kubernetes cluster. The default kubeadm cert have 10 years for CA and 1 years expire for cert. Here we …