Merge pull request #28834 from asalkeld/rbd-example

Automatic merge from submit-queue

Remove id field from rbd examples

Currently the RBD examples fail with the following error:

```
kubectl create -f examples/volumes/rbd/rbd-with-secret.json 
error validating "examples/volumes/rbd/rbd-with-secret.json": error validating data: found invalid field id for v1.Pod; if you choose to ignore these errors, turn validation off with --validate=false
```

fixes #28831
pull/6/head
k8s-merge-robot 2016-07-14 20:28:58 -07:00 committed by GitHub
commit bb2c74b709
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{
"apiVersion": "v1",
"id": "rbdpd2",
"kind": "Pod",
"metadata": {
"name": "rbd2"

View File

@ -1,6 +1,5 @@
{
"apiVersion": "v1",
"id": "rbdpd",
"kind": "Pod",
"metadata": {
"name": "rbd"