Hidehito Yabuuchi
Hidehito Yabuuchi
This crate requires Rust version 1.37.0 because it uses `Self` alias for enums. But this feature is not necessary for the functionalities, so we could support older Rust. Do people...
This fixes an incorrect comment.
Based on the discussion about the submitter registration interface (https://github.com/pfnet-research/k8s-cluster-simulator/pull/191#issuecomment-482040505, https://github.com/pfnet-research/k8s-cluster-simulator/pull/191#issuecomment-482046764), this PR ... - Modifies `NewKubeSim*()` functions to take *a single* submitter as an argument - One cannot add...
The current design makes it hard to add some metrics keys, including - [ ] Slowdown of each pod - [ ] Duration took for each operation in the simulator...
EDIT: See https://coveralls.io/github/pfnet-research/k8s-cluster-simulator for the latest coverage status. --- - [x] clock - [ ] node - [ ] node - [ ] pod - [x] spec - [ ]...
EDIT: changed to use YAML https://github.com/ordovicia/k8s-cluster-simulator/issues/5#issuecomment-446137859 --- Temporarily specified by embedding a ~JSON~ string as an annotation. ```yaml metadata: name: nginx-sim annotations: simSpec: "[{\"seconds\":5,\"cpu\":\"1\",\"memory\":\"2Gi\",\"nvidia.com/gpu\":0},{\"seconds\":10,\"cpu\":\"2\",\"memory\":\"4Gi\",\"nvidia.com/gpu\":1}]" ``` - [x] Deterministic - [...