Skip to content

Commit c2bc587

Browse files
committed
Update cli command for NGINX Load Balancer for Kubernetes to latest version
1 parent a6082b4 commit c2bc587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/nginxaas-azure/loadbalancer-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The NLK controller can be installed in your Kubernetes cluster using either Helm
148148
Install the NLK controller using `helm install`. Be sure your kubectl context is pointed at the desired cluster.
149149

150150
```shell
151-
helm install nlk oci://registry-1.docker.io/nginxcharts/nginxaas-loadbalancer-kubernetes --version 1.2.4 \
151+
helm install nlk oci://registry-1.docker.io/nginxcharts/nginxaas-loadbalancer-kubernetes --version 1.2.6 \
152152
--set "nlk.dataplaneApiKey=${keyValue}" \
153153
--set "nlk.config.nginxHosts=${dataplaneAPIEndpoint}nplus" \
154154
--set "nlk.config.tls.mode=ca-tls"
@@ -180,7 +180,7 @@ az k8s-extension create \
180180

181181
##### Install the AKS Extension using the Azure portal
182182

183-
You can also install the NLK controller AKS extension by navigating to [F5 NGINXaaS Loadbalancer for Kubernetes](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/f5-networks.f5-nginx-for-azure-aks-extension) in the Azure Marketplace and following the installation steps.
183+
You can also install the NLK controller AKS extension by navigating to [F5 NGINXaaS Loadbalancer for Kubernetes](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/f5-networks.f5-nginx-for-azure-aks-extension) in the Azure Marketplace and following the installation steps.
184184
{{< call-out "note" >}}
185185
If you are creating a new AKS cluster as part of this installation, note that we will enable the [Azure CNI Node Subnet plugin](https://learn.microsoft.com/en-us/azure/aks/concepts-network-cni-overview). This causes Cluster IP addresses to be exposed within your VNET.
186186
{{< /call-out >}}

0 commit comments

Comments
 (0)