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
This commit is contained in:
Brandon Philips 2015-11-30 18:06:06 -08:00
parent 794f162ef0
commit 823a277317

View File

@ -1,7 +1,6 @@
{
"kind":"ReplicationController",
"apiVersion":"v1",
"id":"redis-slave",
"metadata":{
"name":"redis-slave",
"labels":{