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
Default Namespace should be Openserverless instead of Nuvolaris
Ⅱ. Describe what happened
The installation completes with following messages :
namespaces nuvolaris
Logging in http://localhost:80 as nuvolaris
Successfully logged in as nuvolaris.
ok: whisk auth set. Run 'wsk property get --auth' to see the new value.
ok: whisk API host set to http://localhost:80
OpenServerless host and auth set successfully. You are now ready to use ops!
ok: updated package hello
ok: updated action hello/hello
"body": "hello, Nuvolaris"
Ⅲ. Describe what you expected to happen
The installation should complete with the following messages :
namespaces openserverless
Logging in http://localhost:80 as openserverless
Successfully logged in as openserverless.
ok: whisk auth set. Run 'wsk property get --auth' to see the new value.
ok: whisk API host set to http://localhost:80
OpenServerless host and auth set successfully. You are now ready to use ops!
ok: updated package hello
ok: updated action hello/hello
"body": "hello, Openserverless"
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Local installation with Docker:
Install ops
ops config minimal
ops setup devcluster
Ⅴ. Anything else we need to know?
In the Tutorial (under review) are present html forms (Es: Index.html) containing relative url pointing to actions
with namespace openserverless that can be replaced with nuvolaris.
Ⅵ. Environment:
K8S Runtime and version:
OPS CLI version: 0.1.0-2409121919.dev
OS: Windows Server 2022 Version 21H2 (OS Build 20348.3207)
Docker Version: Docker Desktop 4.38.0 (181591)
The text was updated successfully, but these errors were encountered:
Ersabba
changed the title
Default namespace (Nuvolaris) in local nnstallation
Default namespace (Nuvolaris) in local installation
Mar 8, 2025
As from the mailing list: there are a lot of references spread everywhere using the word nuvolaris. Furthermore abile attempting the rename it would be better to parametrize the namespace. Any help is greatly appreciated.
Ⅰ. Issue Description
Default Namespace should be Openserverless instead of Nuvolaris
Ⅱ. Describe what happened
The installation completes with following messages :
namespaces
nuvolaris
Logging in http://localhost:80 as nuvolaris
Successfully logged in as nuvolaris.
ok: whisk auth set. Run 'wsk property get --auth' to see the new value.
ok: whisk API host set to http://localhost:80
OpenServerless host and auth set successfully. You are now ready to use ops!
ok: updated package hello
ok: updated action hello/hello
"body": "hello, Nuvolaris"
Ⅲ. Describe what you expected to happen
The installation should complete with the following messages :
namespaces
openserverless
Logging in http://localhost:80 as openserverless
Successfully logged in as openserverless.
ok: whisk auth set. Run 'wsk property get --auth' to see the new value.
ok: whisk API host set to http://localhost:80
OpenServerless host and auth set successfully. You are now ready to use ops!
ok: updated package hello
ok: updated action hello/hello
"body": "hello, Openserverless"
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Local installation with Docker:
Ⅴ. Anything else we need to know?
In the Tutorial (under review) are present html forms (Es: Index.html) containing relative url pointing to actions
with namespace openserverless that can be replaced with nuvolaris.
Ⅵ. Environment:
The text was updated successfully, but these errors were encountered: