Skip to content

Deployment replica and status support. #31

@ankurpshah

Description

@ankurpshah

Detailed Description

  • At present Deployment resource doesn't support check for replica count and status of all pod associated with deployment. Requesting capability to test deployment status and replica check. For e.g.
describe k8s_deployment(name: 'coredns', namespace: 'kube-system') do
  it { should exist }
  its('status') { should eq 'READY' }
  its('replicas') { should eq 3 }
end

Context

For Deployment replica and status check is basic check. Status check should be implemented for daemonset also similar way.

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