Skip to content

Commit 92e6e4b

Browse files
author
German Robayo Paz
committed
wrap help message
1 parent fcdd8ae commit 92e6e4b

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

  • src/aks-preview/azext_aks_preview

src/aks-preview/azext_aks_preview/_help.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3557,7 +3557,10 @@
35573557
helps['aks mesh enable-istio-cni'] = """
35583558
type: command
35593559
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.
35613564
examples:
35623565
- name: Enable Istio CNI chaining for Azure Service Mesh.
35633566
text: az aks mesh enable-istio-cni --resource-group MyResourceGroup --name MyManagedCluster
@@ -3566,7 +3569,11 @@
35663569
helps['aks mesh disable-istio-cni'] = """
35673570
type: command
35683571
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.
35703577
examples:
35713578
- name: Disable Istio CNI chaining for Azure Service Mesh.
35723579
text: az aks mesh disable-istio-cni --resource-group MyResourceGroup --name MyManagedCluster

0 commit comments

Comments
 (0)