Update README.md

This commit is contained in:
johnA1331 2021-03-25 00:52:01 +08:00 committed by GitHub
parent dbd03af829
commit efec79c933
1 changed files with 5 additions and 1 deletions

View File

@ -10,4 +10,8 @@ An easy way to check that everything is working as expected is issuing any *kube
```shell
$ kubectl get nodes
```
If you get a valid response, then you're good to go.
If you get a valid response, then you're good to go.
### Relevant Articles:
- [Paging and Async Calls with the Kubernetes API](https://www.baeldung.com/java-kubernetes-paging-async)