feat: Блог на Hugo в K3s: часть 6 - миграция между namespace
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/posts/blog-part-1-architecture/">
|
||||
<link rel="canonical" href="http://192.168.11.190:1313/posts/blog-part-1-architecture/">
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/posts/blog-part-1-architecture/">
|
||||
<meta property="og:url" content="http://192.168.11.190:1313/posts/blog-part-1-architecture/">
|
||||
<meta property="og:site_name" content="Олег Казанин">
|
||||
<meta property="og:title" content="Блог на Hugo в K3s: часть 1 - архитектура и первый запуск">
|
||||
<meta property="og:description" content="Как я переехал с Jekyll на Hugo, почему выбрал тему Blowfish и как настроил два окружения с нуля. Начало цикла о том как я строил oakazanin.ru.">
|
||||
@@ -82,15 +82,16 @@
|
||||
<meta property="article:tag" content="Gitea">
|
||||
<meta property="article:tag" content="Homelab">
|
||||
<meta property="article:tag" content="Devops">
|
||||
<meta property="og:image" content="http://localhost:1313/posts/blog-part-1-architecture/featured.png">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-5-debugging/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-4-git-workflow/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-3-dev-environment/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-2-k8s-deployment/">
|
||||
<meta property="og:image" content="http://192.168.11.190:1313/posts/blog-part-1-architecture/featured.png">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-6-namespace-migration/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-5-debugging/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-4-git-workflow/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-3-dev-environment/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="http://localhost:1313/posts/blog-part-1-architecture/featured.png">
|
||||
<meta name="twitter:image" content="http://192.168.11.190:1313/posts/blog-part-1-architecture/featured.png">
|
||||
<meta name="twitter:title" content="Блог на Hugo в K3s: часть 1 - архитектура и первый запуск">
|
||||
<meta name="twitter:description" content="Как я переехал с Jekyll на Hugo, почему выбрал тему Blowfish и как настроил два окружения с нуля. Начало цикла о том как я строил oakazanin.ru.">
|
||||
|
||||
@@ -123,6 +124,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -131,8 +134,8 @@
|
||||
<link
|
||||
type="text/css"
|
||||
rel="stylesheet"
|
||||
href="/css/main.bundle.min.b5bc3f4587655153415b7825fd1716f97df9c99f87c23f81146f4dd4f9f49f04ad031e3b5f0ee5c0416707a1455ca2cfa8fc1f3a19ece1486b0126dcd310a63e.css"
|
||||
integrity="sha512-tbw/RYdlUVNBW3gl/RcW+X35yZ+Hwj+BFG9N1Pn0nwStAx47Xw7lwEFnB6FFXKLPqPwfOhns4UhrASbc0xCmPg==">
|
||||
href="/css/main.bundle.min.f7f4ea4d52ba0bdbea7d2aa148eb5d7e983ff2cae72189d5c1559a358b6970345d94eaef53a263ed180a9af4efa0eaff8d1be71018580e0826e3cc5959a0a23d.css"
|
||||
integrity="sha512-9/TqTVK6C9vqfSqhSOtdfpg/8srnIYnVwVWaNYtpcDRdlOrvU6Jj7RgKmvTvoOr/jRvnEBhYDggm48xZWaCiPQ==">
|
||||
|
||||
|
||||
|
||||
@@ -273,7 +276,7 @@
|
||||
"headline": "Блог на Hugo в K3s: часть 1 - архитектура и первый запуск",
|
||||
"description": "Как я переехал с Jekyll на Hugo, почему выбрал тему Blowfish и как настроил два окружения с нуля. Начало цикла о том как я строил oakazanin.ru.",
|
||||
"inLanguage": "ru",
|
||||
"url" : "http://localhost:1313/posts/blog-part-1-architecture/",
|
||||
"url" : "http://192.168.11.190:1313/posts/blog-part-1-architecture/",
|
||||
"author" : {
|
||||
"@type": "Person",
|
||||
"name": "Олег Казанин"
|
||||
@@ -1042,6 +1045,16 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div
|
||||
class="py-1 border-dotted border-neutral-300 border-s-1 -ms-5 ps-5 dark:border-neutral-600">
|
||||
<a href="/posts/blog-part-6-namespace-migration/">
|
||||
Часть 6:
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</details>
|
||||
@@ -1433,6 +1446,16 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div
|
||||
class="py-1 border-dotted border-neutral-300 border-s-1 -ms-5 ps-5 dark:border-neutral-600">
|
||||
<a href="/posts/blog-part-6-namespace-migration/">
|
||||
Часть 6:
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</details>
|
||||
@@ -2308,6 +2331,28 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="pt-3">
|
||||
<hr class="border-dotted border-neutral-300 dark:border-neutral-600">
|
||||
<div class="pt-3">
|
||||
|
||||
<div class="vk-comments-wrap">
|
||||
<div id="vk_comments"></div>
|
||||
</div>
|
||||
<script type="text/javascript" src="https://vk.com/js/api/openapi.js?169"></script>
|
||||
<script type="text/javascript">
|
||||
VK.init({apiId: 54459311, onlyWidgets: true});
|
||||
VK.Widgets.Comments("vk_comments", {
|
||||
limit: 10,
|
||||
attach: "*",
|
||||
autoPublish: 0,
|
||||
pageUrl: "http:\/\/192.168.11.190:1313\/posts\/blog-part-1-architecture\/"
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</footer>
|
||||
</article>
|
||||
|
||||
@@ -2418,7 +2463,7 @@
|
||||
<div
|
||||
id="search-wrapper"
|
||||
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh] z-500"
|
||||
data-url="http://localhost:1313/">
|
||||
data-url="http://192.168.11.190:1313/">
|
||||
<div
|
||||
id="search-modal"
|
||||
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800">
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/posts/blog-part-2-k8s-deployment/">
|
||||
<link rel="canonical" href="http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/">
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/posts/blog-part-2-k8s-deployment/">
|
||||
<meta property="og:url" content="http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/">
|
||||
<meta property="og:site_name" content="Олег Казанин">
|
||||
<meta property="og:title" content="Блог на Hugo в K3s: часть 2 - деплой в кластер">
|
||||
<meta property="og:description" content="NFS хранилище, Hugo Builder с webhook listener, Nginx с Prometheus exporter и автоматический SSL от Let's Encrypt. Полный деплой production окружения.">
|
||||
@@ -83,15 +83,16 @@
|
||||
<meta property="article:tag" content="Nfs">
|
||||
<meta property="article:tag" content="Traefik">
|
||||
<meta property="article:tag" content="Cert-Manager">
|
||||
<meta property="og:image" content="http://localhost:1313/posts/blog-part-2-k8s-deployment/featured.png">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-5-debugging/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-4-git-workflow/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-3-dev-environment/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-1-architecture/">
|
||||
<meta property="og:image" content="http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/featured.png">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-6-namespace-migration/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-5-debugging/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-4-git-workflow/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-3-dev-environment/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-1-architecture/">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="http://localhost:1313/posts/blog-part-2-k8s-deployment/featured.png">
|
||||
<meta name="twitter:image" content="http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/featured.png">
|
||||
<meta name="twitter:title" content="Блог на Hugo в K3s: часть 2 - деплой в кластер">
|
||||
<meta name="twitter:description" content="NFS хранилище, Hugo Builder с webhook listener, Nginx с Prometheus exporter и автоматический SSL от Let's Encrypt. Полный деплой production окружения.">
|
||||
|
||||
@@ -124,6 +125,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -132,8 +135,8 @@
|
||||
<link
|
||||
type="text/css"
|
||||
rel="stylesheet"
|
||||
href="/css/main.bundle.min.b5bc3f4587655153415b7825fd1716f97df9c99f87c23f81146f4dd4f9f49f04ad031e3b5f0ee5c0416707a1455ca2cfa8fc1f3a19ece1486b0126dcd310a63e.css"
|
||||
integrity="sha512-tbw/RYdlUVNBW3gl/RcW+X35yZ+Hwj+BFG9N1Pn0nwStAx47Xw7lwEFnB6FFXKLPqPwfOhns4UhrASbc0xCmPg==">
|
||||
href="/css/main.bundle.min.f7f4ea4d52ba0bdbea7d2aa148eb5d7e983ff2cae72189d5c1559a358b6970345d94eaef53a263ed180a9af4efa0eaff8d1be71018580e0826e3cc5959a0a23d.css"
|
||||
integrity="sha512-9/TqTVK6C9vqfSqhSOtdfpg/8srnIYnVwVWaNYtpcDRdlOrvU6Jj7RgKmvTvoOr/jRvnEBhYDggm48xZWaCiPQ==">
|
||||
|
||||
|
||||
|
||||
@@ -274,7 +277,7 @@
|
||||
"headline": "Блог на Hugo в K3s: часть 2 - деплой в кластер",
|
||||
"description": "NFS хранилище, Hugo Builder с webhook listener, Nginx с Prometheus exporter и автоматический SSL от Let\u0027s Encrypt. Полный деплой production окружения.",
|
||||
"inLanguage": "ru",
|
||||
"url" : "http://localhost:1313/posts/blog-part-2-k8s-deployment/",
|
||||
"url" : "http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/",
|
||||
"author" : {
|
||||
"@type": "Person",
|
||||
"name": "Олег Казанин"
|
||||
@@ -1071,6 +1074,16 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div
|
||||
class="py-1 border-dotted border-neutral-300 border-s-1 -ms-5 ps-5 dark:border-neutral-600">
|
||||
<a href="/posts/blog-part-6-namespace-migration/">
|
||||
Часть 6:
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</details>
|
||||
@@ -1786,6 +1799,16 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div
|
||||
class="py-1 border-dotted border-neutral-300 border-s-1 -ms-5 ps-5 dark:border-neutral-600">
|
||||
<a href="/posts/blog-part-6-namespace-migration/">
|
||||
Часть 6:
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</details>
|
||||
@@ -3032,7 +3055,7 @@
|
||||
<div
|
||||
id="search-wrapper"
|
||||
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh] z-500"
|
||||
data-url="http://localhost:1313/">
|
||||
data-url="http://192.168.11.190:1313/">
|
||||
<div
|
||||
id="search-modal"
|
||||
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800">
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/posts/blog-part-3-dev-environment/">
|
||||
<link rel="canonical" href="http://192.168.11.190:1313/posts/blog-part-3-dev-environment/">
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/posts/blog-part-3-dev-environment/">
|
||||
<meta property="og:url" content="http://192.168.11.190:1313/posts/blog-part-3-dev-environment/">
|
||||
<meta property="og:site_name" content="Олег Казанин">
|
||||
<meta property="og:title" content="Блог на Hugo в K3s: часть 3 - development окружение">
|
||||
<meta property="og:description" content="Второй пайплайн для ветки dev с отдельным Hugo Builder, Nginx и защитой через Basic Auth. Тестируем изменения перед публикацией в production.">
|
||||
@@ -82,15 +82,16 @@
|
||||
<meta property="article:tag" content="Kubernetes">
|
||||
<meta property="article:tag" content="Traefik">
|
||||
<meta property="article:tag" content="Basic-Auth">
|
||||
<meta property="og:image" content="http://localhost:1313/posts/blog-part-3-dev-environment/featured.png">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-5-debugging/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-4-git-workflow/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-2-k8s-deployment/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-1-architecture/">
|
||||
<meta property="og:image" content="http://192.168.11.190:1313/posts/blog-part-3-dev-environment/featured.png">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-6-namespace-migration/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-5-debugging/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-4-git-workflow/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-1-architecture/">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="http://localhost:1313/posts/blog-part-3-dev-environment/featured.png">
|
||||
<meta name="twitter:image" content="http://192.168.11.190:1313/posts/blog-part-3-dev-environment/featured.png">
|
||||
<meta name="twitter:title" content="Блог на Hugo в K3s: часть 3 - development окружение">
|
||||
<meta name="twitter:description" content="Второй пайплайн для ветки dev с отдельным Hugo Builder, Nginx и защитой через Basic Auth. Тестируем изменения перед публикацией в production.">
|
||||
|
||||
@@ -123,6 +124,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -131,8 +134,8 @@
|
||||
<link
|
||||
type="text/css"
|
||||
rel="stylesheet"
|
||||
href="/css/main.bundle.min.b5bc3f4587655153415b7825fd1716f97df9c99f87c23f81146f4dd4f9f49f04ad031e3b5f0ee5c0416707a1455ca2cfa8fc1f3a19ece1486b0126dcd310a63e.css"
|
||||
integrity="sha512-tbw/RYdlUVNBW3gl/RcW+X35yZ+Hwj+BFG9N1Pn0nwStAx47Xw7lwEFnB6FFXKLPqPwfOhns4UhrASbc0xCmPg==">
|
||||
href="/css/main.bundle.min.f7f4ea4d52ba0bdbea7d2aa148eb5d7e983ff2cae72189d5c1559a358b6970345d94eaef53a263ed180a9af4efa0eaff8d1be71018580e0826e3cc5959a0a23d.css"
|
||||
integrity="sha512-9/TqTVK6C9vqfSqhSOtdfpg/8srnIYnVwVWaNYtpcDRdlOrvU6Jj7RgKmvTvoOr/jRvnEBhYDggm48xZWaCiPQ==">
|
||||
|
||||
|
||||
|
||||
@@ -273,7 +276,7 @@
|
||||
"headline": "Блог на Hugo в K3s: часть 3 - development окружение",
|
||||
"description": "Второй пайплайн для ветки dev с отдельным Hugo Builder, Nginx и защитой через Basic Auth. Тестируем изменения перед публикацией в production.",
|
||||
"inLanguage": "ru",
|
||||
"url" : "http://localhost:1313/posts/blog-part-3-dev-environment/",
|
||||
"url" : "http://192.168.11.190:1313/posts/blog-part-3-dev-environment/",
|
||||
"author" : {
|
||||
"@type": "Person",
|
||||
"name": "Олег Казанин"
|
||||
@@ -1044,6 +1047,16 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div
|
||||
class="py-1 border-dotted border-neutral-300 border-s-1 -ms-5 ps-5 dark:border-neutral-600">
|
||||
<a href="/posts/blog-part-6-namespace-migration/">
|
||||
Часть 6:
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</details>
|
||||
@@ -1622,6 +1635,16 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div
|
||||
class="py-1 border-dotted border-neutral-300 border-s-1 -ms-5 ps-5 dark:border-neutral-600">
|
||||
<a href="/posts/blog-part-6-namespace-migration/">
|
||||
Часть 6:
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</details>
|
||||
@@ -3139,7 +3162,7 @@
|
||||
<div
|
||||
id="search-wrapper"
|
||||
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh] z-500"
|
||||
data-url="http://localhost:1313/">
|
||||
data-url="http://192.168.11.190:1313/">
|
||||
<div
|
||||
id="search-modal"
|
||||
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800">
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/posts/blog-part-4-git-workflow/">
|
||||
<link rel="canonical" href="http://192.168.11.190:1313/posts/blog-part-4-git-workflow/">
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/posts/blog-part-4-git-workflow/">
|
||||
<meta property="og:url" content="http://192.168.11.190:1313/posts/blog-part-4-git-workflow/">
|
||||
<meta property="og:site_name" content="Олег Казанин">
|
||||
<meta property="og:title" content="Блог на Hugo в K3s: часть 4 - выбор Git workflow">
|
||||
<meta property="og:description" content="Две папки или одна с переключением веток? Разбираем варианты организации работы с dev и production окружениями на практических примерах.">
|
||||
@@ -81,15 +81,16 @@
|
||||
<meta property="article:tag" content="Workflow">
|
||||
<meta property="article:tag" content="Devops">
|
||||
<meta property="article:tag" content="Hugo">
|
||||
<meta property="og:image" content="http://localhost:1313/posts/blog-part-4-git-workflow/featured.png">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-5-debugging/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-3-dev-environment/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-2-k8s-deployment/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-1-architecture/">
|
||||
<meta property="og:image" content="http://192.168.11.190:1313/posts/blog-part-4-git-workflow/featured.png">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-6-namespace-migration/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-5-debugging/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-3-dev-environment/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-1-architecture/">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="http://localhost:1313/posts/blog-part-4-git-workflow/featured.png">
|
||||
<meta name="twitter:image" content="http://192.168.11.190:1313/posts/blog-part-4-git-workflow/featured.png">
|
||||
<meta name="twitter:title" content="Блог на Hugo в K3s: часть 4 - выбор Git workflow">
|
||||
<meta name="twitter:description" content="Две папки или одна с переключением веток? Разбираем варианты организации работы с dev и production окружениями на практических примерах.">
|
||||
|
||||
@@ -122,6 +123,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -130,8 +133,8 @@
|
||||
<link
|
||||
type="text/css"
|
||||
rel="stylesheet"
|
||||
href="/css/main.bundle.min.b5bc3f4587655153415b7825fd1716f97df9c99f87c23f81146f4dd4f9f49f04ad031e3b5f0ee5c0416707a1455ca2cfa8fc1f3a19ece1486b0126dcd310a63e.css"
|
||||
integrity="sha512-tbw/RYdlUVNBW3gl/RcW+X35yZ+Hwj+BFG9N1Pn0nwStAx47Xw7lwEFnB6FFXKLPqPwfOhns4UhrASbc0xCmPg==">
|
||||
href="/css/main.bundle.min.f7f4ea4d52ba0bdbea7d2aa148eb5d7e983ff2cae72189d5c1559a358b6970345d94eaef53a263ed180a9af4efa0eaff8d1be71018580e0826e3cc5959a0a23d.css"
|
||||
integrity="sha512-9/TqTVK6C9vqfSqhSOtdfpg/8srnIYnVwVWaNYtpcDRdlOrvU6Jj7RgKmvTvoOr/jRvnEBhYDggm48xZWaCiPQ==">
|
||||
|
||||
|
||||
|
||||
@@ -272,7 +275,7 @@
|
||||
"headline": "Блог на Hugo в K3s: часть 4 - выбор Git workflow",
|
||||
"description": "Две папки или одна с переключением веток? Разбираем варианты организации работы с dev и production окружениями на практических примерах.",
|
||||
"inLanguage": "ru",
|
||||
"url" : "http://localhost:1313/posts/blog-part-4-git-workflow/",
|
||||
"url" : "http://192.168.11.190:1313/posts/blog-part-4-git-workflow/",
|
||||
"author" : {
|
||||
"@type": "Person",
|
||||
"name": "Олег Казанин"
|
||||
@@ -1087,6 +1090,16 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div
|
||||
class="py-1 border-dotted border-neutral-300 border-s-1 -ms-5 ps-5 dark:border-neutral-600">
|
||||
<a href="/posts/blog-part-6-namespace-migration/">
|
||||
Часть 6:
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</details>
|
||||
@@ -1666,6 +1679,16 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div
|
||||
class="py-1 border-dotted border-neutral-300 border-s-1 -ms-5 ps-5 dark:border-neutral-600">
|
||||
<a href="/posts/blog-part-6-namespace-migration/">
|
||||
Часть 6:
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</details>
|
||||
@@ -3444,7 +3467,7 @@
|
||||
<div
|
||||
id="search-wrapper"
|
||||
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh] z-500"
|
||||
data-url="http://localhost:1313/">
|
||||
data-url="http://192.168.11.190:1313/">
|
||||
<div
|
||||
id="search-modal"
|
||||
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800">
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/posts/blog-part-5-debugging/">
|
||||
<link rel="canonical" href="http://192.168.11.190:1313/posts/blog-part-5-debugging/">
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/posts/blog-part-5-debugging/">
|
||||
<meta property="og:url" content="http://192.168.11.190:1313/posts/blog-part-5-debugging/">
|
||||
<meta property="og:site_name" content="Олег Казанин">
|
||||
<meta property="og:title" content="Блог на Hugo в K3s: часть 5 - что делать когда всё внезапно сломалось">
|
||||
<meta property="og:description" content="Сайт работал вчера, а сегодня 503. Алгоритм диагностики Kubernetes проблем за 5 минут - от DNS до пода, без паники и танцев с бубном.">
|
||||
@@ -83,15 +83,16 @@
|
||||
<meta property="article:tag" content="Debugging">
|
||||
<meta property="article:tag" content="Nginx">
|
||||
<meta property="article:tag" content="Troubleshooting">
|
||||
<meta property="og:image" content="http://localhost:1313/posts/blog-part-5-debugging/featured.png">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-4-git-workflow/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-3-dev-environment/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-2-k8s-deployment/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/blog-part-1-architecture/">
|
||||
<meta property="og:image" content="http://192.168.11.190:1313/posts/blog-part-5-debugging/featured.png">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-6-namespace-migration/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-4-git-workflow/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-3-dev-environment/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/blog-part-1-architecture/">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="http://localhost:1313/posts/blog-part-5-debugging/featured.png">
|
||||
<meta name="twitter:image" content="http://192.168.11.190:1313/posts/blog-part-5-debugging/featured.png">
|
||||
<meta name="twitter:title" content="Блог на Hugo в K3s: часть 5 - что делать когда всё внезапно сломалось">
|
||||
<meta name="twitter:description" content="Сайт работал вчера, а сегодня 503. Алгоритм диагностики Kubernetes проблем за 5 минут - от DNS до пода, без паники и танцев с бубном.">
|
||||
|
||||
@@ -124,6 +125,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -132,8 +135,8 @@
|
||||
<link
|
||||
type="text/css"
|
||||
rel="stylesheet"
|
||||
href="/css/main.bundle.min.b5bc3f4587655153415b7825fd1716f97df9c99f87c23f81146f4dd4f9f49f04ad031e3b5f0ee5c0416707a1455ca2cfa8fc1f3a19ece1486b0126dcd310a63e.css"
|
||||
integrity="sha512-tbw/RYdlUVNBW3gl/RcW+X35yZ+Hwj+BFG9N1Pn0nwStAx47Xw7lwEFnB6FFXKLPqPwfOhns4UhrASbc0xCmPg==">
|
||||
href="/css/main.bundle.min.f7f4ea4d52ba0bdbea7d2aa148eb5d7e983ff2cae72189d5c1559a358b6970345d94eaef53a263ed180a9af4efa0eaff8d1be71018580e0826e3cc5959a0a23d.css"
|
||||
integrity="sha512-9/TqTVK6C9vqfSqhSOtdfpg/8srnIYnVwVWaNYtpcDRdlOrvU6Jj7RgKmvTvoOr/jRvnEBhYDggm48xZWaCiPQ==">
|
||||
|
||||
|
||||
|
||||
@@ -274,7 +277,7 @@
|
||||
"headline": "Блог на Hugo в K3s: часть 5 - что делать когда всё внезапно сломалось",
|
||||
"description": "Сайт работал вчера, а сегодня 503. Алгоритм диагностики Kubernetes проблем за 5 минут - от DNS до пода, без паники и танцев с бубном.",
|
||||
"inLanguage": "ru",
|
||||
"url" : "http://localhost:1313/posts/blog-part-5-debugging/",
|
||||
"url" : "http://192.168.11.190:1313/posts/blog-part-5-debugging/",
|
||||
"author" : {
|
||||
"@type": "Person",
|
||||
"name": "Олег Казанин"
|
||||
@@ -1125,6 +1128,16 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div
|
||||
class="py-1 border-dotted border-neutral-300 border-s-1 -ms-5 ps-5 dark:border-neutral-600">
|
||||
<a href="/posts/blog-part-6-namespace-migration/">
|
||||
Часть 6:
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</details>
|
||||
@@ -1903,6 +1916,16 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div
|
||||
class="py-1 border-dotted border-neutral-300 border-s-1 -ms-5 ps-5 dark:border-neutral-600">
|
||||
<a href="/posts/blog-part-6-namespace-migration/">
|
||||
Часть 6:
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</details>
|
||||
@@ -3541,6 +3564,19 @@
|
||||
</span>
|
||||
<span class="flex flex-col items-end">
|
||||
|
||||
<a
|
||||
class="flex text-right text-neutral-700 hover:text-primary-600 dark:text-neutral dark:hover:text-primary-400"
|
||||
href="/posts/blog-part-6-namespace-migration/">
|
||||
<span class="leading-6">
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace <span class="inline-block rtl:rotate-180">→</span>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<span class="me-6 mt-1 text-xs text-neutral-500 dark:text-neutral-400">
|
||||
<time datetime="2026-02-18T00:00:00+00:00">18 февраля 2026</time>
|
||||
</span>
|
||||
|
||||
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -3658,7 +3694,7 @@
|
||||
<div
|
||||
id="search-wrapper"
|
||||
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh] z-500"
|
||||
data-url="http://localhost:1313/">
|
||||
data-url="http://192.168.11.190:1313/">
|
||||
<div
|
||||
id="search-modal"
|
||||
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800">
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 253 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 938 KiB |
File diff suppressed because it is too large
Load Diff
+296
-9
@@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/posts/">
|
||||
<link rel="canonical" href="http://192.168.11.190:1313/posts/">
|
||||
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" href="/posts/index.xml" title="Олег Казанин" />
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/posts/">
|
||||
<meta property="og:url" content="http://192.168.11.190:1313/posts/">
|
||||
<meta property="og:site_name" content="Олег Казанин">
|
||||
<meta property="og:title" content="Posts">
|
||||
<meta property="og:locale" content="ru">
|
||||
@@ -112,6 +112,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -120,8 +122,8 @@
|
||||
<link
|
||||
type="text/css"
|
||||
rel="stylesheet"
|
||||
href="/css/main.bundle.min.b5bc3f4587655153415b7825fd1716f97df9c99f87c23f81146f4dd4f9f49f04ad031e3b5f0ee5c0416707a1455ca2cfa8fc1f3a19ece1486b0126dcd310a63e.css"
|
||||
integrity="sha512-tbw/RYdlUVNBW3gl/RcW+X35yZ+Hwj+BFG9N1Pn0nwStAx47Xw7lwEFnB6FFXKLPqPwfOhns4UhrASbc0xCmPg==">
|
||||
href="/css/main.bundle.min.f7f4ea4d52ba0bdbea7d2aa148eb5d7e983ff2cae72189d5c1559a358b6970345d94eaef53a263ed180a9af4efa0eaff8d1be71018580e0826e3cc5959a0a23d.css"
|
||||
integrity="sha512-9/TqTVK6C9vqfSqhSOtdfpg/8srnIYnVwVWaNYtpcDRdlOrvU6Jj7RgKmvTvoOr/jRvnEBhYDggm48xZWaCiPQ==">
|
||||
|
||||
|
||||
|
||||
@@ -239,16 +241,16 @@
|
||||
"headline": "Posts",
|
||||
|
||||
"inLanguage": "ru",
|
||||
"url" : "http://localhost:1313/posts/",
|
||||
"url" : "http://192.168.11.190:1313/posts/",
|
||||
"author" : {
|
||||
"@type": "Person",
|
||||
"name": "Олег Казанин"
|
||||
},
|
||||
"copyrightYear": "2026",
|
||||
"dateCreated": "2026-02-17T00:00:00\u002b00:00",
|
||||
"datePublished": "2026-02-17T00:00:00\u002b00:00",
|
||||
"dateCreated": "2026-02-18T00:00:00\u002b00:00",
|
||||
"datePublished": "2026-02-18T00:00:00\u002b00:00",
|
||||
|
||||
"dateModified": "2026-02-17T00:00:00\u002b00:00",
|
||||
"dateModified": "2026-02-18T00:00:00\u002b00:00",
|
||||
|
||||
|
||||
|
||||
@@ -618,6 +620,291 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<article class="article-link--simple flex flex-col md:flex-row relative">
|
||||
|
||||
<div class="flex-none relative overflow-hidden thumbnail-shadow md:mr-7 thumbnail">
|
||||
<img
|
||||
src="/posts/blog-part-6-namespace-migration/featured_hu_410188b69a51ae8c.png"
|
||||
role="presentation"
|
||||
loading="lazy"
|
||||
decoding="async"
|
||||
class="not-prose absolute inset-0 w-full h-full object-cover">
|
||||
</div>
|
||||
|
||||
<div class=" mt-3 md:mt-0">
|
||||
<header class="items-center text-start text-xl font-semibold">
|
||||
<a
|
||||
|
||||
href="/posts/blog-part-6-namespace-migration/"
|
||||
|
||||
class="not-prose before:absolute before:inset-0 decoration-primary-500 dark:text-neutral text-xl font-bold text-neutral-800 hover:underline hover:underline-offset-2">
|
||||
<h2>
|
||||
Блог на Hugo в K3s: часть 6 - миграция между namespace
|
||||
|
||||
</h2>
|
||||
</a>
|
||||
|
||||
|
||||
</header>
|
||||
<div class="text-sm text-neutral-500 dark:text-neutral-400">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="flex flex-row flex-wrap items-center">
|
||||
|
||||
|
||||
<time datetime="2026-02-18T00:00:00+00:00">18 февраля 2026</time><span class="px-2 text-primary-500">·</span><span title="Время чтения">7 минут</span><span class="px-2 text-primary-500">·</span><span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span
|
||||
id="views_posts/blog-part-6-namespace-migration/index.md"
|
||||
class="animate-pulse inline-block text-transparent max-h-3 rounded-full -mt-[2px] align-middle bg-neutral-300 dark:bg-neutral-400"
|
||||
title="views"
|
||||
>loading</span
|
||||
>
|
||||
<span class="inline-block align-text-bottom"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
|
||||
<path fill="currentColor" d="M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM432 256c0 79.5-64.5 144-144 144s-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144zM288 192c0 35.3-28.7 64-64 64c-11.5 0-22.3-3-31.6-8.4c-.2 2.8-.4 5.5-.4 8.4c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-2.8 0-5.6 .1-8.4 .4c5.3 9.3 8.4 20.1 8.4 31.6z"/></svg></span></span>
|
||||
</span>
|
||||
<span class="px-2 text-primary-500">·</span><span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<span
|
||||
id="likes_posts/blog-part-6-namespace-migration/index.md"
|
||||
class="animate-pulse inline-block text-transparent max-h-3 rounded-full -mt-[2px] align-middle bg-neutral-300 dark:bg-neutral-400"
|
||||
title="likes"
|
||||
>loading</span
|
||||
>
|
||||
<span class="inline-block align-text-bottom"><span class="relative block icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
<path fill="currentColor" d="M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"/></svg></span></span>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="flex flex-row flex-wrap items-center">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="relative mt-[0.5rem] me-2" href="/categories/infrastructure/">
|
||||
<span class="flex cursor-pointer">
|
||||
<span
|
||||
class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
|
||||
Infrastructure
|
||||
</span>
|
||||
</span>
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="relative mt-[0.5rem] me-2" href="/tags/kubernetes/">
|
||||
<span class="flex cursor-pointer">
|
||||
<span
|
||||
class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
|
||||
Kubernetes
|
||||
</span>
|
||||
</span>
|
||||
|
||||
</a>
|
||||
|
||||
<a class="relative mt-[0.5rem] me-2" href="/tags/k3s/">
|
||||
<span class="flex cursor-pointer">
|
||||
<span
|
||||
class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
|
||||
K3s
|
||||
</span>
|
||||
</span>
|
||||
|
||||
</a>
|
||||
|
||||
<a class="relative mt-[0.5rem] me-2" href="/tags/gitea/">
|
||||
<span class="flex cursor-pointer">
|
||||
<span
|
||||
class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
|
||||
Gitea
|
||||
</span>
|
||||
</span>
|
||||
|
||||
</a>
|
||||
|
||||
<a class="relative mt-[0.5rem] me-2" href="/tags/devops/">
|
||||
<span class="flex cursor-pointer">
|
||||
<span
|
||||
class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
|
||||
Devops
|
||||
</span>
|
||||
</span>
|
||||
|
||||
</a>
|
||||
|
||||
<a class="relative mt-[0.5rem] me-2" href="/tags/homelab/">
|
||||
<span class="flex cursor-pointer">
|
||||
<span
|
||||
class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
|
||||
Homelab
|
||||
</span>
|
||||
</span>
|
||||
|
||||
</a>
|
||||
|
||||
<a class="relative mt-[0.5rem] me-2" href="/tags/namespace/">
|
||||
<span class="flex cursor-pointer">
|
||||
<span
|
||||
class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400">
|
||||
Namespace
|
||||
</span>
|
||||
</span>
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="px-6 pt-4 pb-2"></div>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -2940,7 +3227,7 @@
|
||||
<div
|
||||
id="search-wrapper"
|
||||
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh] z-500"
|
||||
data-url="http://localhost:1313/">
|
||||
data-url="http://192.168.11.190:1313/">
|
||||
<div
|
||||
id="search-modal"
|
||||
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800">
|
||||
|
||||
+36
-26
@@ -2,93 +2,103 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Posts on Олег Казанин</title>
|
||||
<link>http://localhost:1313/posts/</link>
|
||||
<link>http://192.168.11.190:1313/posts/</link>
|
||||
<description>Recent content in Posts on Олег Казанин</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>ru</language>
|
||||
<managingEditor>oakazanin@ya.ru (Олег Казанин)</managingEditor>
|
||||
<webMaster>oakazanin@ya.ru (Олег Казанин)</webMaster>
|
||||
<copyright>© 2026 Олег Казанин</copyright>
|
||||
<lastBuildDate>Tue, 17 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Wed, 18 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="http://192.168.11.190:1313/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
<item>
|
||||
<title>Блог на Hugo в K3s: часть 6 - миграция между namespace</title>
|
||||
<link>http://192.168.11.190:1313/posts/blog-part-6-namespace-migration/</link>
|
||||
<pubDate>Wed, 18 Feb 2026 00:00:00 +0000</pubDate>
|
||||
<author>oakazanin@ya.ru (Олег Казанин)</author>
|
||||
<guid>http://192.168.11.190:1313/posts/blog-part-6-namespace-migration/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://192.168.11.190:1313/posts/blog-part-6-namespace-migration/featured.png" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Блог на Hugo в K3s: часть 5 - что делать когда всё внезапно сломалось</title>
|
||||
<link>http://localhost:1313/posts/blog-part-5-debugging/</link>
|
||||
<link>http://192.168.11.190:1313/posts/blog-part-5-debugging/</link>
|
||||
<pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate>
|
||||
<author>oakazanin@ya.ru (Олег Казанин)</author>
|
||||
<guid>http://localhost:1313/posts/blog-part-5-debugging/</guid>
|
||||
<guid>http://192.168.11.190:1313/posts/blog-part-5-debugging/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/blog-part-5-debugging/featured.png" />
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://192.168.11.190:1313/posts/blog-part-5-debugging/featured.png" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Блог на Hugo в K3s: часть 4 - выбор Git workflow</title>
|
||||
<link>http://localhost:1313/posts/blog-part-4-git-workflow/</link>
|
||||
<link>http://192.168.11.190:1313/posts/blog-part-4-git-workflow/</link>
|
||||
<pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate>
|
||||
<author>oakazanin@ya.ru (Олег Казанин)</author>
|
||||
<guid>http://localhost:1313/posts/blog-part-4-git-workflow/</guid>
|
||||
<guid>http://192.168.11.190:1313/posts/blog-part-4-git-workflow/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/blog-part-4-git-workflow/featured.png" />
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://192.168.11.190:1313/posts/blog-part-4-git-workflow/featured.png" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Блог на Hugo в K3s: часть 3 - development окружение</title>
|
||||
<link>http://localhost:1313/posts/blog-part-3-dev-environment/</link>
|
||||
<link>http://192.168.11.190:1313/posts/blog-part-3-dev-environment/</link>
|
||||
<pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate>
|
||||
<author>oakazanin@ya.ru (Олег Казанин)</author>
|
||||
<guid>http://localhost:1313/posts/blog-part-3-dev-environment/</guid>
|
||||
<guid>http://192.168.11.190:1313/posts/blog-part-3-dev-environment/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/blog-part-3-dev-environment/featured.png" />
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://192.168.11.190:1313/posts/blog-part-3-dev-environment/featured.png" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Блог на Hugo в K3s: часть 2 - деплой в кластер</title>
|
||||
<link>http://localhost:1313/posts/blog-part-2-k8s-deployment/</link>
|
||||
<link>http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/</link>
|
||||
<pubDate>Thu, 08 Jan 2026 00:00:00 +0000</pubDate>
|
||||
<author>oakazanin@ya.ru (Олег Казанин)</author>
|
||||
<guid>http://localhost:1313/posts/blog-part-2-k8s-deployment/</guid>
|
||||
<guid>http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/blog-part-2-k8s-deployment/featured.png" />
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://192.168.11.190:1313/posts/blog-part-2-k8s-deployment/featured.png" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Блог на Hugo в K3s: часть 1 - архитектура и первый запуск</title>
|
||||
<link>http://localhost:1313/posts/blog-part-1-architecture/</link>
|
||||
<link>http://192.168.11.190:1313/posts/blog-part-1-architecture/</link>
|
||||
<pubDate>Sat, 03 Jan 2026 00:00:00 +0000</pubDate>
|
||||
<author>oakazanin@ya.ru (Олег Казанин)</author>
|
||||
<guid>http://localhost:1313/posts/blog-part-1-architecture/</guid>
|
||||
<guid>http://192.168.11.190:1313/posts/blog-part-1-architecture/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/blog-part-1-architecture/featured.png" />
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://192.168.11.190:1313/posts/blog-part-1-architecture/featured.png" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>K3s HA для homelab: Ставим K3s HA кластер</title>
|
||||
<link>http://localhost:1313/posts/k3s-part3-installation/</link>
|
||||
<link>http://192.168.11.190:1313/posts/k3s-part3-installation/</link>
|
||||
<pubDate>Sun, 02 Nov 2025 00:00:00 +0000</pubDate>
|
||||
<author>oakazanin@ya.ru (Олег Казанин)</author>
|
||||
<guid>http://localhost:1313/posts/k3s-part3-installation/</guid>
|
||||
<guid>http://192.168.11.190:1313/posts/k3s-part3-installation/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/k3s-part3-installation/featured.png" />
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://192.168.11.190:1313/posts/k3s-part3-installation/featured.png" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>K3s HA для homelab: Готовим инфраструктуру в Proxmox</title>
|
||||
<link>http://localhost:1313/posts/k3s-part2-infrastructure/</link>
|
||||
<link>http://192.168.11.190:1313/posts/k3s-part2-infrastructure/</link>
|
||||
<pubDate>Tue, 21 Oct 2025 00:00:00 +0000</pubDate>
|
||||
<author>oakazanin@ya.ru (Олег Казанин)</author>
|
||||
<guid>http://localhost:1313/posts/k3s-part2-infrastructure/</guid>
|
||||
<guid>http://192.168.11.190:1313/posts/k3s-part2-infrastructure/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/k3s-part2-infrastructure/featured.png" />
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://192.168.11.190:1313/posts/k3s-part2-infrastructure/featured.png" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>K3s HA для homelab: архитектура без боли</title>
|
||||
<link>http://localhost:1313/posts/k3s-part1-architecture/</link>
|
||||
<link>http://192.168.11.190:1313/posts/k3s-part1-architecture/</link>
|
||||
<pubDate>Tue, 14 Oct 2025 00:00:00 +0000</pubDate>
|
||||
<author>oakazanin@ya.ru (Олег Казанин)</author>
|
||||
<guid>http://localhost:1313/posts/k3s-part1-architecture/</guid>
|
||||
<guid>http://192.168.11.190:1313/posts/k3s-part1-architecture/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/posts/k3s-part1-architecture/featured.png" />
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://192.168.11.190:1313/posts/k3s-part1-architecture/featured.png" />
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/posts/k3s-part1-architecture/">
|
||||
<link rel="canonical" href="http://192.168.11.190:1313/posts/k3s-part1-architecture/">
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/posts/k3s-part1-architecture/">
|
||||
<meta property="og:url" content="http://192.168.11.190:1313/posts/k3s-part1-architecture/">
|
||||
<meta property="og:site_name" content="Олег Казанин">
|
||||
<meta property="og:title" content="K3s HA для homelab: архитектура без боли">
|
||||
<meta property="og:description" content="Полноценный Kubernetes в бинарнике на 50MB вместо 1.5GB зависимостей. Разбираем архитектуру K3s HA кластера: почему именно 3 master ноды, зачем embedded etcd и сколько ресурсов закладывать.">
|
||||
@@ -83,13 +83,13 @@
|
||||
<meta property="article:tag" content="Proxmox">
|
||||
<meta property="article:tag" content="Architecture">
|
||||
<meta property="article:tag" content="Ha">
|
||||
<meta property="og:image" content="http://localhost:1313/posts/k3s-part1-architecture/featured.png">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/k3s-part3-installation/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/k3s-part2-infrastructure/">
|
||||
<meta property="og:image" content="http://192.168.11.190:1313/posts/k3s-part1-architecture/featured.png">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/k3s-part3-installation/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/k3s-part2-infrastructure/">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="http://localhost:1313/posts/k3s-part1-architecture/featured.png">
|
||||
<meta name="twitter:image" content="http://192.168.11.190:1313/posts/k3s-part1-architecture/featured.png">
|
||||
<meta name="twitter:title" content="K3s HA для homelab: архитектура без боли">
|
||||
<meta name="twitter:description" content="Полноценный Kubernetes в бинарнике на 50MB вместо 1.5GB зависимостей. Разбираем архитектуру K3s HA кластера: почему именно 3 master ноды, зачем embedded etcd и сколько ресурсов закладывать.">
|
||||
|
||||
@@ -122,6 +122,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -130,8 +132,8 @@
|
||||
<link
|
||||
type="text/css"
|
||||
rel="stylesheet"
|
||||
href="/css/main.bundle.min.b5bc3f4587655153415b7825fd1716f97df9c99f87c23f81146f4dd4f9f49f04ad031e3b5f0ee5c0416707a1455ca2cfa8fc1f3a19ece1486b0126dcd310a63e.css"
|
||||
integrity="sha512-tbw/RYdlUVNBW3gl/RcW+X35yZ+Hwj+BFG9N1Pn0nwStAx47Xw7lwEFnB6FFXKLPqPwfOhns4UhrASbc0xCmPg==">
|
||||
href="/css/main.bundle.min.f7f4ea4d52ba0bdbea7d2aa148eb5d7e983ff2cae72189d5c1559a358b6970345d94eaef53a263ed180a9af4efa0eaff8d1be71018580e0826e3cc5959a0a23d.css"
|
||||
integrity="sha512-9/TqTVK6C9vqfSqhSOtdfpg/8srnIYnVwVWaNYtpcDRdlOrvU6Jj7RgKmvTvoOr/jRvnEBhYDggm48xZWaCiPQ==">
|
||||
|
||||
|
||||
|
||||
@@ -272,7 +274,7 @@
|
||||
"headline": "K3s HA для homelab: архитектура без боли",
|
||||
"description": "Полноценный Kubernetes в бинарнике на 50MB вместо 1.5GB зависимостей. Разбираем архитектуру K3s HA кластера: почему именно 3 master ноды, зачем embedded etcd и сколько ресурсов закладывать.",
|
||||
"inLanguage": "ru",
|
||||
"url" : "http://localhost:1313/posts/k3s-part1-architecture/",
|
||||
"url" : "http://192.168.11.190:1313/posts/k3s-part1-architecture/",
|
||||
"author" : {
|
||||
"@type": "Person",
|
||||
"name": "Олег Казанин"
|
||||
@@ -2066,7 +2068,7 @@
|
||||
<div
|
||||
id="search-wrapper"
|
||||
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh] z-500"
|
||||
data-url="http://localhost:1313/">
|
||||
data-url="http://192.168.11.190:1313/">
|
||||
<div
|
||||
id="search-modal"
|
||||
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800">
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/posts/k3s-part2-infrastructure/">
|
||||
<link rel="canonical" href="http://192.168.11.190:1313/posts/k3s-part2-infrastructure/">
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/posts/k3s-part2-infrastructure/">
|
||||
<meta property="og:url" content="http://192.168.11.190:1313/posts/k3s-part2-infrastructure/">
|
||||
<meta property="og:site_name" content="Олег Казанин">
|
||||
<meta property="og:title" content="K3s HA для homelab: Готовим инфраструктуру в Proxmox">
|
||||
<meta property="og:description" content="Создаём 5 VM в Proxmox с Debian 12, настраиваем сеть, отключаем swap и готовим систему для K3s. Пошаговая инструкция без сюрпризов.">
|
||||
@@ -83,13 +83,13 @@
|
||||
<meta property="article:tag" content="Proxmox">
|
||||
<meta property="article:tag" content="Infrastructure">
|
||||
<meta property="article:tag" content="Debian">
|
||||
<meta property="og:image" content="http://localhost:1313/posts/k3s-part2-infrastructure/featured.png">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/k3s-part3-installation/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/k3s-part1-architecture/">
|
||||
<meta property="og:image" content="http://192.168.11.190:1313/posts/k3s-part2-infrastructure/featured.png">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/k3s-part3-installation/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/k3s-part1-architecture/">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="http://localhost:1313/posts/k3s-part2-infrastructure/featured.png">
|
||||
<meta name="twitter:image" content="http://192.168.11.190:1313/posts/k3s-part2-infrastructure/featured.png">
|
||||
<meta name="twitter:title" content="K3s HA для homelab: Готовим инфраструктуру в Proxmox">
|
||||
<meta name="twitter:description" content="Создаём 5 VM в Proxmox с Debian 12, настраиваем сеть, отключаем swap и готовим систему для K3s. Пошаговая инструкция без сюрпризов.">
|
||||
|
||||
@@ -122,6 +122,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -130,8 +132,8 @@
|
||||
<link
|
||||
type="text/css"
|
||||
rel="stylesheet"
|
||||
href="/css/main.bundle.min.b5bc3f4587655153415b7825fd1716f97df9c99f87c23f81146f4dd4f9f49f04ad031e3b5f0ee5c0416707a1455ca2cfa8fc1f3a19ece1486b0126dcd310a63e.css"
|
||||
integrity="sha512-tbw/RYdlUVNBW3gl/RcW+X35yZ+Hwj+BFG9N1Pn0nwStAx47Xw7lwEFnB6FFXKLPqPwfOhns4UhrASbc0xCmPg==">
|
||||
href="/css/main.bundle.min.f7f4ea4d52ba0bdbea7d2aa148eb5d7e983ff2cae72189d5c1559a358b6970345d94eaef53a263ed180a9af4efa0eaff8d1be71018580e0826e3cc5959a0a23d.css"
|
||||
integrity="sha512-9/TqTVK6C9vqfSqhSOtdfpg/8srnIYnVwVWaNYtpcDRdlOrvU6Jj7RgKmvTvoOr/jRvnEBhYDggm48xZWaCiPQ==">
|
||||
|
||||
|
||||
|
||||
@@ -272,7 +274,7 @@
|
||||
"headline": "K3s HA для homelab: Готовим инфраструктуру в Proxmox",
|
||||
"description": "Создаём 5 VM в Proxmox с Debian 12, настраиваем сеть, отключаем swap и готовим систему для K3s. Пошаговая инструкция без сюрпризов.",
|
||||
"inLanguage": "ru",
|
||||
"url" : "http://localhost:1313/posts/k3s-part2-infrastructure/",
|
||||
"url" : "http://192.168.11.190:1313/posts/k3s-part2-infrastructure/",
|
||||
"author" : {
|
||||
"@type": "Person",
|
||||
"name": "Олег Казанин"
|
||||
@@ -2340,7 +2342,7 @@
|
||||
<div
|
||||
id="search-wrapper"
|
||||
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh] z-500"
|
||||
data-url="http://localhost:1313/">
|
||||
data-url="http://192.168.11.190:1313/">
|
||||
<div
|
||||
id="search-modal"
|
||||
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800">
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
|
||||
|
||||
<link rel="canonical" href="http://localhost:1313/posts/k3s-part3-installation/">
|
||||
<link rel="canonical" href="http://192.168.11.190:1313/posts/k3s-part3-installation/">
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/posts/k3s-part3-installation/">
|
||||
<meta property="og:url" content="http://192.168.11.190:1313/posts/k3s-part3-installation/">
|
||||
<meta property="og:site_name" content="Олег Казанин">
|
||||
<meta property="og:title" content="K3s HA для homelab: Ставим K3s HA кластер">
|
||||
<meta property="og:description" content="Один curl-скрипт на каждую ноду - и через 15 минут у вас работающий HA-кластер. Устанавливаем K3s на 3 master и 2 worker ноды, настраиваем kubectl.">
|
||||
@@ -83,13 +83,13 @@
|
||||
<meta property="article:tag" content="Installation">
|
||||
<meta property="article:tag" content="Ha">
|
||||
<meta property="article:tag" content="Etcd">
|
||||
<meta property="og:image" content="http://localhost:1313/posts/k3s-part3-installation/featured.png">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/k3s-part2-infrastructure/">
|
||||
<meta property="og:see_also" content="http://localhost:1313/posts/k3s-part1-architecture/">
|
||||
<meta property="og:image" content="http://192.168.11.190:1313/posts/k3s-part3-installation/featured.png">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/k3s-part2-infrastructure/">
|
||||
<meta property="og:see_also" content="http://192.168.11.190:1313/posts/k3s-part1-architecture/">
|
||||
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="http://localhost:1313/posts/k3s-part3-installation/featured.png">
|
||||
<meta name="twitter:image" content="http://192.168.11.190:1313/posts/k3s-part3-installation/featured.png">
|
||||
<meta name="twitter:title" content="K3s HA для homelab: Ставим K3s HA кластер">
|
||||
<meta name="twitter:description" content="Один curl-скрипт на каждую ноду - и через 15 минут у вас работающий HA-кластер. Устанавливаем K3s на 3 master и 2 worker ноды, настраиваем kubectl.">
|
||||
|
||||
@@ -122,6 +122,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -130,8 +132,8 @@
|
||||
<link
|
||||
type="text/css"
|
||||
rel="stylesheet"
|
||||
href="/css/main.bundle.min.b5bc3f4587655153415b7825fd1716f97df9c99f87c23f81146f4dd4f9f49f04ad031e3b5f0ee5c0416707a1455ca2cfa8fc1f3a19ece1486b0126dcd310a63e.css"
|
||||
integrity="sha512-tbw/RYdlUVNBW3gl/RcW+X35yZ+Hwj+BFG9N1Pn0nwStAx47Xw7lwEFnB6FFXKLPqPwfOhns4UhrASbc0xCmPg==">
|
||||
href="/css/main.bundle.min.f7f4ea4d52ba0bdbea7d2aa148eb5d7e983ff2cae72189d5c1559a358b6970345d94eaef53a263ed180a9af4efa0eaff8d1be71018580e0826e3cc5959a0a23d.css"
|
||||
integrity="sha512-9/TqTVK6C9vqfSqhSOtdfpg/8srnIYnVwVWaNYtpcDRdlOrvU6Jj7RgKmvTvoOr/jRvnEBhYDggm48xZWaCiPQ==">
|
||||
|
||||
|
||||
|
||||
@@ -272,7 +274,7 @@
|
||||
"headline": "K3s HA для homelab: Ставим K3s HA кластер",
|
||||
"description": "Один curl-скрипт на каждую ноду - и через 15 минут у вас работающий HA-кластер. Устанавливаем K3s на 3 master и 2 worker ноды, настраиваем kubectl.",
|
||||
"inLanguage": "ru",
|
||||
"url" : "http://localhost:1313/posts/k3s-part3-installation/",
|
||||
"url" : "http://192.168.11.190:1313/posts/k3s-part3-installation/",
|
||||
"author" : {
|
||||
"@type": "Person",
|
||||
"name": "Олег Казанин"
|
||||
@@ -2668,7 +2670,7 @@
|
||||
<div
|
||||
id="search-wrapper"
|
||||
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh] z-500"
|
||||
data-url="http://localhost:1313/">
|
||||
data-url="http://192.168.11.190:1313/">
|
||||
<div
|
||||
id="search-modal"
|
||||
class="flex flex-col w-full max-w-3xl min-h-0 mx-auto border rounded-md shadow-lg top-20 border-neutral-200 bg-neutral dark:border-neutral-700 dark:bg-neutral-800">
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<title>http://localhost:1313/posts/</title>
|
||||
<link rel="canonical" href="http://localhost:1313/posts/">
|
||||
<title>http://192.168.11.190:1313/posts/</title>
|
||||
<link rel="canonical" href="http://192.168.11.190:1313/posts/">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/posts/">
|
||||
<meta http-equiv="refresh" content="0; url=http://192.168.11.190:1313/posts/">
|
||||
</head>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user