Gawsoft
Gawsoft
Still not working --detect-minikube=false dont resolve this issue ``` invalid skaffold config: getting minikube env: running [/usr/local/bin/minikube docker-env --shell none -p api-server --user=skaffold] - stdout: "false exit code 81\n" -...
This error still appear during create multi stage docker image via Kind k8s cluster. ``` kaniko INFO[0113] Deleting filesystem... kaniko error building image: deleting file system after stage 0: unlinkat...
For client you can use package: [https://github.com/gawsoftpl/grpc-js-reflection-api-client](https://github.com/gawsoftpl/grpc-js-reflection-api-client). Working with @grpc/grpc-js
I think that problem is with mlserver. Mlserver build docker by command ```sh mlserver build -t custom-server ``` When I create same docker image with my own Dockerfile, without mlserver...
I fixed it by add ignorePaths to scaffold yaml: ``` ignorePaths: - /product_uuid ``` ```yaml - image: job-runner context: ../../ kaniko: cache: {} ignorePaths: - /product_uuid dockerfile: microservices/job-runner/docker/Dockerfile ``` For...
I move from minikube to kind.
Hi @rucciva have you resolve issue with mirrord and php-fpm. I am looking for how to create mirrord with k8s and php-fpm with laravel project. How did you resolve your...
I think that this logic is for Kubernetes. You can write a microservice for observing traffic or stats of the model and change batch_size env MLSERVER_MODEL_MAX_BATCH_SIZE in a pod. Kubernetes...
Hi, all this pull request is still active? I ask because I plan to create ui editor in package https://github.com/tale/headplane for update acl, and that api endpoint will be great...