From 823a277317624c5370c4b4aa1109b5ca290776ed Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 30 Nov 2015 18:06:06 -0800 Subject: [PATCH] examples: guestbook-go: remove id field from rc Remove the id field to fix this error: ``` $ kubectl create -f redis-slave-controller.json error validating "redis-slave-controller.json": error validating data: found invalid field id for v1.ReplicationController; if you choose to ignore these errors, turn validation off with --validate=false ``` Fixes #17846 --- examples/guestbook-go/redis-slave-controller.json | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/guestbook-go/redis-slave-controller.json b/examples/guestbook-go/redis-slave-controller.json index 75e3c7e0179..eec652afa89 100644 --- a/examples/guestbook-go/redis-slave-controller.json +++ b/examples/guestbook-go/redis-slave-controller.json @@ -1,7 +1,6 @@ { "kind":"ReplicationController", "apiVersion":"v1", - "id":"redis-slave", "metadata":{ "name":"redis-slave", "labels":{