<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:tt="http://teletype.in/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Ivan Govnov</title><generator>teletype.in</generator><description><![CDATA[Носитель штанов]]></description><image><url>https://teletype.in/files/2b/8e/2b8e766f-8445-47de-ad82-6c8541902f25.jpeg</url><title>Ivan Govnov</title><link>https://blog.kapneh.ru/</link></image><link>https://blog.kapneh.ru/?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=kapneh</link><atom:link rel="self" type="application/rss+xml" href="https://teletype.in/rss/kapneh?offset=0"></atom:link><atom:link rel="next" type="application/rss+xml" href="https://teletype.in/rss/kapneh?offset=10"></atom:link><atom:link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></atom:link><pubDate>Mon, 01 Jun 2026 06:21:50 GMT</pubDate><lastBuildDate>Mon, 01 Jun 2026 06:21:50 GMT</lastBuildDate><item><guid isPermaLink="true">https://blog.kapneh.ru/minikube-on-hyperv</guid><link>https://blog.kapneh.ru/minikube-on-hyperv?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=kapneh</link><comments>https://blog.kapneh.ru/minikube-on-hyperv?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=kapneh#comments</comments><dc:creator>kapneh</dc:creator><title>minikube на hyper-v</title><pubDate>Mon, 05 Dec 2022 15:34:57 GMT</pubDate><media:content medium="image" url="https://img3.teletype.in/files/2c/72/2c72849b-eeeb-4d2f-9dca-0b50b54f6f85.png"></media:content><category>minikube</category><description><![CDATA[Установка и настройка minikube на майкрософтовском гипервизоре hyper-v]]></description><content:encoded><![CDATA[
  <p id="mOA6">Установка и настройка minikube на майкрософтовском гипервизоре hyper-v</p>
  <ol id="6z37">
    <li id="JYKU">Установка minikube<br /><code>winget install Kubernetes.minikube</code></li>
    <li id="XPZy">Добавляем виртуальный свитч для доступа кластера к локальной сети<br />получаем список адаптеров <code>Get-NetAdapter</code>, добавляем новый<br /><code>New-VMSwitch -name minikube -NetAdapterName Ethernet -AllowManagementOS $true</code></li>
    <li id="mXH5">Старт на hyper-v движке<br /><code>minikube start --driver=hyperv --hyperv-virtual-switch=minikube</code><br />или установить драйвер и свитч по-умолчанию<br /><code>minikube config set driver hyperv</code><br /><code>minikube config set hyperv-virtual-switch minikube</code></li>
  </ol>
  <p id="QFpa">Minikube готов!<br /></p>

]]></content:encoded></item></channel></rss>