Update troubleshoot-kubectl.md

Included reference to additional tools in TLS problems.
This commit is contained in:
wushka00 2024-04-21 14:37:30 +10:00 committed by GitHub
parent 85fe916165
commit 6ea106744e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ Verify the status of the load balancer (if used) to ensure it is healthy and for
traffic to the API server.
## TLS problems
* Additional tools required - `base64` and `openssl` version 3.0 or above.
The Kubernetes API server only serves HTTPS requests by default. In that case TLS problems
may occur due to various reasons, such as certificate expiry or chain of trust validity.