-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
89 additions
and
44 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://www.xlabs.club/blog/duplicate-transfer-encoding-chunked/</loc><lastmod>2023-12-08T18:26:54+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://www.xlabs.club/blog/k8s-pid-limiting-oom/</loc><lastmod>2023-12-08T18:26:54+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url></urlset> | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://www.xlabs.club/blog/duplicate-transfer-encoding-chunked/</loc><lastmod>2023-12-09T14:07:17+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://www.xlabs.club/blog/k8s-pid-limiting-oom/</loc><lastmod>2023-12-09T14:07:17+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url></urlset> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>云原生 on XLabs</title><link>https://www.xlabs.club/docs/cloud/</link><description>Recent content in 云原生 on XLabs</description><generator>Hugo -- gohugo.io</generator><language>zh</language><copyright>Copyright (c) 2020-2023 XLabs Club</copyright><lastBuildDate>Thu, 07 Sep 2023 16:12:37 +0200</lastBuildDate><atom:link href="https://www.xlabs.club/docs/cloud/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction</title><link>https://www.xlabs.club/docs/cloud/introduction/</link><pubDate>Thu, 07 Sep 2023 16:04:48 +0200</pubDate><guid>https://www.xlabs.club/docs/cloud/introduction/</guid><description>云原生技术探索。</description></item></channel></rss> | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>云原生 on XLabs</title><link>https://www.xlabs.club/docs/cloud/</link><description>Recent content in 云原生 on XLabs</description><generator>Hugo -- gohugo.io</generator><language>zh</language><copyright>Copyright (c) 2020-2023 XLabs Club</copyright><lastBuildDate>Thu, 07 Sep 2023 16:12:37 +0200</lastBuildDate><atom:link href="https://www.xlabs.club/docs/cloud/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction</title><link>https://www.xlabs.club/docs/cloud/introduction/</link><pubDate>Thu, 07 Sep 2023 16:04:48 +0200</pubDate><guid>https://www.xlabs.club/docs/cloud/introduction/</guid><description>云原生技术探索。</description></item><item><title>TL;DR</title><link>https://www.xlabs.club/docs/cloud/tldr/</link><pubDate>Thu, 07 Dec 2023 16:04:48 +0200</pubDate><guid>https://www.xlabs.club/docs/cloud/tldr/</guid><description>常用 Kubernetes 命令,复制,粘贴,这就是生活。 | ||
复制 secret 到另一个 namespace。 kubectl get secret mys --namespace=na -oyaml | grep -v &#39;^\s*namespace:\s&#39; | kubectl apply --namespace=nb -f - 批量删除 pod。 kubectl get pods --all-namespaces | grep Evicted | awk &#39;{print $2 &#34; --namespace=&#34; $1}&#39; | xargs kubectl delete pod # Delete by label kubectl delete pod -n idaas-book -l app.kubernetes.io/name=idaas-book 密钥解密。 kubectl get secret my-creds -n mysql -o jsonpath=&#34;{.data.ADMIN_PASSWORD}&#34; | base64 --decode 合并多个 kube config 文件。 export KUBECONFIG=~/.</description></item></channel></rss> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://www.xlabs.club/docs/cloud/introduction/</loc><lastmod>2023-12-08T18:26:54+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url></urlset> | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://www.xlabs.club/docs/cloud/introduction/</loc><lastmod>2023-12-09T14:07:17+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://www.xlabs.club/docs/cloud/tldr/</loc><lastmod>2023-12-09T14:07:17+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url></urlset> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.