limited-orange-59382
11/11/2024, 2:28 PMdeploy --sync <app>
or sync start <app> --deploy
I get an error from the mutagen command that says
Command "/Users/<user>/.garden/tools/mutagen/5ee89f981aef975e/mutagen sync create <path> eyJrd...long_code...VyIl19:/app --name k8s--local-<name>-app --sync-mode one-way-replica -i /**/*.git -i **/*.garden -i **/node_modules --default-file-mode 0644 --default-directory-mode 0755" failed with code 1:
Error: unable to connect to beta: unable to connect to endpoint: unable to dial agent endpoint: unable to handshake with agent process: unable to receive server magic number: EOF (error output: ssh: Could not resolve hostname eyjrd...shortened_long_code...jlcm5l: nodename nor servname provided, or not known)
I've found some existing issues on the repo but none of them seem to have quite the same issue. Would appreciate some help.
It's a kubernetes deployment into a local cluster. The build and deploy runs successfully without the synccurved-intern-91221
11/12/2024, 12:38 PMlimited-orange-59382
11/12/2024, 1:01 PMlimited-orange-59382
11/12/2024, 1:01 PMCI=true
set in my environment from something, removing this fixed the problem.
I have no idea whycurved-intern-91221
11/13/2024, 3:50 PM