mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15: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:
parent
794f162ef0
commit
823a277317
@ -1,7 +1,6 @@
|
||||
{
|
||||
"kind":"ReplicationController",
|
||||
"apiVersion":"v1",
|
||||
"id":"redis-slave",
|
||||
"metadata":{
|
||||
"name":"redis-slave",
|
||||
"labels":{
|
||||
|
Loading…
Reference in New Issue
Block a user