dm :32750/swagger/

统一在   cd /opt/iot

删除容器,自动创建容器

dm

更新dm和acl包

 dm源文件chart包
 

cd /var/lib/helmrepo/

helm package --save=false ./dm

helm repo index --url=http://10.17.1.160:8879/charts /var/lib/helmrepo/

helm repo update

cd /opt/iot

docker build -t registry.iot.com:5000/library/iot/dm-and-acl:0.0.1 .

docker push registry.iot.com:5000/library/iot/dm-and-acl:0.0.1

emqtt查看集群状态

cd /usr/sbin

./emqtt_ctl  cluster status

路由

 kubectl get virtualservice trident-web -n istio-system -oyaml 

强制删除pod

kubectl delete pod hub-test0707-emqtt-mysql-0 -n yanhua --force --grace-period=0
 

测试helm命令

helm install --name=yuanqianqian4 --namespace=iop . --debug --dry-run
 

增加rolebinding

kubectl get rolebinding -n yanhua
kubectl edit  rolebinding trident-yanhua-rolebinding -n yanhua

更换redis,需要环境支持 新建 clusterrole

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: rds-resources-editor
rules:
- apiGroups:
- ''
resources:
- pods
verbs:
- '*'

kubectl create -f rds-cluesterrole.yml

最新文章

  1. linux中输入输出和重定向问题
  2. 论文阅读(Xiang Bai——【PAMI2017】An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition)
  3. 企业搜索引擎开发之连接器connector(二十九)
  4. Moment.js 超棒Javascript日期处理类库
  5. cocos2dx 3.x(常见的46种动作)
  6. winfrom 导入Excel表到access数据库(来自小抽奖系统)
  7. Android模拟神器Genymotion eclipse插件安装问题出解决
  8. Cgroup - Linux 内存资源管理
  9. Java_XML操作
  10. js-浏览器DOM
  11. C#中的线程(一)入门 转
  12. 远程连接mysql数据库,1130问题
  13. html5 canvas 实现简单的画图
  14. stderr和stdout详细解说
  15. 实时显示数据 SignalR 及时消息提醒( 立即向其推送内容)
  16. ASP.NET MVC 入门
  17. PythonStudy——文件操作习题 Document operation exercises
  18. AngularJS ui-router刷新子页面路由
  19. ESXi主机性能问题
  20. head first java读书笔记

热门文章

  1. moving-files-from-one-linux-server-to-another-using-scp
  2. atom汉化
  3. 【翻译】Apache Shiro10分钟教程
  4. MapReduce原理
  5. undo与redo
  6. Ext Js 6+ 如何引入dashboard模版
  7. java8时间类的一些封装
  8. Gym 101810
  9. java导入、导出Excel文件
  10. java学习之路--面试之多线程基础