Часто встречающиеся проблемы и пути их устранения#

Ошибка при выполнении скрипта ./build.sh#

invalid argument "<docker registry host>/<path to your space>//front:TST1.0.0_T53" for "-t, --tag" flag: invalid reference format
See 'docker build --help'.

Проверьте, что в переменной $REGISTRY отсутствует символ / в конце строки.

Ошибка при применении конфигурационных файлов kubectl apply -f#

--- Ошибка 1
Error from server (NotFound): error when creating "./build/result.yml": namespaces "load-test" not found
Error from server (NotFound): error when creating "./build/result.yml": namespaces "load-test" not found
Error from server (NotFound): error when creating "./build/result.yml": namespaces "load-test" not found
Error from server (NotFound): error when creating "./build/result.yml": namespaces "load-test" not found
Error from server (Invalid): error when creating "./build/result.yml": Deployment.apps "grafana" is invalid: spec.template.spec.containers[0].image: Required value

При возникновении подобной ошибки выполните команду еще раз.

Ошибка login#

Attention!:

{"message":"Request failed with status code 404","name":"AxiosError","stack":"AxiosError: 
Request failed with status code 404\n at http://***.***.***.***/static/js/main.a4c8be35.js:2:1217052\n 
at XMLHttpRequest.d (http://***.***.***.***/static/js/main.a4c8be35.js:2:1217200)","config":{"transitional":
{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"adapter":["xhr","http"],
"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":
"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{},"headers":{"Accept":"application/json, text/plain, 
*/*","Content-Type":"application/json"},"method":"post","url":"http://***.***.***.***/users/authentication","data":
"{\"login\":\"superuser\",\"password\":\"superuser\"}"},"code":"ERR_BAD_REQUEST","status":404}

Данное окно может вылезти на форме аутентификации приложения. Проверьте front_config, возможно url launcher и url back перепутаны местами.