ops admin changeapihost and addalias

Open
#183 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
kubernetes

Research direction

Start by locating the existing ops admin command handlers and the configuration and ingress management entry points. Trace how the API host is stored and how user ingresses are created, then define tests for changing the host across existing ingresses and duplicating a user's ingress for an alias.

Written by the indexing model from the issue text.

Description

Why you need it?

When you install miniops in a local machine, you may need to change the domain to make it accessibile, so miniop.me does not work you may need to change to 192.168.1.100.nip.io for example

Also you may need to create a simple alias to make a domain accessibile

How it could be?

ops admin changeapihost htts://192.168.1.100.nip.io

this should go change the configured apihost and also change all the existing ingresses to match the new apihost

ops admin aliasingress user https://www.mysite.net
this should duplicate ingresses for the user user so the user configured functions are accessible also http://www.mysite.net

Other related information

Add any other context or screenshots about the feature request here.

Dominant language
Python
Stars
576
Forks
29
Avg merge
51m
Merged PRs (30d)
13

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/openserverless

All issues in apache/openserverless

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.