Commit 4726b521 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #28779 from ursuad/patch-2

Automatic merge from submit-queue Removed invalid value [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]() 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 ```
parents cef3e456 4ec60a1b
{
"apiVersion": "v1",
"id": "glusterfs",
"kind": "Pod",
"metadata": {
"name": "glusterfs"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment