Jasmin Gacic
Jasmin Gacic
I'm implementing an instance plugin for ProfitBricks. I've been looking at two implementations one is `infrakit.aws` and the other one is `infrakit-plugin-sakuracloud` the only difference i've noticed between these two...
Wizard will look for kubeconfig only in ~/.kube/config which may not always be the case https://github.com/kubeshop/kusk-gen/blob/main/wizard/wizard.go#L20
Running `kusk install` when helm is returning warning like: ``` WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: kubeconfig ``` Results in the CLI failure to parse output:...
The subject started here #298 Current implementation only supports mocking for defined under content-type but not from schema. Kusk should support mocking from schema. See example below: https://pastebin.com/raw/avYFtZpX
webhooks we have in place are: - Mutating and - Validating Mutating webhooks is used to add fleet properties to an API object if such property is missing. Since this...
While working on smoketests with @mbana we've noticed that in a single node GKE cluster, hosted on e2-medium vm instance, envoyfleet doesn't get enough resources and becomes sluggish
At the moment we are using openapi-generateor which is a suboptimal solution. We should consider refactoring the code base.