If this is the first time you installed Rancher, get started by running this command and clicking the URL it generates: echo https://test.rancher.com/dashboard/?setup=$(kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{.data.bootstrapPassword|base64decode}}'...
访问URL:18083,输入默认用户名:admin,默认密码:public,登陆 EMQX dashboard。 MQTT 消息验证: 可以通过 MQTT X: Cross-platform MQTT 5.0 Desktop Client 连接并进行收发验证。 至此,EMQX(即 MQTT 服务器端) 安装完成。 EMQX 卸载 首先通过 Helm 卸载 EMQX 除存储外的所有资源: helm uninstall emqx --name...
helm指定镜像helm安装命令 基本概念1、安装1.1 、获取安装包wget https://get.helm.sh/helm-v3.9.4-linux-amd64.tar.gz1.2、解压压缩包tar -zvxfhelm-v3.9.4-linux-amd64.tar.gz1.3、创建软连接ln -s /解压地址/linux-amd64/helm/usr/local/bin/helm1.4、查看版本helm-versio ...
访问URL:18083,输入默认用户名:admin,默认密码:public,登陆 EMQX dashboard。 MQTT 消息验证: 可以通过MQTT X: Cross-platform MQTT 5.0 Desktop Client连接并进行收发验证。 🎉至此,EMQX(即 MQTT 服务器端) 安装完成。 EMQX 卸载 首先通过 Helm 卸载 EMQX 除存储外的所有资源: helm uninstall emqx --namespace...
dashboard.md efk.md harbor.md heapster.1.4.3.md heapster.md helm.md hpa.md index.md ingress-tls.md ingress.md ipvs.md istio.md jenkins.md kernel_upgrade.md kubedns.md metallb.md metrics-server.md networkpolicy.md nfs-server.md prometheus.md rollingupdateWithZeroDowntime.md mixes op prac...
更改kubeapps.yaml,替换里面的镜像为自己registry上的镜像,执行以下命令安装 kubectl create -f kubeapps.yaml 删除kubeapps 从集群中删除kubeapps kubeapps down 或者使用kubectl逆序删除前面创建的对象。启动kubeapps ui 启动kubeapps ui kubeapps dashboard 这个命令只能启用本地127.0.0.1的端口访问UI,只能本机器的浏览器访...
setup=$(kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{.data.bootstrapPassword|base64decode}}') https://192.168.232.5.sslip.io/dashboard/?setup=root@123456789 [root@master rancher]# kubectl get secret --namespace cattle-system bootstrap-secret -o go-...
kubernetes-dashboard-7848d45466-mg4w5 1/1 Running 0 9d metrics-server-6f97f5879-qg8vx 1/1 Running 0 9d tiller-deploy-78fc7f6db4-jq5zs 1/1 Running 0 14s ##将helm的证书、私钥和CA证书拷贝到/root/.helm,并改名为key.pem和cert.pem ...
dashboard [update] message Apr 8, 2020 docs [update] 更新image Apr 7, 2020 pkg go 包修改 Dec 24, 2019 script modify harbor service type Apr 7, 2020 .gitignore fixed Dec 25, 2019 LICENSE Update README Dec 20, 2019 README.md
1) Chart : 创建Kubernetes应用程序实例所需的一组信息, 包括各种Kubernetes对象的配置模板、参数定义、依赖关系、文档说明等, 类似于apt/yum中的软件安装包。 2) Config : 包含可合并到打包图表中以创建可发布对象的配置信息。 3) Release : 是图表Chart的运行实例与特定的配置组合在一起即chart被Helm运行后将会...