From 4ec60a1b4e21fe6b730b051d518cf1be4f6dfe65 Mon Sep 17 00:00:00 2001 From: Adrian Ursu Date: Mon, 11 Jul 2016 15:29:26 +0100 Subject: [PATCH] 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 --- examples/volumes/glusterfs/glusterfs-pod.json | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/volumes/glusterfs/glusterfs-pod.json b/examples/volumes/glusterfs/glusterfs-pod.json index 52c92da6ebb..3af18a89a31 100644 --- a/examples/volumes/glusterfs/glusterfs-pod.json +++ b/examples/volumes/glusterfs/glusterfs-pod.json @@ -1,6 +1,5 @@ { "apiVersion": "v1", - "id": "glusterfs", "kind": "Pod", "metadata": { "name": "glusterfs"