From 133a934b8339a8afea370118aaf5c89369e2767d Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Wed, 16 May 2018 15:47:00 -0700 Subject: [PATCH] example of sending workload to a node (wish-style) --- hw/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/deploy.yaml b/hw/deploy.yaml index bbf6b34..e9ba7dc 100644 --- a/hw/deploy.yaml +++ b/hw/deploy.yaml @@ -34,3 +34,5 @@ spec: periodSeconds: 5 - image: smcquay/alpine:v1.0.0 name: debug + nodeSelector: + kops.k8s.io/instancegroup: hw