Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Istio egress CLI commands #8524

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update commands
Signed-off-by: nshankar <nshankar@microsoft.com>
  • Loading branch information
nshankar13 committed Mar 5, 2025
commit 0192d383152ea727d40e0555ebd48a7bb9640483
10 changes: 5 additions & 5 deletions src/aks-preview/azext_aks_preview/_help.py
Original file line number Diff line number Diff line change
@@ -3087,15 +3087,15 @@
short-summary: Enable an Azure Service Mesh egress gateway.
long-summary: This command enables an Azure Service Mesh egress gateway in given cluster.
parameters:
- name: --istio-egressgateway-name
- name: --istio-egressgateway-name --istio-eg-gtw-name
type: string
short-summary: Specify the name of the Istio egress gateway.
long-summary: This required field specifies the name of the Istio egress gateway. Must not exceed 253 characters, and must be alphanumeric characters and hyphens only.
- name: --istio-egressgateway-namespace
- name: --istio-egressgateway-namespace --istio-eg-gtw-ns
type: string
short-summary: Specify the namespace of the Istio egress gateway.
long-summary: This optional field specifies the namespace of the Istio egress gateway. Defaults to "aks-istio-egress" if unspecified.
- name: --gateway-configuration-name
- name: --gateway-configuration-name --gtw-config-name
type: string
short-summary: Specify the name of the StaticGatewayConfiguration resource.
long-summary: This required field specifies the name of the StaticGatewayConfiguration resource for the Istio egress gateway. See https://aka.ms/aks-static-egress-gateway on how to create and configure a Static Egress Gateway agentpool.
@@ -3109,11 +3109,11 @@
short-summary: Disable an Azure Service Mesh ingress gateway.
long-summary: This command disables an Azure Service Mesh egress gateway in given cluster.
parameters:
- name: --istio-egressgateway-name
- name: --istio-egressgateway-name --istio-eg-gtw-name
type: string
short-summary: Specify the name of the Istio egress gateway.
long-summary: This required field specifies the name of the Istio egress gateway. Must not exceed 253 characters, and must be alphanumeric characters and hyphens only.
- name: --istio-egressgateway-namespace
- name: --istio-egressgateway-namespace --istio-eg-gtw-ns
type: string
short-summary: Specify the namespace of the Istio egress gateway.
long-summary: This optional field specifies the namespace of the Istio egress gateway. Defaults to "aks-istio-egress" if unspecified.
Loading