<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: First Look: Changing or Disabling Your Network Policy Provider on AKS	</title>
	<atom:link href="https://pixelrobots.co.uk/2024/03/first-look-changing-or-disabling-your-network-policy-provider-on-aks/feed/" rel="self" type="application/rss+xml" />
	<link>https://pixelrobots.co.uk/2024/03/first-look-changing-or-disabling-your-network-policy-provider-on-aks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=first-look-changing-or-disabling-your-network-policy-provider-on-aks</link>
	<description>A blog about Azure Kubernetes Service (AKS) and more...</description>
	<lastBuildDate>Thu, 04 Apr 2024 12:27:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Gaurav Sharma		</title>
		<link>https://pixelrobots.co.uk/2024/03/first-look-changing-or-disabling-your-network-policy-provider-on-aks/#comment-564</link>

		<dc:creator><![CDATA[Gaurav Sharma]]></dc:creator>
		<pubDate>Thu, 04 Apr 2024 12:27:04 +0000</pubDate>
		<guid isPermaLink="false">https://pixelrobots.co.uk/?p=39812#comment-564</guid>

					<description><![CDATA[Hello,

I tried to remove the network policy from aks cluster. but receiving below error with aks update command:

$ az aks update --resource-group rg-name --name cluster-name --network-policy none
ERROR: unrecognized arguments: --network-policy none

Examples from AI knowledge base:
az aks update --resource-group MyResourceGroup --name MyManagedCluster --load-balancer-managed-outbound-ip-count 2
Update a kubernetes cluster with standard SKU load balancer to use two AKS created IPs for the load balancer outbound connection usage.

az aks update --resource-group MyResourceGroup --name MyManagedCluster --api-server-authorized-ip-ranges 0.0.0.0/32
Restrict apiserver traffic in a kubernetes cluster to agentpool nodes.

az version
Show the versions of Azure CLI modules and extensions in JSON format by default or format configured by --output (autogenerated)

https://docs.microsoft.com/en-US/cli/azure/aks#az_aks_update
Read more about the command in reference docs


below are the az and extension versions

$ az version
{
  &quot;azure-cli&quot;: &quot;2.59.0&quot;,
  &quot;azure-cli-core&quot;: &quot;2.59.0&quot;,
  &quot;azure-cli-telemetry&quot;: &quot;1.1.0&quot;,
  &quot;extensions&quot;: {
    &quot;aks-preview&quot;: &quot;0.5.70&quot;
  }
}


Any help on mitigating this issue?]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>I tried to remove the network policy from aks cluster. but receiving below error with aks update command:</p>
<p>$ az aks update &#8211;resource-group rg-name &#8211;name cluster-name &#8211;network-policy none<br />
ERROR: unrecognized arguments: &#8211;network-policy none</p>
<p>Examples from AI knowledge base:<br />
az aks update &#8211;resource-group MyResourceGroup &#8211;name MyManagedCluster &#8211;load-balancer-managed-outbound-ip-count 2<br />
Update a kubernetes cluster with standard SKU load balancer to use two AKS created IPs for the load balancer outbound connection usage.</p>
<p>az aks update &#8211;resource-group MyResourceGroup &#8211;name MyManagedCluster &#8211;api-server-authorized-ip-ranges 0.0.0.0/32<br />
Restrict apiserver traffic in a kubernetes cluster to agentpool nodes.</p>
<p>az version<br />
Show the versions of Azure CLI modules and extensions in JSON format by default or format configured by &#8211;output (autogenerated)</p>
<p><a href="https://docs.microsoft.com/en-US/cli/azure/aks#az_aks_update" rel="nofollow ugc">https://docs.microsoft.com/en-US/cli/azure/aks#az_aks_update</a><br />
Read more about the command in reference docs</p>
<p>below are the az and extension versions</p>
<p>$ az version<br />
{<br />
  &#8220;azure-cli&#8221;: &#8220;2.59.0&#8221;,<br />
  &#8220;azure-cli-core&#8221;: &#8220;2.59.0&#8221;,<br />
  &#8220;azure-cli-telemetry&#8221;: &#8220;1.1.0&#8221;,<br />
  &#8220;extensions&#8221;: {<br />
    &#8220;aks-preview&#8221;: &#8220;0.5.70&#8221;<br />
  }<br />
}</p>
<p>Any help on mitigating this issue?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
