You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/aks-preview/azext_aks_preview/_help.py
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3557,7 +3557,10 @@
3557
3557
helps['aks mesh enable-istio-cni'] ="""
3558
3558
type: command
3559
3559
short-summary: Enable Istio CNI chaining for Azure Service Mesh proxy redirection mechanism.
3560
-
long-summary: This command enables Istio CNI chaining as the proxy redirection mechanism for Azure Service Mesh. CNI chaining provides better security and performance compared to init containers by using CNI plugins to set up traffic redirection.
3560
+
long-summary: >
3561
+
This command enables Istio CNI chaining as the proxy redirection mechanism
3562
+
for Azure Service Mesh. CNI chaining provides better security and performance
3563
+
compared to init containers by using CNI plugins to set up traffic redirection.
3561
3564
examples:
3562
3565
- name: Enable Istio CNI chaining for Azure Service Mesh.
3563
3566
text: az aks mesh enable-istio-cni --resource-group MyResourceGroup --name MyManagedCluster
@@ -3566,7 +3569,11 @@
3566
3569
helps['aks mesh disable-istio-cni'] ="""
3567
3570
type: command
3568
3571
short-summary: Disable Istio CNI chaining for Azure Service Mesh proxy redirection mechanism.
3569
-
long-summary: This command disables Istio CNI chaining and reverts to using init containers as the proxy redirection mechanism for Azure Service Mesh. This is the traditional method using privileged init containers to set up iptables rules.
3572
+
long-summary: >
3573
+
This command disables Istio CNI chaining and reverts to using init
3574
+
containers as the proxy redirection mechanism for Azure Service Mesh. This
3575
+
is the traditional method using privileged init containers to set up
3576
+
iptables rules.
3570
3577
examples:
3571
3578
- name: Disable Istio CNI chaining for Azure Service Mesh.
3572
3579
text: az aks mesh disable-istio-cni --resource-group MyResourceGroup --name MyManagedCluster
0 commit comments