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
Detailed Description
Context
Possible Implementation