Red Hat Training

A Red Hat training course is available for OpenShift Container Platform

14.4.9. 通过 CLI 指定计算资源

通过 CLI 指定计算资源:

$ oc run ruby-hello-world --image=ruby-hello-world --limits=cpu=200m,memory=400Mi --requests=cpu=100m,memory=200Mi

只有在管理员启用了临时存储技术预览功能时,才会应用临时存储。