Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default namespace (Nuvolaris) in local installation #102

Open
Ersabba opened this issue Mar 8, 2025 · 1 comment
Open

Default namespace (Nuvolaris) in local installation #102

Ersabba opened this issue Mar 8, 2025 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Ersabba
Copy link

Ersabba commented Mar 8, 2025

Ⅰ. 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:

  1. Install ops
  2. ops config minimal
  3. 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)
@Ersabba Ersabba changed the title Default namespace (Nuvolaris) in local nnstallation Default namespace (Nuvolaris) in local installation Mar 8, 2025
@d4rkstar
Copy link
Contributor

d4rkstar commented Mar 9, 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.

@d4rkstar d4rkstar added enhancement New feature or request help wanted Extra attention is needed labels Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants