Mikhail Yarmaliuk
Mikhail Yarmaliuk
If you use `pipenv` for install `pyqt5 lxml`: Run: `pipenv python3 labelImg.py`
Hello, I trying run gobetween in EC2 (via docker). I want forward requests to domains and ports (in SRV record). ``` [servers.sample] bind = "localhost:3000" protocol = "tcp" balance =...
@illarion thanks for the answer. Here is the result ```sudo netstat -lnu```: ``` Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State udp 0 0 10.0.5.134:123...
I found my mistake. Need use 0.0.0.0 ip in config server, if you use docker.
@shantanugadgil yes, it works. 1. Run EC2 instance optimized for ecs, with user data (for ECS cluster). 2. In my ECS cluster I create service with discovery. After start service,...
@danmdinu try this: ``` logger.add(new LokiTransport({ host: 'https://logs-prod-eu-west-0.grafana.net', json: true, basicAuth: '123456:.....', labels: { job: 'winston-loki-example' }, replaceTimestamp: true, })) ``` I tested it for Grafana & Loki in the...
Same question! [I try this](https://github.com/kubernetes-sigs/metrics-server/issues/146#issuecomment-460093946) [and this](https://github.com/kubernetes-sigs/metrics-server/issues/146#issuecomment-459239615) I spend 3 days. Result: ``` x509: certificate signed by unknown authority ```
@thanos1983 could you explain me more about how download latest patch? I try to use container image: `gcr.io/k8s-staging-metrics-server/metrics-server:master`, but it still not working:( Part of my deployment: ``` volumes: -...
@thanos1983 my kubernetes version: ``` kubelet --version Kubernetes v1.19.3 kubectl version Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.8", GitCommit:"9f2892aab98fe339f3bd70e3c470144299398ace", GitTreeState:"clean", BuildDate:"2020-08-13T16:12:48Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.3", GitCommit:"1e11e4a2108024935ecfcb2912226cedeafd99df", GitTreeState:"clean", BuildDate:"2020-10-14T12:41:49Z",...
@thanos1983 I am not think different version of client it is problem. I was try proposed configurations, it not work for me(