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 input parameter gkeCredentials is claimed to be optional. However, failing to provide this parameter yields the following error:
Error: gkeCredentials are missing. Make sure that input parameter gkeCredentials was provided
at new Client (/home/runner/work/_actions/datawire/infra-actions/v0.2.0/provision-cluster/lib/gke.js:35:15)
at Object.<anonymous> (/home/runner/work/_actions/datawire/infra-actions/v0.2.0/provision-cluster/lib/registry.js:10:10)
The reason for this is that the when the const distributions declared in registry.js is initialized, it calls on the gke.Client constructor, which in turn produces the error.
The text was updated successfully, but these errors were encountered:
The input parameter
gkeCredentials
is claimed to be optional. However, failing to provide this parameter yields the following error:The reason for this is that the when the const
distributions
declared inregistry.js
is initialized, it calls on thegke.Client
constructor, which in turn produces the error.The text was updated successfully, but these errors were encountered: