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

Install config from yaml #30

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Install config from yaml #30

wants to merge 6 commits into from

Conversation

bgervan
Copy link

@bgervan bgervan commented Nov 6, 2023

Hi,

first draft of this feature is done. Need some checks and review.

Also I saw that ingress-nginx expects ingress-ready=true for node, if none of the nodes have this, it is blocked to start. Added a precheck for ingress to check this.

Command to generate a sample with some default value generates this yaml:

clusterType: kind
OLMRelease: 0.23.1
ingressProvider: baremetal
install:
    kubernetes: false
    olm: false
    ingress: true
    metrics: false
    certManager: false
    kuberoOperator: true
    kuberoUI: false
    registry: false
    writeCliConfig: true
certManager:
    acmeEmail: [email protected]
kuberoUI:
    webhookSecret: ""
    sessionKey: ""
    adminUser: admin
    adminPassword: ""
    apiToken: ""
    ui:
        host: kubero.localhost.com
        webhookUrl: https://kubero.localhost.com/api/repo/webhooks
        ssl: true
    registry:
        enabled: false
        local: false
        host: ""
        port: "443"
        username: ""
        password: ""
        storageSize: 10Gi
        storageClassName: ""
    github:
        enabled: false
        personalAccessToken: ""
    gitea:
        enabled: false
        personalAccessToken: ""
        baseUrl: ""
    gogs:
        enabled: false
        personalAccessToken: ""
        baseUrl: ""
    gitlab:
        enabled: false
        personalAccessToken: ""
        baseUrl: ""
    bitbucket:
        enabled: false
        username: ""
        appPassword: ""

Copy link

netlify bot commented Nov 6, 2023

Deploy Preview for get-kubero ready!

Name Link
🔨 Latest commit 07e7632
🔍 Latest deploy log https://app.netlify.com/sites/get-kubero/deploys/6548d4128c7ec300088d4bac
😎 Deploy Preview https://deploy-preview-30--get-kubero.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mms-gianni
Copy link
Member

mms-gianni commented Jan 28, 2024

Holy ... I completely missed this PR. I'm very sorry. I like this Idea and will include it in the next release.

@mms-gianni
Copy link
Member

I did not forget your PR. I'm currently busy improving the Frontend. I'm still very interested in merging it. Sorry for the delay.

@bgervan
Copy link
Author

bgervan commented May 21, 2024

Hey, do you need any help on updating it? I didn't follow the development in the past months due to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants