mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
minor updates to the footer and incorrect blog title
Signed-off-by: FeynmanZhou <pengfeizhou@yunify.com>
This commit is contained in:
parent
c9e15ccd90
commit
2295d9ac8c
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: 'Part 2: How to migrate to containerd and CRI-O after Docker Deprecation in Kubernetes 1.24'
|
||||
title: 'Part 2: How to migrate to containerd and CRI-O after Dockershim Deprecation in Kubernetes 1.24'
|
||||
tag: 'Kubernetes, containers, container runtimes, docker, containerd, cri-o, docker deprecation'
|
||||
keywords: 'Kubernetes, fundamentals, beginners, guide'
|
||||
description: 'In the last part of our series, we talked about what are CRI and OCI, differences between Docker, containerd, CRI-O and their architecture, etc. Recently, we’ve got to know that Docker is going to be deprecated from kubernetes! (check out this article officially from....'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
- id: Technology Blogs
|
||||
translation: Technology Blogs
|
||||
- id: KubeSphere®️ 2021 All Rights Reserved.
|
||||
translation: KubeSphere®️ 2021 All Rights Reserved.
|
||||
- id: KubeSphere®️ 2022 All Rights Reserved.
|
||||
translation: KubeSphere®️ 2022 All Rights Reserved.
|
||||
- id: Published on
|
||||
translation: Published on
|
||||
- id: KubeCon & QCon
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
- id: KubeSphere®️ 2021 All Rights Reserved.
|
||||
- id: KubeSphere®️ 2022 All Rights Reserved.
|
||||
translation: KubeSphere®️ 2021 Tüm Hakları Saklıdır.
|
||||
- id: Published on
|
||||
translation: Published on
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
- id: Technology Blogs
|
||||
translation: 技术博客
|
||||
- id: KubeSphere®️ 2021 All Rights Reserved.
|
||||
translation: "KubeSphere®️ 2021 All Rights Reserved."
|
||||
- id: KubeSphere®️ 2022 All Rights Reserved.
|
||||
translation: "KubeSphere®️ 2022 All Rights Reserved."
|
||||
- id: Published on
|
||||
translation: 发布于
|
||||
- id: KubeCon & QCon
|
||||
|
|
|
|||
|
|
@ -325,7 +325,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||
<a class='github-a' href="{{ .Site.Params.githubLink }}" target="_blank" rel="noopener noreferrer"></a>
|
||||
<a class='medium-a' href="{{ .Site.Params.mediumLink }}" target="_blank" rel="noopener noreferrer"></a>
|
||||
</div>
|
||||
<p class='p1'>{{ i18n "KubeSphere®️ 2021 All Rights Reserved." }}</p>
|
||||
<p class='p1'>{{ i18n "KubeSphere®️ 2022 All Rights Reserved." }}</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -406,7 +406,7 @@
|
|||
<a class='github-a' href="{{ .Site.Params.githubLink }}" target="_blank" rel="noopener noreferrer"></a>
|
||||
<a class='medium-a' href="{{ .Site.Params.mediumLink }}" target="_blank" rel="noopener noreferrer"></a>
|
||||
</div>
|
||||
<p class='p1'>{{ i18n "KubeSphere®️ 2021 All Rights Reserved." }}</p>
|
||||
<p class='p1'>{{ i18n "KubeSphere®️ 2022 All Rights Reserved." }}</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
<a class='github-a' href="{{ .Site.Params.githubLink }}" target="_blank" rel="noopener noreferrer"></a>
|
||||
<a class='medium-a' href="{{ .Site.Params.mediumLink }}" target="_blank" rel="noopener noreferrer"></a>
|
||||
</div>
|
||||
<p class='p1'>{{ i18n "KubeSphere®️ 2021 All Rights Reserved." }}</p>
|
||||
<p class='p1'>{{ i18n "KubeSphere®️ 2022 All Rights Reserved." }}</p>
|
||||
{{ if .Site.Params.showCaseNumber }}
|
||||
<p class="case">
|
||||
<a
|
||||
|
|
|
|||
Loading…
Reference in New Issue