Skip to content

This is My openshift repository, Please follow me if you need more update on openshift

Notifications You must be signed in to change notification settings

Aslamlatheef/Openshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openshift

POD SCALAING

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)

POD DELETION


oc delete pod <NAME OF POD > -n <myproject> --grace-period=0 --force

Ansible Playbooks

About

This is My openshift repository, Please follow me if you need more update on openshift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published