humaton / fedora-infra / ansible

Forked from fedora-infra/ansible 5 years ago
Clone

7e979cb communishift: set default resource limits for pods

2 files Authored by darknao 2 years ago, Committed by kevin 2 years ago,
    communishift: set default resource limits for pods
    
    Once a resource quota is set for a namespace, kube will refuse to
    schedule any pod without limits set, including build pod.
    This can be difficult to figure out unless you know where to look, and
    can be challenging for new openshift/kubernetes users.
    Setting a default limit would, at least, avoid the non-schedulable
    issue.