vldanch
vldanch
vscode: ``` Version: 1.74.2 (user setup) Commit: e8a3071ea4344d9d48ef8a4df2c097372b0c5161 Date: 2022-12-20T10:29:14.590Z Electron: 19.1.8 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Windows_NT x64 10.0.22621 Sandboxed: No ``` What to do?
playbook launch: `ansible-playbook -i inventory/infrastructure/hosts playbooks/all.yml --limit vault --tags vault-community ` ``` TASK [ansible-role-vault-community : Vault main configuration] **************************************************************************************************************************************************** fatal: [vault1-infrastructure]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: [\n{% for server...
I set flags: ``` gitlab_letsencrypt_enable: false gitlab_letsencrypt_contact_emails: ["[email protected]"] gitlab_letsencrypt_auto_renew_hour: 1 gitlab_letsencrypt_auto_renew_minute: 30 gitlab_letsencrypt_auto_renew_day_of_month: "*/7" gitlab_letsencrypt_auto_renew: true ``` And https cert does not work and in the logs there are such...
Run command on gitlab runner: `$ helm upgrade --install "${COMPONENT}" chartmuseum/helm-cronjobs --version "${API_BACKEND_CHART_VERSION}" --namespace "${CI_K8S_NAMESPACE}" --values ./deploy/${VALUES}.yaml --wait --timeout "${HELM_TIMEOUT}"` When deploying to a dev environment in k8s, an error...
Good afternoon, I encountered the fact that hadoop-yarn-nodemanager daemons do not start on datanodes. All installation steps up to this step are fine, but here is the problem with this...
``` Google Translation API issue: Cannot read properties of null (reading '1') Url: https://translate.google.com/_/TranslateWebserverUi/data/batchexecute?rpcids=MkEWBc&f.sid=-455478678950298667&bl=boq_translate-webserver_20220713.06_p0&hl=en-US&soc-app=1&soc-platform=1&soc-device=1&_reqid=2554&rt=c ``` What to do in this case?
An error occurs ``` root@master0:/home/user/powerdns-helm# helm install powerdns . Error: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1",...
How to fix it? `TASK [redmine : DB Migrate] ********************************************************************************************************************************************************************************************************* fatal: [10.100.143.40]: FAILED! => {"changed": true, "cmd": "/home/redmine/bin/bundle exec /home/redmine/bin/rake db:migrate", "delta": "0:00:02.512404", "end": "2020-10-01 10:34:11.611178", "msg": "non-zero return code",...
An error occurs: ``` root@master0:/# kubectl -n powerdns logs pod/powerdns-5487d4fc86-n85tz Sep 17 11:23:11 Listening on controlsocket in '/var/run/pdns.controlsocket' Sep 17 11:23:11 Guardian is launching an instance Sep 17 11:23:11 Loading...
``` 2020-09-17 11:23:04 7 [Warning] Aborted connection 7 to db: 'unconnected' user: 'unauthenticated' host: '10.244.4.221' (This connection closed normally without authentication) 2020-09-17 11:23:11 12 [Warning] Aborted connection 12 to db:...