pulsar-helm-chart
pulsar-helm-chart copied to clipboard
Unrecognized VM option 'PrintGCTimeStamps' - Unsupported Java 11 GC Flags causing init container fail
Need to update the PULSAR_GC options in the default values to remove flags or add -XX:+IgnoreUnrecognizedVMOptions, otherwise init containers fail.
See here: https://confluence.atlassian.com/confkb/unrecognized-jvm-gc-options-when-using-java-11-1002472841.html
@samuelzimmermanphillips Thanks for reporting. This will be fixed as part of #190.
Fixed by #255