Results 2 issues of Daniel

[creds.UpdateStatus() ](https://github.com/bazelbuild/reclient/blob/ae445f05221cbe0846903985b72c4b69900ad3cd/cmd/bootstrap/main.go#L139C18-L139C38) will always invoke[ checkADCStatus()](https://github.com/bazelbuild/reclient/blob/ae445f05221cbe0846903985b72c4b69900ad3cd/internal/pkg/auth/auth.go#L373), even when no auth needed. If I cannot use GCP, this will always raise an error

If I want to do a production deployment, what suggestions do you have? The configurations I can find are all for single-instance deployment. I believe that when the size of...