You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ One `RoleBinding` per name in the `owners` field. Bindings are added and removed
169
169
170
170
### ResourceQuota (sandbox-foo-resourcequota)
171
171
172
-
The `ResourceQuota` that is applied to the `Namespace` depends on the `size` of the `Sandbox` that was created.
172
+
The `ResourceQuota` that is applied to the `Namespace` depends on the `size` of the `Sandbox` that was created. Defaults to `small` if no size is given.
173
173
174
174
#### Small
175
175
@@ -193,10 +193,6 @@ The `ResourceQuota` that is applied to the `Namespace` depends on the `size` of
193
193
|ResourceRequestsStorage|40Gi|
194
194
|ResourcePersistentVolumeClaims|8|
195
195
196
-
```text
197
-
NOTE: If no size is given, small is the default.
198
-
```
199
-
200
196
## Managing Owners of a Sandbox
201
197
202
198
After the Sandbox has been created, you can add or remove owners that are associated to it.
0 commit comments