macrokernel

Results 22 comments of macrokernel

Hi, vncuser@2f6393a40b0d:~$ rm -rf /home/vncuser/.metagate/ vncuser@2f6393a40b0d:~$ cd /home/vncuser/MetaGate/ vncuser@2f6393a40b0d:~/MetaGate$ ./run.sh QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-vncuser' Version 1.16.2 prod 5d5f50f Platform linux Machine uid 29539;51042;054448 Set messenger javascript path...

Hi, I am unable to find a more recent Linux version at https://github.com/metahashorg/metagate/releases/

I am pretty sure that `rm -rf /home/vncuser/.metagate/` does completely remove the /home/vncuser/.metagate directory with all of its contents. Masking the real problem is not exactly what we want to...

Hi, It is still failing with Metagate version 1.18.0. ``` ./run.sh QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-vncuser' Version 1.18.0 prod 10818e8 Platform linux Machine uid 29539;39119;2449424494 QObject::startTimer: Timers cannot...

Hi @sivanantha321, It really does: > - name: STORAGE_URI # This will trigger storage initializer; Should be only present in predictor container > value: "gs://kfserving-examples/models/torchserve/image_classifier/v1" Can you please advise how...

In my case with no ArgoCD in use, when Reloader adds its `reloader.stakater.com/last-reloaded-from` annotation to the pod template in a StatefulSet, the rollout does actually happen, the pods are recreated...

I think the root cause of the issue is this: https://github.com/opensearch-project/opensearch-k8s-operator/issues/552. Some observations: I tried manually patching Dashboards deployment and adding annotations to: 1) the deployment annotations - this works,...

Hi [Philipp](https://github.com/toelke), Any modifications to pod template including annotations result in the pod being killed by the operator. However OpenSearch operator allows adding annotations to the deployment metadata: ```yaml apiVersion:...

[VictoriaMetrics K8s stack Helm chart](https://docs.victoriametrics.com/helm/victoria-metrics-k8s-stack/) creates Endpoints for metrics scrape from kubelet/cAdvisor. If deployed via Argo CD, container metrics like CPU and RAM usage are not collected by VictoriaMetrics due...

Hi @rasheedamir, I would like to see the actual restart strategy (update env, update annotations, restart) used in each update.