Skip to content

Commit eb4eb0f

Browse files
allyfordtamram
andauthored
Apply suggestions from code review
updates Co-authored-by: Tamra Myers <[email protected]>
1 parent fc84874 commit eb4eb0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/enable-fips-nodes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Existing node pools can be updated to enable or disable FIPS. If you are plannin
189189
```
190190
191191
### Enable FIPS on an existing Linux node pool
192-
Existing Linux node pools can be updated to enable FIPS. When updating an existing node pool, the node image will change from the current image to the recommended FIPS image of the same OS SKU. The node image change will occur after a re-image.
192+
Existing Linux node pools can be updated to enable FIPS. When you update an existing node pool, the node image will change from the current image to the recommended FIPS image of the same OS SKU. The node image change will occur after a re-image.
193193
194194
1. Update a Linux node pool using the [`az aks nodepool update`][az-aks-nodepool-update] command with the `--enable-fips-image` parameter.
195195
@@ -202,7 +202,7 @@ Existing Linux node pools can be updated to enable FIPS. When updating an existi
202202
```
203203
204204
205-
2. Verify your node pool is FIPS-enabled using the [`az aks show`][az-aks-show] command and query for the *enableFIPS* value in *agentPoolProfiles*.
205+
2. Verify that your node pool is FIPS-enabled using the [`az aks show`][az-aks-show] command and query for the *enableFIPS* value in *agentPoolProfiles*.
206206
207207
```azurecli-interactive
208208
az aks show \
@@ -212,7 +212,7 @@ Existing Linux node pools can be updated to enable FIPS. When updating an existi
212212
-o table
213213
```
214214
215-
The following example output shows the *np* node pool is FIPS-enabled:
215+
The following example output shows that the *np* node pool is FIPS-enabled:
216216
217217
```output
218218
Name enableFips
@@ -253,7 +253,7 @@ Existing Linux node pools can be updated to enable FIPS. When updating an existi
253253
FIPS-enabled node pools also have a *kubernetes.azure.com/fips_enabled=true* label, which deployments can use to target those node pools.
254254
255255
## Disable FIPS on an existing node pool
256-
Existing Linux node pools can be updated to enable FIPS. When updating an existing node pool, the node image will change from the current image to the recommended FIPS image of the same OS SKU. The node image change will occur after a re-image.
256+
Existing Linux node pools can be updated to disable FIPS. When updating an existing node pool, the node image will change from the current FIPS image to the recommended non-FIPS image of the same OS SKU. The node image change will occur after a re-image.
257257
258258
1. Update a Linux node pool using the [`az aks nodepool update`][az-aks-nodepool-update] command with the `--disable-fips-image` parameter.
259259
@@ -266,7 +266,7 @@ Existing Linux node pools can be updated to enable FIPS. When updating an existi
266266
```
267267
268268
269-
2. Verify your node pool is not FIPS-enabled using the [`az aks show`][az-aks-show] command and query for the *enableFIPS* value in *agentPoolProfiles*.
269+
2. Verify that your node pool is not FIPS-enabled using the [`az aks show`][az-aks-show] command and query for the *enableFIPS* value in *agentPoolProfiles*.
270270
271271
```azurecli-interactive
272272
az aks show \
@@ -276,7 +276,7 @@ Existing Linux node pools can be updated to enable FIPS. When updating an existi
276276
-o table
277277
```
278278
279-
The following example output shows the *np* node pool is not FIPS-enabled:
279+
The following example output shows that the *np* node pool is not FIPS-enabled:
280280
281281
```output
282282
Name enableFips

0 commit comments

Comments
 (0)