Advertisement
k3NGuru

kubeconig

Nov 20th, 2022
791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.10 KB | None | 0 0
  1. $ kubectl get node -v=5
  2. I1120 18:50:59.463996     396 cached_discovery.go:121] skipped caching discovery info due to Get "https://10.208.14.30:6443/api?timeout=32s": x509: certificate signed by unknown authority
  3. I1120 18:50:59.695648     396 cached_discovery.go:121] skipped caching discovery info due to Get "https://10.208.14.30:6443/api?timeout=32s": x509: certificate signed by unknown authority
  4. I1120 18:50:59.696470     396 shortcut.go:89] Error loading discovery information: Get "https://10.208.14.30:6443/api?timeout=32s": x509: certificate signed by unknown authority
  5. I1120 18:50:59.846421     396 cached_discovery.go:121] skipped caching discovery info due to Get "https://10.208.14.30:6443/api?timeout=32s": x509: certificate signed by unknown authority
  6. I1120 18:50:59.996616     396 cached_discovery.go:121] skipped caching discovery info due to Get "https://10.208.14.30:6443/api?timeout=32s": x509: certificate signed by unknown authority
  7. I1120 18:51:00.148206     396 cached_discovery.go:121] skipped caching discovery info due to Get "https://10.208.14.30:6443/api?timeout=32s": x509: certificate signed by unknown authority
  8. I1120 18:51:00.149234     396 helpers.go:235] Connection error: Get https://10.208.14.30:6443/api?timeout=32s: x509: certificate signed by unknown authority
  9. Unable to connect to the server: x509: certificate signed by unknown authority
  10.  
  11. ##########################################
  12. $ kubectl get node -v=5
  13. I1120 18:55:33.382560     403 with_retry.go:171] Got a Retry-After 1s response for attempt 1 to https://10.208.14.30:6445/api?timeout=32s
  14. I1120 18:55:35.617661     403 with_retry.go:171] Got a Retry-After 1s response for attempt 2 to https://10.208.14.30:6445/api?timeout=32s
  15. I1120 18:55:37.846235     403 with_retry.go:171] Got a Retry-After 1s response for attempt 3 to https://10.208.14.30:6445/api?timeout=32s
  16. I1120 18:55:40.083591     403 with_retry.go:171] Got a Retry-After 1s response for attempt 4 to https://10.208.14.30:6445/api?timeout=32s
  17. I1120 18:55:42.315125     403 with_retry.go:171] Got a Retry-After 1s response for attempt 5 to https://10.208.14.30:6445/api?timeout=32s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement