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

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
parents 7be82496 8546981f
{
"apiVersion": "v1",
"id": "rbdpd2",
"kind": "Pod",
"metadata": {
"name": "rbd2"
......
{
"apiVersion": "v1",
"id": "rbdpd",
"kind": "Pod",
"metadata": {
"name": "rbd"
......
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