Git Product home page Git Product logo

k8s's Issues

按照rabbitmq文档部署,节点没有发起自动发现

kubectl get pod,sts,svc,ep,pv,pvc -n test-rabbitmq

NAME READY STATUS RESTARTS AGE
pod/rmq-cluster-0 1/1 Running 0 5m27s
pod/rmq-cluster-1 1/1 Running 0 6m28s
pod/rmq-cluster-2 1/1 Running 0 7m35s

NAME READY AGE
statefulset.apps/rmq-cluster 3/3 14m

NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/rmq-cluster ClusterIP None 5
672/TCP 14m
service/rmq-cluster-balancer NodePort 172.21.4.162 15672:31661/TCP,5672:30373/TCP 14m

NAME ENDPOINTS AGE
endpoints/rmq-cluster 172.17.111.73:5672,172.17.111.74:5672,172.17.111.75:5672 14m
endpoints/rmq-cluster-balancer 172.17.111.73:15672,172.17.111.74:15672,172.17.111.75:15672 + 3 more... 14m
截屏2022-02-21 下午2 17 58

domain name

你好,我再安装openldap的时候发现一点问题,我改过environment目录下的 my-env.startup.yaml文件中的LDAP_BASE_DN:asd.org,然而并没有生效,然后我又改了image-v2/environment/default.startup.yaml文件中的bind_id: cn=admin,dc=asd,dc=org
还是没有生效,请教一下怎么去改这个名称呢。

rabbitmq

请问部署文件里面这一行
cp -v /etc/rabbitmq/rabbitmq.conf ${RABBITMQ_CONFIG_FILE}; exec docker-entrypoint.sh
拷贝源rabbitmq.conf范例在哪里

请问下那个告警邮件的日志哪里看的

请问下那个告警邮件的日志哪里看的?
kubectl -n monitoring log alertmanager-main-0 看不到
还有我是源码安装的etcd 我看那个监控的是pod的 ,你是怎么处理的 改监控模板么

Redis哨兵模式,哨兵ss启动失败。

#kubectl get pods -n db | grep sentinel
redis-sentinel-master-ss-0 1/1 Running 0 6m
redis-sentinel-sentinel-ss-0 0/1 CrashLoopBackOff 2 41s
redis-sentinel-slave-ss-0 1/1 Running 0 6m
redis-sentinel-slave-ss-1 1/1 Running 0 5m56s
redis-sentinel-slave-ss-2 1/1 Running 0 5m53s

#kubectl logs redis-sentinel-sentinel-ss-0 -n db

*** FATAL CONFIG FILE ERROR (Redis 6.2.2) ***
Reading the configuration file, at line 3

'sentinel monitor mymaster redis-sentinel-master-ss-0.redis-sentinel-master-ss.db.svc.cluster.local 6379 2'
Can't resolve instance hostname.

从redis-sentinel-master-ss-0 或是redis-sentinel-slave-ss-0 redis-sentinel-slave-ss-1 都可以ping通mymaster redis-sentinel-master-ss-0.redis-sentinel-master-ss.db.svc.cluster.local

尝试将redis-sentinel-configmap.yaml的哨兵配置文件修改成ip的形式 sentinel monitor mymaster ip 2
可以正常起哨兵 也可以ping通mymaster redis-sentinel-master-ss-0.redis-sentinel-master-ss.db.svc.cluster.local。

按照默认的配置,pod就是起不来,提示上面的错误Can't resolve instance hostname.

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.