- Notifications
You must be signed in to change notification settings - Fork 44
add operator deploy readme #123
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
Conversation
9be89ef
to ba77977
Compare Codecov Report
@@ Coverage Diff @@ ## master #123 +/- ## ============================================ - Coverage 88.00% 87.94% -0.06% + Complexity 2854 2853 -1 ============================================ Files 300 300 Lines 10768 10788 +20 Branches 902 904 +2 ============================================ + Hits 9476 9488 +12 - Misses 864 871 +7 - Partials 428 429 +1
Continue to review full report at Codecov.
|
computer-k8s-operator/README.md Outdated
@@ -0,0 +1,90 @@ | |||
# Quick Start | |||
| |||
## Install etcd crd and hugegraph-computer crd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CRD?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CRD (CustomResourceDefinition)
computer-k8s-operator/README.md Outdated
kubectl logs -l component=pagerank-test123-worker -n hugegraph-computer-system | ||
``` | ||
| ||
## Show the diagnostics log when the job fails (it will only be saved for one hour) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Show diagnostics log of a job > NOTE: diagnostics log exist only when the job fails, and it will only be saved for one hour.
computer-k8s-operator/README.md Outdated
kubectl get event --field-selector reason=ComputerJobFailed --field-selector involvedObject.name=pagerank-test123 -n hugegraph-computer-system | ||
``` | ||
| ||
## Show job success event (it will only be saved for one hour) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Show success event of a job
computer-k8s-operator/README.md Outdated
## Show job | ||
| ||
```bash | ||
kubectl get hcjob -n hugegraph-computer-system |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kubectl get job-test123
computer-k8s-operator/README.md Outdated
kubectl get hcjob -n hugegraph-computer-system | ||
``` | ||
| ||
## Show log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Show logs of node
39c180d
to a0228d8
Compare a0228d8
to ede85cb
Compare computer-k8s-operator/README.md Outdated
``` | ||
| ||
## Show the diagnostics log when the job fails (it will only be saved for one hour) | ||
## Show diagnostics log of a job |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
diagnostic log
computer-k8s-operator/README.md Outdated
``` | ||
| ||
## Show log | ||
## Show logs of node of running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Show log of running nodes
No description provided.