mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #28779 from ursuad/patch-2
Automatic merge from submit-queue 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:
commit
4726b521d1
@ -1,6 +1,5 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"id": "glusterfs",
|
||||
"kind": "Pod",
|
||||
"metadata": {
|
||||
"name": "glusterfs"
|
||||
|
Loading…
Reference in New Issue
Block a user