Skip to content

Bug: Provide a feature in the topology settings that allows each worker cluster to utilize a unique helm values file, instead of the current approach where a single global file is applied to all worker clusters. #68

@narmidm

Description

@narmidm

📜 Description

 helm_chart_configuration:
    repo_alias: dev-charts-ent
    repo_url: https://raw.githubusercontent.com/kubeslice/
    cert_manager_chart:
      chart_name: cert-manager
    controller_chart:
      chart_name: kubeslice-controller      
      # version: 0.0.25
    worker_chart:
      chart_name: kubeslice-worker
      # version: 0.0.10      
      values:        
        #global.profile.openshift: true
        kubesliceNetworking.enabled: true

give an option in worker charts for overriding/defining values for each worker cluster.

👟 Reproduction steps

during the kubeslice-cli installation form topology, it doesn't have option to define helm values for each worker cluster.

👍 Expected behavior

Topology need to support hem values for each worker clusters.

👎 Actual Behavior

It's not there. It just global for every worker clusters .

🐚 Relevant log output

No response

Version

None

🖥️ What operating system are you seeing the problem on?

Windows

✅ Proposed Solution

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find any similar issue

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions