mirror of https://github.com/k3s-io/k3s
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 #28831pull/6/head
commit
bb2c74b709
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"apiVersion": "v1",
|
||||
"id": "rbdpd2",
|
||||
"kind": "Pod",
|
||||
"metadata": {
|
||||
"name": "rbd2"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"apiVersion": "v1",
|
||||
"id": "rbdpd",
|
||||
"kind": "Pod",
|
||||
"metadata": {
|
||||
"name": "rbd"
|
||||
|
|
Loading…
Reference in New Issue