diff --git a/_site/archive.html b/_site/archive.html
index a3e2333..127c65b 100644
--- a/_site/archive.html
+++ b/_site/archive.html
@@ -426,7 +426,7 @@ c13 9 26 20 30 26 7 11 -9 26 -27 26 -5 0 -3 -5 5 -10 9 -6 10 -10 3 -10 -24
-->
- STSD
diff --git a/_site/feed.xml b/_site/feed.xml
index b4f7f57..09ff5cf 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -1,4 +1,4 @@
-Jekyll2024-04-13T17:05:59-04:00https://blog.pengzhan.dev/feed.xmlSTSDMy personal blog, some contents are useful, the others are not. Just like my mediocre life.
+Jekyll2024-04-13T17:17:15-04:00https://blog.pengzhan.dev/feed.xmlSTSDMy personal blog, some contents are useful, the others are not. Just like my mediocre life.
Pengzhan Haohaopengzhan@gmail.comDebug Kubelet2024-04-10T03:34:00-04:002024-04-10T23:51:19-04:00https://blog.pengzhan.dev/posts/Debug-kubeletDebug logs
Like all others program’s debugging, the most straightforward way for newbies and the easiest way for advanced developer is relying on logs. Same to debug kubelet, bumping up verbosity to show more logs is the most intuitive approach when facing an issue. Like most component in Kubernetes, kubelet uses klog for logging and there are 10 verbosity levels(0-9).