-
Updated
Nov 4, 2020 - Python
orchestration
Here are 454 public repositories matching this topic...
-
Updated
Nov 5, 2020 - Go
-
Updated
Oct 15, 2020 - PHP
-
Updated
Nov 4, 2020 - Groovy
-
Updated
Nov 3, 2020 - C++
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Oct 12, 2020 - Java
-
Updated
Sep 26, 2020 - Go
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Aug 6, 2020 - Go
-
Updated
Nov 4, 2020 - Java
-
Updated
Nov 3, 2020 - Python
-
Updated
Feb 25, 2020 - Go
-
Updated
Mar 22, 2019 - Go
-
Updated
Nov 4, 2020 - C#
-
Updated
Apr 14, 2020 - TypeScript
-
Updated
Aug 27, 2020 - Clojure
-
Updated
Sep 22, 2020 - Python
-
Updated
Nov 5, 2020 - Go
-
Updated
Nov 4, 2020 - Java
-
Updated
Oct 23, 2020 - Python
-
Updated
Nov 5, 2020 - C#
Kudu plugin
-
Updated
Oct 23, 2020 - Java
-
Updated
Nov 2, 2020 - Python
-
Updated
Sep 29, 2020 - Ruby
-
Updated
Mar 25, 2019 - Python
Describe the bug
Deploying a new job, then pulling logs via the CLI results in a panic (SIGSEGV).
To Reproduce
odin deploy -f test.job.yaml
odin log -i {job_id}
vagrant@vagrant:~/odin$ odin log -i dea194794589
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x79c764]
goroutine
Improve this page
Add a description, image, and links to the orchestration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the orchestration topic, visit your repo's landing page and select "manage topics."
What would you like to be added:
statefulset/cloneset/sidecarset/job need to add metric with replica, available, unavailable, complete, number of resource .....
Why is this needed:
For example, Deploy has kube-state-metric, which can provide the metric, so we can well count and monitor it in Prometheus. Kruise'