Git Product home page Git Product logo

rocketmq-helm's People

Contributors

itboon avatar zmoon460 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rocketmq-helm's Issues

请教下rocketmq的nameserver持久化

nameserver持久化

  1. 为什么nameserver需要持久化?如果不开启持久化会有什么影响?
  2. nameserver持久化是存储哪些信息?

希望可以得到解答,感谢~🙏

账号密码

我想咨询一下 账号密码在哪设置 value.yaml没看到相关配置

集群卸载后broker持久卷pvc挂载请教

集群卸载,原来的pvc也被卸载,由于卸载后pvc文件名变化,即使修改存储原来pvc跟之前对应,重新安装集群怎么确保master对应的原来master挂载路径、slaver对应挂载原来slave路径

建议dashboard增加NodePort暴露可选方式

对于快捷连接查看仪表盘,建议添加可选新增nodeport自定义端口暴露访问
values.yaml 变量新增
#########
service:

type: ClusterIP

type: NodePort
nodePort: 30019

#########

templates/dashboard/service.yaml 修改为:

{{- if .Values.dashboard.enabled -}}
{{- $fullName := include "rocketmq.dashboard.fullname" . -}}
apiVersion: v1
kind: Service
metadata:
name: {{ $fullName| quote }}
{{- if eq .Values.dashboard.service.type "NodePort" }}
spec:
type: NodePort
ports:

  • port: 8080
    protocol: TCP
    targetPort: 8080
    nodePort: {{ .Values.dashboard.service.nodePort }}
    {{- else }}
    spec:
    ports:
  • port: 8080
    protocol: TCP
    targetPort: 8080
    {{- end }}
    selector:
    {{- include "rocketmq.selectorLabels" . | nindent 4 }}
    component: dashboard
    {{- end }}

部署后访问broker是内网ip

我按照安装说明部署后,访问namespace是内网ip,基于k8s提供网络。导致我的程序报错:connect to ******:10911 failed,我尝试在cm中修改broker暴露的ip地址,没有找到,能提供一下操作指南吗,谢谢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.