wolfstudy opened a new pull request #8064: URL: https://github.com/apache/pulsar/pull/8064
Signed-off-by: xiaolong.ran <[email protected]> ### Motivation In #7994, we upgrade the `client-java` of Kubernetes to `0.9.2`, this will cause the following error. During the creation of statefulsets, secrets and services, the code has been configured to set the "dryrun" value of "true". "true" is not accepted by Kubernetes. Only "All" is allowed. So the value should be set to null. ### Modifications - Set the `dryrun` of KubernetesRuntime is null. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
