You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instance above is set to leandro, but in the logs we can see that it is set to default:
Setting application...
Running: vespa config set application vespa-team.text-image-search
Setting target cloud...
Running: vespa config set target cloud
No api-key found for control plane access. Using access token.
Checking for access token in auth.json...
Successfully obtained access token for control plane access.
Certificate and key not found in /Users/leandro/dev/ldalves/text-image-search/.vespa or /Users/leandro/.vespa/vespa-team.text-image-search.default: Creating new cert/key pair with vespa CLI.
Generating certificate and key...
Running: vespa auth cert -N
Success: Certificate written to '/Users/leandro/.vespa/vespa-team.text-image-search.default/data-plane-public-cert.pem'
Success: Private key written to '/Users/leandro/.vespa/vespa-team.text-image-search.default/data-plane-private-key.pem'
In order to fix this, we need to allow passing instance to VespaCloud as well and set it in the vespacli if not default.
The text was updated successfully, but these errors were encountered:
Using
vespa-cli
I can set a custom instance like:Using
pyvespa
I don't have an option to pass theinstance
name inVespaCloud
, but instead I have to pass it in thevespa_cloud.deploy
.The
instance
above is set toleandro
, but in the logs we can see that it is set todefault
:In order to fix this, we need to allow passing
instance
toVespaCloud
as well and set it in thevespacli
if not default.The text was updated successfully, but these errors were encountered: