mfordjody opened a new pull request, #1011: URL: https://github.com/apache/dubbo-kubernetes/pull/1011
Fixes the native ARM64 Activation E2E regression introduced by #1010. The upgrade fixture installs chart 0.4.3 before upgrading. That chart only understands `global.proxyless.cni.*`; using the renamed `global.inherent.cni.*` keys silently left the old node CNI enabled, so injected gateway Pods stayed `ContainerCreating`. Keep the legacy values only in the previous-chart compatibility branch. Runtime Inherent naming remains unchanged. Validation: - rendered chart 0.4.3: legacy key disables its CNI DaemonSet; renamed key is ignored - make lint-shell - git diff --check -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
