apiVersion: v1
kind: ResourceQuota
metadata:
name: compute-resources
spec:
hard:
pods: "4"
requests.cpu: "1"
requests.memory: 1Gi
limits.cpu: "2"
limits.memory: 2Gi
3.9 ( https://docs.openshift.com/container-platform/3.9/scaling_performance/using_cpu_manager.html)
4.0 (https://docs.openshift.com/container-platform/3.9/scaling_performance/using_cpu_manager.html)
oc delete pod <NAME OF POD > -n <myproject> --grace-period=0 --force
-
Quota Management - A sample strategy for managing Quotas
-
NetworkPolicy Management - A sample strategy for managing Network Policy
-
Pre and Post install OpenShift validation - Automation to ensure clusters are ready for use.
-
Capacity Planning Tooling - A Dashboard to help you make capacity decisions.
-
Software Delivery Metrics Dashboard - A Dashboard to Measure the Flow of Software Features through a Value Stream
-
OpenShift Applier - An Automation Framework for Kubernetes
-
Containers Quickstarts - A set of quickstarts to help you get started building and deploying software on OpenShift
-
Container Pipelines - A set of sample CI/CD Piplines for OpenShift