Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Problem

Kubernets pods status Pending

Cause

Unable to make k8s cluster up due to resources unavailability in the cluster (master/slave). Check RAM and cpu. In this case, cpu processor is 1 which leads to ContainerCreating and the Pod status is Pending.


Fix

Increase the capacity of cpu processor (~3 to 4). Also, RAM if required.


  • No labels