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
When no registry is set, and then doing a kn func deploy I am asked for the registry name. However, I see the following error there:
9:02 ➜ kn func deploy --verbose
A registry for function images is required. For example, 'docker.io/tigerteam'.
X Sorry, your reply was invalid: invalid registry ["docker.io/rhuss"]: name required
? Registry for function images:
Workaround is to specify the data either via --registry or via FUNC_REGISTRY.
The text was updated successfully, but these errors were encountered:
When no registry is set, and then doing a
kn func deploy
I am asked for the registry name. However, I see the following error there:Workaround is to specify the data either via
--registry
or viaFUNC_REGISTRY
.The text was updated successfully, but these errors were encountered: