Skip to content

Commit 5dab8d0

Browse files
committed
more docs cleanup.
1 parent fb2b1b3 commit 5dab8d0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

articles/iot/tutorial-iot-industrial-solution-architecture.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,8 @@ sudo ./StartSimulation.sh "<Your Event Hubs connection string>"
119119

120120
`<Your Event Hubs connection string>` is your Event Hubs namespace connection string. To learn more, see [Get an Event Hubs connection string](/azure/event-hubs/event-hubs-get-connection-string). A connection string looks like: `Endpoint=sb://ontologies.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=abcdefgh=`
121121

122-
> [!NOTE]
123-
> If the external IP address for a Kubernetes service shows as `<pending>`, use the following command to assign the external IP address of the `traefik` service: `sudo kubectl patch service <theService> -n <the service's namespace> -p '{"spec": {"type": "LoadBalancer", "externalIPs":["<the traefik external IP address>"]}}'`.
124-
125122
> [!TIP]
126-
> To prevent WSL and K3s from automatically shutting down, keep your WSL command prompt open.
123+
> If the external IP address for some Kubernetes services shows as `<pending>`, use the following command to assign the external IP address of the `traefik` service: `sudo kubectl patch service <theService> -n <the service's namespace> -p '{"spec": {"type": "LoadBalancer", "externalIPs":["<the traefik external IP address>"]}}'`.
127124
128125
## UA Cloud Library
129126

0 commit comments

Comments
 (0)