Skip to content

Commit 95466db

Browse files
committed
Remove nfs-common
1 parent abd57a9 commit 95466db

File tree

4 files changed

+2
-19
lines changed

4 files changed

+2
-19
lines changed

articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pod/resource-sync-agent-769bb66b79-z9n46 2/2 Running 0
176176
pod/metrics-agent-6588f97dc-455j8 2/2 Running 0 10m
177177
```
178178

179-
To verify that your cluster is ready for Azure IoT Operations deployment, you can use the [verify-host](/cli/azure/iot/ops#az-iot-ops-verify-host) helper command in the Azure IoT Operations extension for Azure CLI. When run on the cluster host, this helper command checks connectivity to Azure Resource Manager and Microsoft Container Registry endpoints. If the cluster has an Ubuntu OS, it checks if `nfs-common` is installed, and if not give you the option to install on your behalf.
179+
To verify that your cluster is ready for Azure IoT Operations deployment, you can use the [verify-host](/cli/azure/iot/ops#az-iot-ops-verify-host) helper command in the Azure IoT Operations extension for Azure CLI. When run on the cluster host, this helper command checks connectivity to Azure Resource Manager and Microsoft Container Registry endpoints.
180180

181181
```azurecli
182182
az iot ops verify-host

articles/iot-operations/get-started/quickstart-deploy.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,6 @@ On Ubuntu Linux, use K3s to create a Kubernetes cluster.
184184
kubectl config use-context default
185185
```
186186

187-
1. Install `nfs-common` on the host machine:
188-
189-
```bash
190-
sudo apt install nfs-common
191-
```
192-
193187
1. Run the following command to increase the [user watch/instance limits](https://www.suse.com/support/kb/doc/?id=000020048) and the file descriptor limit.
194188

195189
```bash
@@ -212,7 +206,7 @@ Use the Azure IoT Operations extension for Azure CLI to verify that your cluster
212206
az iot ops verify-host
213207
```
214208

215-
This helper command checks connectivity to Azure Resource Manager and Microsoft Container Registry endpoints. If the cluster has an Ubuntu OS, it checks if `nfs-common` is installed, and if not give you the option to install on your behalf.
209+
This helper command checks connectivity to Azure Resource Manager and Microsoft Container Registry endpoints.
216210

217211
## Configure cluster and deploy Azure IoT Operations
218212

articles/iot-operations/includes/prepare-ubuntu.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ To prepare a Kubernetes cluster on Ubuntu:
2828
kubectl config use-context default
2929
```
3030

31-
1. Install `nfs-common` on the host machine:
32-
33-
```bash
34-
sudo apt install nfs-common
35-
```
36-
3731
1. Run the following command to increase the [user watch/instance limits](https://www.suse.com/support/kb/doc/?id=000020048).
3832

3933
```bash

articles/iot-operations/manage-layered-network/howto-configure-l3-cluster-layered-network.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ You should complete this step in an *internet facing environment outside of the
4545

4646
1. Install [Kubectl](https://kubernetes.io/docs/tasks/tools/).
4747

48-
1. Install `nfs-common` on the host machine.
49-
50-
```bash
51-
sudo apt install nfs-common
52-
```
5348
1. Run the following command to increase the [user watch/instance limits](https://www.suse.com/support/kb/doc/?id=000020048).
5449

5550
```bash

0 commit comments

Comments
 (0)