Guest User

Untitled

a guest
Oct 2nd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.96 KB | None | 0 0
  1. I1002 12:54:44.007090   13216 loader.go:354] Config loaded from file /Users/billy/.kube/config
  2. I1002 12:54:44.010033   13216 cached_discovery.go:112] returning cached discovery info from /Users/billy/.kube/192.168.99.100_8443/servergroups.json
  3. I1002 12:54:44.012748   13216 round_trippers.go:299] curl -k -v -XGET  -H "Accept: application/json, */*" -H "User-Agent: oc/v1.5.2+43a9be4 (darwin/amd64) kubernetes/43a9be4" -H "Authorization: Bearer 9reapxFiI_3AcCRUcswtGoVLbjaKaCAnKAofgdAmGxU" https://192.168.99.100:8443/api/v1/securitycontextconstraints/anyuid
  4. I1002 12:54:44.045517   13216 round_trippers.go:318] GET https://192.168.99.100:8443/api/v1/securitycontextconstraints/anyuid 404 Not Found in 32 milliseconds
  5. I1002 12:54:44.045563   13216 round_trippers.go:324] Response Headers:
  6. I1002 12:54:44.045576   13216 round_trippers.go:327]     Content-Length: 174
  7. I1002 12:54:44.045584   13216 round_trippers.go:327]     Date: Wed, 02 Oct 2019 07:24:42 GMT
  8. I1002 12:54:44.045591   13216 round_trippers.go:327]     Cache-Control: no-store
  9. I1002 12:54:44.045597   13216 round_trippers.go:327]     Content-Type: application/json
  10. I1002 12:54:44.045985   13216 request.go:905] Response Body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"the server could not find the requested resource","reason":"NotFound","details":{},"code":404}
  11. I1002 12:54:44.046024   13216 request.go:996] Response Body: "{\"kind\":\"Status\",\"apiVersion\":\"v1\",\"metadata\":{},\"status\":\"Failure\",\"message\":\"the server could not find the requested resource\",\"reason\":\"NotFound\",\"details\":{},\"code\":404}\n"
  12. I1002 12:54:44.046893   13216 helpers.go:203] server response object: [{
  13.   "metadata": {},
  14.   "status": "Failure",
  15.   "message": "the server could not find the requested resource",
  16.   "reason": "NotFound",
  17.   "details": {},
  18.   "code": 404
  19. }]
  20. F1002 12:54:44.046935   13216 helpers.go:116] Error from server (NotFound): the server could not find the requested resource
Add Comment
Please, Sign In to add comment