Removed invalid value
id isn't a valid field in a Pod object so kubectl fails with: error validating "glusterfs-pod.json": error validating data: found invalid field id for v1.Pod; if you choose to ignore these errors, turn validation off with --validate=false
This commit is contained in:
parent
edf093b61b
commit
2ec4b91a03
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"apiVersion": "v1",
|
"apiVersion": "v1",
|
||||||
"id": "glusterfs",
|
|
||||||
"kind": "Pod",
|
"kind": "Pod",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "glusterfs"
|
"name": "glusterfs"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue