Andrei-Stepanov
Andrei-Stepanov
# pip install -r requirements.txt Double requirement given: future=0.15.2 (from -r requirements.txt (line 9)) (already in future>=0.15.2 (from -r requirements.txt (line 5)), name='future')
long-lived connection: internal nodejs exception with ETIMEDOUT at node:internal/stream_base_commons
Hello, Dear pg mantainer and community. We are getting random exit from nodejs process with: ``` Error: read ETIMEDOUT at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Emitted 'error' event on Client instance at: at...
Hello, Problematic code is: https://github.com/threez/file-queue/blob/6f2bfa60fda2205801ca1c558f4cfc1536e8825c/lib/maildir.js#L58 ``` that.watcher = that.fs.watch(that.dirPaths[NEW], {}, function(err, messages) { that.emit('new', [messages]); }); ``` This code doesn't work for NFS3. http://docs.libuv.org/en/v1.x/fs_event.html ``` UV_FS_EVENT_WATCH_ENTRY = 1, /* *...
Hello, how do you think is it possible to optimize code: https://github.com/threez/file-queue/blob/6f2bfa60fda2205801ca1c558f4cfc1536e8825c/lib/maildir.js#L90 ```js Maildir.prototype.listNew = function(callback) { this.fs.readdir(this.dirPaths[NEW], callback); }; ``` the point is for each `pop` operation it reads...
Hello, Please update chart for openshift-acme that it works with helm 3. `helm install --set deploy='single-namespace' --set api='staging' acme .` Fails with different failures. I tried to fix some of...
Hello, template contains hardcoded values: ``` args: - 'chown -R 1000:1000 /usr/share/opensearch/data' securityContext: runAsUser: 0 ``` `appVersion: "2.5.0"` https://github.com/opensearch-project/helm-charts/blob/6f61d16003ae9a2e336f71eb7a68fa7bff35e7f9/charts/opensearch/templates/statefulset.yaml#L230 This is incosistent with: ``` fsGroup: {{ .Values.fsGroup }} # Deprecated...
Hello, At this moment vault-kubernetes synchronization works only with a vault-deployment that supports auth method `kubernetes` https://www.vaultproject.io/docs/auth/kubernetes https://github.com/postfinance/vaultk8s/blob/master/k8s.go#L129 It is very common to have Vault running as a distinct service...
Hello. Is there a way that `fullstatus` shows also pods created by deployment/deploymentconfig? Currently it lists: ``` helm fullstatus kai-1575026863 NAME: kai-1575026863 LAST DEPLOYED: Fri Nov 29 11:27:44 2019 NAMESPACE:...