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.
What type of this PR
support user custom log location
Which issue(s) this PR fixes:
Fixes #(issue-number)
WHAT
🤖 Generated by Copilot at 2d88acc
This pull request adds a new feature to customize the log directory for all the kube-ovn components, either as a helm chart parameter or as an environment variable. It updates the helm chart templates, the yaml files, and the values.yaml file to support this feature. It also enables some flags and settings for the egress IP and IPv6-only features.
🤖 Generated by Copilot at 2d88acc
HOW
🤖 Generated by Copilot at 2d88acc
log_conf.LOG_DIR
to configure the log directory for all the containers and volumes that use it (link)host-log-ovs
andhost-log-ovn
volumes with thelog_conf.LOG_DIR
variable in thecentral-deploy
,controller-deploy
,monitor-deploy
,ovn-dpdk-ds
, andovncni-ds
templates (link, link, link, link, link)kube-ovn-log
volume with thelog_conf.LOG_DIR
variable in themonitor-deploy
template (link)ovn-controller
andovs-vswitchd
containers with thelog_conf.LOG_DIR
variable in theovsovn-ds
template (link)kube-ovn-pinger
container with thelog_conf.LOG_DIR
variable in thepinger-ds
template (link)kube-ovn-upgrade-ovs-ovn
container with thelog_conf.LOG_DIR
variable in theupgrade-ovs-ovn
template (link)kube-ovn-dual-stack.yaml
,kube-ovn-ipv6.yaml
,ovn-dpdk.yaml
, andovn-ha.yaml
files, which are alternative ways of deploying kube-ovn without using the helm chart (link, link, link, link, link, link, link, link, link, link, link, link, link, link)