Skip to content

Check for Kubernetes worker node is ready or not #30

@ankurpshah

Description

@ankurpshah

Detailed Description

  • At present kubernetes nodes resource doesn't allows us to test node is ready or not. Requesting capability to test node status. For e.g.
describe k8s_node(name: "NODE_NAME") do
  it { should exist }
  its('status') { should eq 'READY' }
end

Context

  • For worker node most basic check is node is ready or not.

Possible Implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions