Skip to content

Commit f5581ca

Browse files
committed
style formating
1 parent 4d12268 commit f5581ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/service-connector/how-to-use-service-connector-in-aks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,19 @@ Service Connector kubernetes extension is built on top of [Azure Arc-enabled Kub
125125
126126
1. Install the `k8s-extension` Azure CLI extension.
127127

128-
```azurecli
128+
```azurecli
129129
az extension add --name k8s-extension
130-
```
130+
```
131131

132132
1. Get the Service Connector extension status. Check the `statuses` property in the command output to see if there are any errors.
133133

134-
```azurecli
134+
```azurecli
135135
az k8s-extension show \
136136
--resource-group MyClusterResourceGroup \
137137
--cluster-name MyCluster \
138138
--cluster-type managedClusters \
139139
--name sc-extension
140-
```
140+
```
141141

142142
### Check kubernetes cluster logs
143143

@@ -150,7 +150,7 @@ If there's an error during the extension installation, and the error message in
150150
--resource-group MyClusterResourceGroup \
151151
--name MyCluster
152152
```
153-
2. Service Connector extension is installed in the namespace `sc-system` through helm chart, check the namespace and the helm release by following commands.
153+
1. Service Connector extension is installed in the namespace `sc-system` through helm chart, check the namespace and the helm release by following commands.
154154

155155
- Check the namespace exists.
156156

@@ -163,7 +163,7 @@ If there's an error during the extension installation, and the error message in
163163
```Bash
164164
helm list -n sc-system
165165
```
166-
3. During the extension installation or updating, a kubernetes job called `sc-job` creates the kubernetes resources for the service connection. The job execution failure usually causes the extension failure. Check the job status by running the following commands. If `sc-job` doesn't exist in `sc-system` namespace, it should have been executed successfully. This job is designed to be automatically deleted after successful execution.
166+
1. During the extension installation or updating, a kubernetes job called `sc-job` creates the kubernetes resources for the service connection. The job execution failure usually causes the extension failure. Check the job status by running the following commands. If `sc-job` doesn't exist in `sc-system` namespace, it should have been executed successfully. This job is designed to be automatically deleted after successful execution.
167167

168168
- Check the job exists.
169169

0 commit comments

Comments
 (0)