Page MenuHomePhabricator
Authored By
chasemp
Jan 8 2018, 7:03 PM
Size
456 B
Referenced Files
None
Subscribers
None
tools.admin@tools-bastion-03:~$ kubectl describe pod admin-3517833506-69bqz
Name: admin-3517833506-69bqz
Namespace: admin
Node: tools-worker-1026.tools.eqiad.wmflabs/10.68.22.168
---
No events.tools.admin@tools-bastion-03:~$ kubectl exec -it admin-3517833506-69bqz -- /bin/bash
import urllib2
>>> for i in xrange(1, 10):
... response = urllib2.urlopen("http://google.com", timeout = 5)
... content = response.read()
... print content[:100]

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5380271
Default Alt Text
(456 B)

Event Timeline