You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
geneliu
changed the title
feature: multiple (e.g. group_vars) varsConfRef support
feature: Configurable "MountPath" for playbook cmd in "Pod Template" of ClusterOperation job
Feb 3, 2025
1 Code requirement
Kubean uses hard-coded -i /conf/hosts.yml so there is no way to consume kubespray existing group_vars under inventory
2 observe opensource license
announce license at the beginning of file
3 sign-off your commit
your commit must be signed off
4 Is your feature request related to a problem? Please describe.
The customization under /kubespray/inventory/my-inventory/group_vars can not be used by clusteroperation job (pod)
5 Describe the solution you'd like
Our existing use case is like:
ansible-playbook -i /kubespray/inventory/my-inventory/hosts.yml cluster.yml -e ...
An ideal solution/feature would be supporting configurable "MountPath":
kubean/pkg/util/entrypoint/entrypoint.go
Line 109 in 0738d5d
kubean/pkg/controllers/clusterops/controller.go
Line 401 in 0738d5d
6 Describe alternatives you've considered
multiple vars config to be configured. So the varsConfRef is a list instead.
7 Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: