mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
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:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"kind":"ReplicationController",
|
||||
"apiVersion":"v1",
|
||||
"id":"redis-slave",
|
||||
"metadata":{
|
||||
"name":"redis-slave",
|
||||
"labels":{
|
||||
|
Reference in New Issue
Block a user