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:
		
							parent
							
								
									e66fe3f8c7
								
							
						
					
					
						commit
						9737c07c16
					
				|  | @ -1,7 +1,6 @@ | ||||||
| { | { | ||||||
|    "kind":"ReplicationController", |    "kind":"ReplicationController", | ||||||
|    "apiVersion":"v1", |    "apiVersion":"v1", | ||||||
|    "id":"redis-slave", |  | ||||||
|    "metadata":{ |    "metadata":{ | ||||||
|       "name":"redis-slave", |       "name":"redis-slave", | ||||||
|       "labels":{ |       "labels":{ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue