Konstantin Vustin

Results 13 comments of Konstantin Vustin

@cdesiniotis tanks a lot! A've read it lately. I don't understand how device plugin provides libs to pod container when they have already been provided by nvidia-container-toolkit stack? Where the...

Question about metrics `nginx_ingress_controller_success` and `nginx_ingress_controller_errors`. For example i have a prometheus outputs: ``` nginx_ingress_controller_success{class="nginx",controller_revision_hash="2071021497",instance="10.9.22.25:10254",job="pods",kubernetes_namespace="kube-system",kubernetes_pod_name="nginx-ingress-lb-4v7v6",name="nginx-ingress-lb",namespace="kube-system"} ``` `value=15000` and ``` nginx_ingress_controller_errors{class="service",controller_revision_hash="3065885245",instance="10.2.2.17:10254",job="pods",kubernetes_namespace="kube-system",kubernetes_pod_name="nginx-ingress-lb-service-f5z4g",name="nginx-ingress-lb-service",namespace="kube-system"} ``` `vallue=1` So, what does that mean in practice? Previous...

@murali-reddy kube-shell completely doesn't work after update: ``` kube-shell> 1Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in...

> > looks ok now > > Can you please re-trigger the tests? I’m not sure I’m able to do that :)

@CatherineF-dev seems like we need re-trigger tests again, the doc was updated

can confirm the same error zk operator 0.2.15 3 replicas statefulset, zookeeper-1 crashes forever ``` Starting zookeeper service + zkServer.sh --config /data/conf start-foreground ZooKeeper JMX enabled by default Using config:...

> Can somebody explain why the environment variable `NVIDIA_VISIBLE_DEVICES` fixes this and why it is needed in the manifest file? seems like this is how it works https://github.com/AliyunContainerService/gpushare-device-plugin/issues/55#issue-1439746016

@Haleygo thanks for you response! as I posted vmagent has 6 shards, unfortunately it's not possible to post all the targets from `/targets` endpoint, since each vmagent only scrapes its...

we use vm-stack chart for out setup vmagent via VMServiceScrape (kubernetes sd) ``` apiVersion: operator.victoriametrics.com/v1beta1 kind: VMServiceScrape metadata: ... labels: .... managed-by: vm-operator name: vmagent-vm-stack namespace: monitoring ownerReferences: - apiVersion:...