Skip to content

Instantly share code, notes, and snippets.

View roberthbailey's full-sized avatar

Robert Bailey roberthbailey

  • Google, Inc.
  • Santa Barbara, CA
View GitHub Profile
apiVersion: v1
kind: Pod
metadata:
name: foo-${node_name}
spec:
containers:
- name: foo
image: gcr.io/foo:latest
nodeName: ${node_name}