Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test job verification steps missing/unclear #4

Open
blsaws opened this issue Oct 28, 2017 · 1 comment
Open

Test job verification steps missing/unclear #4

blsaws opened this issue Oct 28, 2017 · 1 comment

Comments

@blsaws
Copy link

blsaws commented Oct 28, 2017

Re the guidance at netarbiter/sds/ceph-docker/examples/helm/README.md:

Attach the pvc to a job and check if the job is successful (i.e., 1)

kubectl create -f tests/ceph/job.yaml
kubectl get jobs ceph-secret-generator -n ceph

The verification if the job is successful involves more than testing the ceph-secret-generator job. The test also creates job "ceph-test-job" in namespace default, which has to run to completion. The guide should clarify that additional verification step needed.

@knowpd
Copy link
Collaborator

knowpd commented Oct 28, 2017

"kubectl get jobs ceph-secret-generator -n ceph" was wrong, so I fixed it. For verification, you can run the followings:

kubectl get jobs ceph-test-job
kubectl describe job ceph-test-job

Please refresh your browser.

Hee Won Lee knowpd@research.att.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants