Skip to content

Commit

Permalink
docs(readme): change formatting
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Jan 20, 2024
1 parent 0d2531b commit fc00aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ test-operator-cluster-worker3 Ready <none> 2m17s v1.27.3
```

Retrieve the annotations for the test-operator-cluster-worker3 node:
```json
```console
kubectl get node test-operator-cluster-worker3 -o=jsonpath='{.spec.taints}' | jq
```
The previous command should return nothing as our node has no taints.
Expand Down

0 comments on commit fc00aaa

Please sign in to comment.