Skip to content

Instantly share code, notes, and snippets.

Created June 29, 2017 17:46
Show Gist options
  • Save anonymous/fa7b00b0e8e1c28a87f666795717f530 to your computer and use it in GitHub Desktop.
Save anonymous/fa7b00b0e8e1c28a87f666795717f530 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: test
namespace: paws
spec:
nodeName: tools-worker-1001.tools.eqiad.wmflabs
containers:
- name: test
image: docker-registry.tools.wmflabs.org/toollabs-php-web:latest
command: ["/bin/bash"]
stdin: true
tty: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment