Advertisement
k3NGuru

kubectl

Nov 25th, 2022
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. kubectl get node --v=5
  2. I1125 15:50:33.144311 293 cached_discovery.go:121] skipped caching discovery info due to Unauthorized
  3. I1125 15:50:33.237852 293 cached_discovery.go:121] skipped caching discovery info due to Unauthorized
  4. I1125 15:50:33.238367 293 shortcut.go:89] Error loading discovery information: Unauthorized
  5. I1125 15:50:33.334329 293 cached_discovery.go:121] skipped caching discovery info due to Unauthorized
  6. I1125 15:50:33.425439 293 cached_discovery.go:121] skipped caching discovery info due to Unauthorized
  7. I1125 15:50:33.512789 293 cached_discovery.go:121] skipped caching discovery info due to Unauthorized
  8. I1125 15:50:33.513506 293 helpers.go:217] server response object: [{
  9. "metadata": {},
  10. "status": "Failure",
  11. "message": "Unauthorized",
  12. "reason": "Unauthorized",
  13. "code": 401
  14. }]
  15. error: You must be logged in to the server (Unauthorized)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement