Skip to content

Instantly share code, notes, and snippets.

@pmorie
Created October 2, 2014 01:17
Show Gist options
  • Select an option

  • Save pmorie/79ae111b7f54e82912bd to your computer and use it in GitHub Desktop.

Select an option

Save pmorie/79ae111b7f54e82912bd to your computer and use it in GitHub Desktop.
++ openshift kube -h 172.28.128.4:8080 --json get genDeploymentConfigs/hello-deployment-config
F1001 22:31:07.957680 24140 kubecfg.go:392] Got request error: request [&http.Request{Method:"GET", URL:(*url.URL)(0xc210064c40), Proto:"HTTP/1.1", ProtoMajor:1, ProtoMinor:1, Header:http.Header{}, Body:io.ReadCloser(nil), ContentLength:0, TransferEncoding:[]string(nil), Close:false, Host:"172.28.128.4:8080", Form:url.Values(nil), PostForm:url.Values(nil), MultipartForm:(*multipart.Form)(nil), Trailer:http.Header(nil), RemoteAddr:"", RequestURI:"", TLS:(*tls.ConnectionState)(nil)}] failed (404) 404 Not Found: {"kind":"Status","creationTimestamp":null,"apiVersion":"v1beta1","status":"failure","message":"deployment \"hello-deployment-config-0\" not found","reason":"not_found","details":{"id":"hello-deployment-config-0","kind":"deployment"},"code":404}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment