-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tasks component #18
Tasks component #18
Conversation
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.
LGTM just a couple of suggestions
curl -X PUT http://dev.edtd.net:26950/.elasticsurgery-clusters/_doc/<SLUG> \ | ||
-H 'Content-Type: application/json' \ | ||
-d@my_json_config.json |
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.
We should add a script to simplify this, and also use it in the migrations
section of kubetools.yaml
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.
This already happens during ktd up for the dev cluster - the clusters UI should remove the need for this entirely once implemented, so a temporary readme addition!
Thanks for the review @gchazot! |
Currently adds a basic tasks dashboard:
TODO:
Closes: #15
Closes: #16
Closes: #19