Uh oh!
There was an error while loading. Please reload this page.
feat: new interactive configuration tool #10 - #201
Open
dcremonini wants to merge 95 commits into
Open
Conversation
also update docopts
added a process.exit inside undeploy. Added missing license header on info.js and syncDeployInfo.js. Added icons on error messages
Added ingressclass config as specified in issue #173
feat: ingressclass config
[FEATURE] Add support for seaweedfs in config tasks
added support to ops admin adduser for seaweedfs
- fixed task ops update secrets and ops update apply - fixed ops admin adduser - support for seaweedfs - fixed typos in ops config disable (milvus and registry
various fixes
this commit integrates system-api with builder support
added a param F for eventually specify custom flags in user creation. Useful to create custom users without all services
Internal registry
chore: support for flags in nuvolaris add-user
operator upgraded to 0.1.0-incubating.2510012114
replaced $OPS and ops debug util kube ctl with ops and kubectl
fix: fixed systemapi tasks
Problem:
- ops setup cluster fails with 'spec.registry.auth.password: Required value'
- REGISTRY_CONFIG_SECRET_PUSH_PULL variable is often not set
- Users must manually export the variable before running ops
Solution:
- Add default value 'changeme-registry' using bash parameter expansion
- Change: password: $REGISTRY_CONFIG_SECRET_PUSH_PULL
- To: password: ${REGISTRY_CONFIG_SECRET_PUSH_PULL:-changeme-registry}
Impact:
- ops setup cluster now works without manual variable export
- Maintains backward compatibility (variable can still override default)
- Improves user experience for new installations
Tested on MicroK8s cluster with operator version 0.1.0-incubating.2510012114Implement project specific undeploy command
fix kind config and update admin api
extra config user dependent for deploy
Fixes for race conditions and more
dcremoniniforce-pushed
the
feat/add-sections-for-applications
branch
from
May 30, 2026 12:32
4e09fca to
d157bcbComparesciabarracom
commented
Jun 7, 2026
Contributor
how can we test it? |
dcremoniniforce-pushed
the
feat/add-sections-for-applications
branch
from
June 8, 2026 16:47
4f2f0d0 to
dbdd254Comparedcremonini
commented
Jun 8, 2026
ContributorAuthor
How to testOpen a terminal. Let's say that you want to set the PostgreSQL password. With the old configurator, you have to run the command below: There should be no output here. To read the current value: The output should be Now from the util/config/configurator folder run the interactive tool with the command and navigate to postgresql, then set the password to
After the tool applied the configuration, you can run again the command needed to show the value of the The output should be |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.