For simplicity, we are looking at three types of resources that need to be controlled:
- CPU cycles
- RAM capacity
- Disk capacity (PersistentVolumes)
#@ load("@ytt:data", "data") | |
metadata: #@ data.values.cluster_metadata | |
platform: #@ data.values.platform |