Guest User

Untitled

a guest
Mar 21st, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. error: couldn't get deployment jenkins-3: Get https://172.30.0.1:443/api/v1/namespaces/projectname/replicationcontrollers/jenkins-3: dial tcp 172.30.0.1:443: getsockopt: network is unreachable
  2.  
  3. oc get services
  4. NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
  5. jenkins 172.30.86.254 <none> 80/TCP 59m
  6. jenkins-jnlp 172.30.132.179 <none> 50000/TCP 59m
  7.  
  8. telnet: connect to address 172.30.86.254: Connection refused
  9.  
  10. HTTP_PROXY=http://<user>:<password>@<ip_addr>:<port>/
  11. HTTPS_PROXY=https://<user>:<password>@<ip_addr>:<port>/
  12. NO_PROXY=master.hostname.example.com,10.1.0.0/16,172.30.0.0/16
Add Comment
Please, Sign In to add comment