Enums

Functions

  • This method returns metadata about a Kosmos node, it is not intended to be directly called by end users, rather by kapsule-node-agent.
  • This method allows to delete a specific node. Note that when there is not enough space to reschedule all the pods (in a one node cluster for instance), you may experience some disruption of your applications.
  • This method allows to get details about a specific Kubernetes node.
  • This method allows to list all the existing nodes for a specific Kubernetes cluster.
  • This method allows to reboot a specific node. This node will frist be cordoned, meaning that scheduling will be disabled. Then the existing pods on the node will be drained and reschedule onto another schedulable node. Note that when there is not enough space to reschedule all the pods (in a one node cluster for instance), you may experience some disruption of your applications.