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
Presently if you want to enable Multus' DHCP DaemonSet features using our cluster templates, it will not correctly include them. This goes really for almost anything that would end up under the chartValues section of a Cluster template.
Proposed Solution
Similar to other sections of the configuration, it would be worthwhile to iteratively process the chartValues section and include those, although I can see that logic being very tricky with particularly cloudprovider options.
Example workaround code
I wrote a very basic solution to test a slight restructure of this section: Woovie@9ba217c
I do think that moving the chartValues key outside of the if blocks here would be a good change, but a lot of work needs to be done to do this right.
The text was updated successfully, but these errors were encountered:
Woovie
changed the title
Add Multus DHCP DaemonSet creation logic
[RFE] Add Multus DHCP DaemonSet creation logic
Aug 27, 2024
Problem
Presently if you want to enable Multus' DHCP DaemonSet features using our cluster templates, it will not correctly include them. This goes really for almost anything that would end up under the chartValues section of a Cluster template.
Proposed Solution
Similar to other sections of the configuration, it would be worthwhile to iteratively process the chartValues section and include those, although I can see that logic being very tricky with particularly cloudprovider options.
Example workaround code
I wrote a very basic solution to test a slight restructure of this section: Woovie@9ba217c
I do think that moving the chartValues key outside of the if blocks here would be a good change, but a lot of work needs to be done to do this right.
The text was updated successfully, but these errors were encountered: