mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
fixed resources field
This commit is contained in:
parent
5523e0344a
commit
4d85294bd0
@ -28,7 +28,7 @@ For example, if you try to create a node from the following content:
|
|||||||
"id": "10.1.2.3",
|
"id": "10.1.2.3",
|
||||||
"kind": "Minion",
|
"kind": "Minion",
|
||||||
"apiVersion": "v1beta1",
|
"apiVersion": "v1beta1",
|
||||||
"spec": {
|
"resources": {
|
||||||
"capacity": {
|
"capacity": {
|
||||||
"cpu": 1000,
|
"cpu": 1000,
|
||||||
"memory": 1073741824
|
"memory": 1073741824
|
||||||
|
Loading…
Reference in New Issue
Block a user