here is the info needed to change pod limit / cpu for minishift this limit can be changed in the node configuration, see: https://docs.openshift.com/container-platform/3.7/admin_guide/manage_nodes.html#admin-guide-max-pods-per-node Looking at https://github.com/openshift/origin/blob/master/docs/cluster_up_down.md#configuration it seems that the configuration file should be available under /var/lib/origin/openshift.local.config with oc cluster up. You can use --use-existing-config argument when restarting your cluster to avoid regenarating the configuration.
On Fri, Feb 2, 2018 at 4:09 AM, Praveen Kumar <[email protected] > wrote: > On Thu, Feb 1, 2018 at 9:42 PM, Charles Moulliard <[email protected]> > wrote: > > Hi, > > Hi, > > > > > I experiment from time to time such problem > > > > 0/1 nodes are available: 1 Insufficient pods. > > > > As the pod limit is 10pods/cpu on minishift, is it possible to increase > the > > limit without having to create a vm with more cpus ? > > I am not sure if that something possible from minishift config, more > like OpenShift config side. Can you please direct your query to > OpenShift mailing list and check if there is any config change from > the node or master side? Once we know what changes required from > OpenShift config side then can able to provide a workaround for same. > > > > > Regards > > > > Charles > > > > _______________________________________________ > > Container-tools mailing list > > [email protected] > > https://www.redhat.com/mailman/listinfo/container-tools > > > > > > -- > Praveen Kumar > http://fedoraproject.org/wiki/User:Kumarpraveen > http://fedoraproject.org/ > http://kumar-pravin.blogspot.com >
_______________________________________________ Container-tools mailing list [email protected] https://www.redhat.com/mailman/listinfo/container-tools
