diff --git a/knowledge base/kubernetes/check pods can connect to external dbs.md b/knowledge base/kubernetes/check pods can connect to external dbs.md index 008f525..9da1dc9 100644 --- a/knowledge base/kubernetes/check pods can connect to external dbs.md +++ b/knowledge base/kubernetes/check pods can connect to external dbs.md @@ -18,7 +18,7 @@ 1. Install the utility applications needed for the tests. ```sh - apk --no-cache add 'mysql-client' 'netcat-openbsd'' + apk --no-cache add 'mysql-client' 'netcat-openbsd' ``` 1. Test basic connectivity to the external service.