feat: Блог на Hugo в K3s: часть 6 - миграция между namespace
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user