Skip to content

Commit

Permalink
Fix Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rossedman committed Oct 6, 2021
1 parent 7eed827 commit 5e191c6
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 @@ -56,7 +56,7 @@ amazon-eks 1.19 2022-04-01 177
In the first example we have set anything less than 200 days to be expired and exit with a `1`. In the second example, we have shortened this timeframe and the command exits with a `0`. This becomes more valuable when we start to script with this command like below

```shell
if ! kubectl check endoflife --product amazon-eks --silent --expiry-range 30 ; then
if ! kubectl endoflife --product amazon-eks --silent --expiry-range 30 ; then
echo "starting upgrade now..."
fi
```

0 comments on commit 5e191c6

Please sign in to comment.