mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
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
This commit is contained in:
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
Block a user