部署应用发布机报错,这个tinkerd的组件notfound是什么原因啊

下面这堆报错,是因为什么呀,tinkerd这个为什么会安装失败呢
fatal: [10.122.231.16]: FAILED! => {“changed”: true, “debug”: [], “error”: [{“category_info”: {“activity”: “”, “category”: “ObjectNotFound”, “category_id”: 13, “reason”: “CommandNotFoundException”, “target_name”: “tinkerd”, “target_type”: “String”}, “error_details”: null, “exception”: {“help_link”: null, “hresult”: -2146233087, “inner_exception”: null, “message”: “The term ‘tinkerd’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.”, “source”: “System.Management.Automation”, “type”: “System.Management.Automation.CommandNotFoundException”}, “fully_qualified_error_id”: “CommandNotFoundException”, “output”: “tinkerd : The term ‘tinkerd’ is not recognized as the name of a cmdlet, function, script file, or operable program. Chec\r\nk the spelling of the name, or if a path was included, verify that the path is correct and try again.\r\nAt line:1 char:1\r\n+ tinkerd install --name chrome\r\n+ ~~~~~~~\r\n + CategoryInfo : ObjectNotFound: (tinkerd:String) [], CommandNotFoundException\r\n + FullyQualifiedErrorId : CommandNotFoundException\r\n \r\n”, “pipeline_iteration_info”: [], “script_stack_trace”: “at , : line 1”, “target_object”: “tinkerd”}], “host_err”: “”, “host_out”: “Failed to install chrome\r\nExit code: \r\n”, “information”: [{“message_data”: {“BackgroundColor”: null, “ForegroundColor”: null, “Message”: “Failed to install chrome”, “NoNewLine”: false}, “source”: “Write-Host”, “tags”: [“PSHOST”], “time_generated”: “2026-02-10T08:59:36.4312871Z”}, {“message_data”: {“BackgroundColor”: null, “ForegroundColor”: null, “Message”: "Exit code: ", “NoNewLine”: false}, “source”: “Write-Host”, “tags”: [“PSHOST”], “time_generated”: “2026-02-10T08:59:36.4312871Z”}], “output”: [], “result”: {}, “verbose”: [], “warning”: []}

  1. 错误原因是系统无法识别 tinkerd 命令,通常因为 Tinker 服务未正确安装或环境变量未配置。
  2. 请登录到远程应用发布机,确认 Tinker 是否已安装,安装路径通常为:C:\Users\Administrator\AppData\Local\Programs\Tinker
  3. 进入该目录后,使用绝对路径执行命令:.\tinkerd.exe service install,避免因环境变量问题导致命令无法识别。
  4. 若之前安装失败,可先执行 .\tinkerd.exe service uninstall 卸载服务,再重新安装。
  5. 安装完成后,执行 .\tinkerd.exe service start 启动服务,并检查发布机在 JumpServer 页面状态是否正常。
  6. 确保 JumpServer Core 服务地址配置正确,网络连通性无异常。