SJ5J / Openshift

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 51.8%Language:Python 47.4%Language:Dockerfile 0.8%