Eric Shen
Eric Shen
## Feature Request **Is your feature request related to a problem? Please describe:** When comes FE related PR, it's not convenient for reviewer to check the changes since they have...
### Background After the test, we found that topics unsubscribe function didn't work on pulsar-manager while pulsar-admin executes the same subscription work as expected. This should be a bug on...
### Motivation This PR made some enhancements to the Vault template ### Modifications This PR changed Vault template including: * Added `labels` config * Added the missing config of pod...
When setting `securityContext` for vault as: ``` vault: securityContext: runAsUser: 2000 runAsGroup: 3000 supplementalGroups: [2000] fsGroup: 2000 ``` And vault init jobs will have errors like: ``` Error storing token:...
`components.kop` is the flag to enable kafka client in toolset pod not to enable the kop in pulsar broker. This config should be replaced to avoid misunderstanding
Signed-off-by: ericsyh *(If this PR fixes a github issue, please add `Fixes #`.)* Fixes #820 *(or if this PR is one task of a github issue, please add `Master Issue:...