skenario icon indicating copy to clipboard operation
skenario copied to clipboard

A simulator toolkit for Knative

Results 32 skenario issues
Sort by recently updated
recently updated
newest added

Hey there, Skenario seems to be a great tool and I'm really interested to use or improve it for academy studies at my college. Unfortunately, I've run into problems when...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [github.com/go-chi/chi](https://github.com/go-chi/chi) from 4.0.3+incompatible to 4.1.2+incompatible. Release notes Sourced from github.com/go-chi/chi's releases. v4.1.2 fix that handles MethodNotAllowed with path variables, thank you @caseyhadden for your contribution fix to replace nested...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.1. Release notes Sourced from github.com/stretchr/testify's releases. Fixes breaking change with HTTPBodyContains A breaking change was accidentally released in v1.6.0 which breaks the API for...

dependencies

Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) from 1.0.1 to 1.3.0. Release notes Sourced from github.com/hashicorp/go-plugin's releases. v1.2.0 Add support for gRPC Server Reflection Commits 4eb6499 add SyncStdio 00fdeb4 interrupts should not be eaten in...

dependencies

As Skenario is able to scale vertically, it makes sense to have a plot which reflects pod's size during the simulation.

Currently, cpu utilization calculation for plot in UI is tightly coupled with autoscaler ticktock https://github.com/pivotal/skenario/blob/master/sim/pkg/model/autoscaler_ticktock.go#L103. This logic should be separated and happens as another tick to have smoother line of...

Currently, in Skenario implemented the following updating replicas algorithm for vertical scaling: - Iterate through replicas - Check if we need to update this replica -Is the request < lowerBound...

Now we can manage how many plugins to connect to Skenario via parameters in command line when we run Skenario (see Makefile). We can run Skenario with only HPA -...

Now vpa name is hardcoded in vpa plugin as "my-app-vpa". It should be a parameter.