new resource quotas
This commit is contained in:
@@ -12,6 +12,13 @@ kubectl apply -f certsigner
|
|||||||
./userspace.sh tester
|
./userspace.sh tester
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Update a user
|
||||||
|
|
||||||
|
```bash
|
||||||
|
export USER=user
|
||||||
|
helm template $USER ./namespace | kubectl --context admin apply -f -
|
||||||
|
```
|
||||||
|
|
||||||
### Objectives
|
### Objectives
|
||||||
|
|
||||||
1. Provision a namespace with clusterroles, rolebindings, and a dedicated nfs-provisioner with one helm chart
|
1. Provision a namespace with clusterroles, rolebindings, and a dedicated nfs-provisioner with one helm chart
|
||||||
|
|||||||
@@ -9,3 +9,8 @@ spec:
|
|||||||
requests.memory: "24G"
|
requests.memory: "24G"
|
||||||
limits.cpu: "48"
|
limits.cpu: "48"
|
||||||
limits.memory: "64G"
|
limits.memory: "64G"
|
||||||
|
hdd.storageclass.storage.k8s.io/requests.storage: 1Ti
|
||||||
|
nvme.storageclass.storage.k8s.io/persistentvolumeclaims: "2"
|
||||||
|
nvme.storageclass.storage.k8s.io/requests.storage: 100Gi
|
||||||
|
external-ssd.storageclass.storage.k8s.io/persistentvolumeclaims: "0"
|
||||||
|
external-ssd.storageclass.storage.k8s.io/requests.storage: 0Mi
|
||||||
Reference in New Issue
Block a user