mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
parent
22ad56dded
commit
98e9985c1b
@ -126,7 +126,7 @@ $ cat <<EOF > quota.json
|
|||||||
"apiVersion": "v1",
|
"apiVersion": "v1",
|
||||||
"kind": "ResourceQuota",
|
"kind": "ResourceQuota",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "quota",
|
"name": "quota"
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"hard": {
|
"hard": {
|
||||||
@ -135,8 +135,8 @@ $ cat <<EOF > quota.json
|
|||||||
"pods": "10",
|
"pods": "10",
|
||||||
"services": "5",
|
"services": "5",
|
||||||
"replicationcontrollers":"20",
|
"replicationcontrollers":"20",
|
||||||
"resourcequotas":"1",
|
"resourcequotas":"1"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user