Created
February 21, 2018 10:29
-
-
Save mateothegreat/3a115497b84927eb7d5954c6dc0dfdce to your computer and use it in GitHub Desktop.
Kubernetes: Get API Server Logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl proxy | |
curl -s http://localhost:8001/logs/kube-apiserver.log > apiserverlogs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment