Code Monkey home page Code Monkey logo

Comments (6)

cf-gitbot avatar cf-gitbot commented on August 10, 2024

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/162150020

The labels on this github issue will be updated when the story is started.

from kubo-deployment.

rauizab avatar rauizab commented on August 10, 2024

Without ops file manifests/ops-files/iaas/openstack/cloud-provider.yml the command "kubectl edit node nodename****" does not show any taints fields.

from kubo-deployment.

rauizab avatar rauizab commented on August 10, 2024

I see in the worker.

 kubelet/kubelet_ctl.stderr.log:W1122 09:48:12.286929    7966 container_manager_linux.go:792] CPUAccounting not enabled for pid: 7966
kubelet/kubelet_ctl.stderr.log-W1122 09:48:12.286959    7966 container_manager_linux.go:795] MemoryAccounting not enabled for pid: 7966

Maybe it explains why the worker never gets ready to accept pods. I remove the taint from the node and the worker is accepting pods again.
I dont know if this is a bug by openstack installation

from kubo-deployment.

rauizab avatar rauizab commented on August 10, 2024

From: https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/#running-cloud-controller-manager
and
https://kubernetes.io/docs/tasks/administer-cluster/developing-cloud-controller-manager/

kubelets specifying --cloud-provider=external will add a taint node.cloudprovider.kubernetes.io/uninitialized with an effect NoSchedule during initialization. This marks the node as needing a second initialization from an external controller before it can be scheduled work. Note that in the event that cloud controller manager is not available, new nodes in the cluster will be left unschedulable. The taint is important since the scheduler may require cloud specific information about nodes such as their region or type (high cpu, gpu, high memory, spot instance, etc).

from kubo-deployment.

cf-gitbot avatar cf-gitbot commented on August 10, 2024

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/162153418

The labels on this github issue will be updated when the story is started.

from kubo-deployment.

rauizab avatar rauizab commented on August 10, 2024

I think I can not really understand the problem. As this is for a test environment we just provisioned a disk with bosh directly and we use local storage class. For our use case is enough.

from kubo-deployment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.