kocaki
kocaki
Hi, I am deploying Pulsar in Kubernetes (Azure) and am facing the same issue. I deploy using Helm. Is there a way to solve this for my deployment? If yes,...
@malaskowski thanks for your answer! It looks like pulsar manager does more now because now I get " username or password is wrong". I try to login with pulsar and...
@malaskowski ``` Pulsar Manager config: pulsar_manager: component: pulsar-manager replicaCount: 1 # True includes annotation for statefulset that contains hash of corresponding configmap, which will cause pods to restart on configmap...
Hi @splio-rbechon, It is existing in the pulsar-manager-deployment.yaml but looks different: ``` - name: PULSAR_MANAGER_OPTS value: "$(PULSAR_MANAGER_OPTS) -Dlog4j2.formatMsgNoLookups=true" ``` Tried a new deployment without it but it is still stuck...
Hi @enzo-dechaene, Unfortunately also failing with this setup. Logs show me that the pular_manager_backend keeps restarting. Can you share your pulsar manager config so I can compare?
Hi @malaskowski, Thanks I will try it. With 0.4.0 I see that the db is being created in the pod but unfortunately the pulsar_manager_backend keeps restarting. Are you running the...
Hi @enzo-dechaene, Thanks for the info and help. The problem is that the pulsar-manager-backend keeps restarting and we cannot find out why. The config looks as following: ``` configData: REDIRECT_HOST:...