Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Jan 30, 2024
1 parent 91fe839 commit c88bfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patterns/bottlerocket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ip-10-0-26-48.us-west-2.compute.internal Ready <none> 7m23s v1.27.4-ek
ip-10-0-43-187.us-west-2.compute.internal Ready <none> 7m19s v1.27.4-eks-cedffd4
```

* Check for the Label `"bottlerocket.aws/updater-interface-version" = "2.0.0" ` that is set to all the Nodes in the MNG. This Label is responsible to mark the Nodes that will have updates managed by BRUPOP.
* Check for the Label `"bottlerocket.aws/updater-interface-version"="2.0.0"` that is set to all the Nodes in the MNG. This Label is responsible to mark the Nodes that will have updates managed by BRUPOP.

```bash
$ kubectl get nodes -L bottlerocket.aws/updater-interface-version
Expand Down

0 comments on commit c88bfba

Please sign in to comment.