Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Default namespace (Nuvolaris) in local installation

Aperta
#102 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
40/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
docker, kubernetes
Ambito
cli, cloud

Direzione di ricerca

Inizia dall’implementazione alla base di ops config minimal e ops setup devcluster, poi traccia dove vengono impostati il namespace predefinito e la risposta di esempio hello. Controlla la index.html del tutorial e gli altri moduli HTML alla ricerca di riferimenti corrispondenti al namespace. Il lavoro è completato quando un’installazione Docker locale usa openserverless in modo coerente nei messaggi di accesso, nell’output delle action e negli URL del tutorial.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

enhancement
Ⅰ. 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)
Lingua principale
Python
Stelle
576
Fork
29
Merge medio
51m
PR unite (30g)
14

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di apache/openserverless

Tutte le issue di apache/openserverless

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.