dashboard

K8s+dashboard安装部署 不错

三世轮回 提交于 2019-12-01 04:52:59
系统安装 使用虚拟机安装两个centos系统,在/etc/hosts里增加两行 192.168.140.128 kuber-master 192.168.140.129 kuber-node1 关闭防火墙 systemctl stop firewalld & systemctl disable firewalld 关闭selinux sed -i ‘s/enforcing/disabled/’ /etc/selinux/config setenforce 0 关闭swap swapoff -a #临时关闭 vim /etc/fstab #注释掉swap即可永久关闭 配置阿里云yum源、配置docker仓库、配置K8S的yum源 cat <<EOF > /etc/yum.repos.d/kubernetes.repo [kubernetes] name=Kubernetes baseurl=http://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64 enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=http://mirrors.aliyun.com/kubernetes/yum/doc/yum-key.gpg http://mirrors.aliyun.com

R flexdashboard remove title bar

五迷三道 提交于 2019-11-30 20:56:14
I am working on a project using rMarkdown and the flexdashboard package from rStudio . Everything is coming together nicely. But I would like to remove the blue title bar you see at the top of the image here. We are dropping this html page into a window so it becomes a second title bar, which looks terrible. Is there a function in flexdashboard to remove this entire apparatus? Here is the YAML and the first chunk you see just below the blue bar in the photograph. Any suggestion would be greatly appreciated. --- title: New Hampshire Statewide Age Adjusted Incedence Rates of Lyme output:

R flexdashboard remove title bar

好久不见. 提交于 2019-11-30 17:06:14
问题 I am working on a project using rMarkdown and the flexdashboard package from rStudio . Everything is coming together nicely. But I would like to remove the blue title bar you see at the top of the image here. We are dropping this html page into a window so it becomes a second title bar, which looks terrible. Is there a function in flexdashboard to remove this entire apparatus? Here is the YAML and the first chunk you see just below the blue bar in the photograph. Any suggestion would be

Changing button color programmatically

被刻印的时光 ゝ 提交于 2019-11-30 16:39:43
问题 Is there a way to change the color of a button, or at least the color of the button label programmatically? I can change the label itself with document.getElementById("button").object.textElement.innerText = "newlabel"; But how to change the color? 回答1: I have finally found a working code - try this: document.getElementById("button").style.background='#000000'; 回答2: Here is an example using HTML: <input type="button" value="click me" onclick="this.style.color='#000000'; this.style

Kubernetes Dashboard 终结者:KubeSphere

女生的网名这么多〃 提交于 2019-11-30 10:01:16
> 原文链接: Kubernetes Dashboard 终结者:KubeSphere 2018 年 7 月份,青云在 Cloud Insight 云计算峰会上推出了一款全新的容器平台—— KubeSphere ,旨在帮助企业快速低成本管理容器。并且 KubeSphere 本身是开源的,它是基于 Kubernetes 构建的分布式、多租户、企业级开源容器平台,具有强大且完善的网络与存储能力,并通过极简的人机交互提供完善的多集群管理、CI / CD 、微服务治理、应用管理等功能,帮助企业在云、虚拟化及物理机等异构基础设施上快速构建、部署及运维容器架构,实现应用的敏捷开发与全生命周期管理。 KubeSphere 目前最新的版本为高级版 2.0.2 ,并且所有版本 100% 开源。它的 Dashboard 是这个样子的: <center><p id="small">KubeSphere 主界面</p></center> <center><p id="small">Istio 微服务治理界面</p></center> <center><p id="small">多维度监控界面</p></center> 这个颜值,比 Kubernetes Dashboard 不知道高到哪里去了,感兴趣的小伙伴可以给一个 Github Star 鼓励一下开发小哥。访问官网请戳这里: kubesphere.io

打开springboot的run dashboard

我们两清 提交于 2019-11-30 05:47:04
默认情况下,idea的run dashboard是关闭的,当检测到你有多个springboot项目时会弹出提示框,询问是否打开。 如果我们想要自己打开,需要修改配置。 在你的idea的项目目录中,有一个.idea目录: 其中,有一个workspace.xml: 打开,搜索Rundashboard,找到下面这段: < component name = " RunDashboard " > < option name = " ruleStates " > < list > < RuleState > < option name = " name " value = " ConfigurationTypeDashboardGroupingRule " /> </ RuleState > < RuleState > < option name = " name " value = " StatusDashboardGroupingRule " /> </ RuleState > </ list > </ option > </ component > 然后在Component中添加下面的内容: < option name = " configurationTypes " > < set > < option value = "

How do I delete a CloudKit container?

我与影子孤独终老i 提交于 2019-11-30 04:41:09
I accidentally created a new container in CloudKit, and it is really annoying that it comes up when I open dashboard. Any suggestion how to delete? On developer.apple.com I don't see a delete button for containers. Ezimet Apple's iOS CloudKit documentation: Enable iCloud and Select CloudKit Important: When you select CloudKit, Xcode creates a default container ID based on the bundle ID. Because you can’t delete iCloud containers , verify that your bundle ID is correct in the General pane in Xcode before selecting CloudKit. To change your bundle ID, read Set the Bundle ID in App Distribution

SpringCloud学习笔记(5):Hystrix Dashboard可视化监控数据

限于喜欢 提交于 2019-11-30 01:37:31
简介 上篇文章中讲了使用Hystrix实现容错,除此之外,Hystrix还提供了近乎实时的监控。本文将介绍如何进行服务监控以及使用Hystrix Dashboard来让监控数据图形化。 项目介绍 sc-parent,父模块(请参照 SpringCloud学习笔记(1):Eureka注册中心 ) sc-eureka,注册中心(请参照 SpringCloud学习笔记(1):Eureka注册中心 ) sc-consumer-hystrix-ribbon,使用Hystrix+Ribbon的消费者(请参照 SpringCloud学习笔记(4):Hystrix容错机制 ) sc-consumer-hystrix-feign,使用Hystrix+Feign的消费者(请参照 SpringCloud学习笔记(4):Hystrix容错机制 ) sc-hystrix-dashboard,用于可视化监控数据 sc-turbine,用于聚合监控数据 开启消费者服务监控 1.修改消费者sc-consumer-hystrix-ribbon和sc-consumer-hystrix-feign的pom.xml,新增如下依赖: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter

Hystrix Dashboard监控平台搭建

风格不统一 提交于 2019-11-30 01:34:17
前言 还是先说一下Hystrix Dashboard是什么? Hystrix Dashboard主要用来实时监控Hystrix的各项指标信息。通过Hystrix Dashboard反馈的实时信息,可以帮助我们快速发现系统中存在的问题。之前两篇博客说过搭建负载均衡的Eureka服务注册中心集群,还有服务提供者和消费者,这篇博客主要说一下Hystrix Dashboard的搭建过程.如果对Eureka还不了解,可以先看下之前的两篇博客.传送门: 搭建单击Eurek 、 搭建Eureka负载均衡集群 服务提供者 消费者 Hystrix Dashboard监控平台搭建过程 导入项目需要的依赖 < dependencies > < dependency > < groupId > com . mengxuegu . springcloud < / groupId > < artifactId > microservice - cloud - 02 - api < / artifactId > < version > $ { project . version } < / version > < / dependency > < dependency > < groupId > org . springframework . boot < / groupId > < artifactId >

Dashboard Cross-domain AJAX with jquery

余生长醉 提交于 2019-11-29 10:53:33
Hey everyone, I'm working on a widget for Apple's Dashboard and I've run into a problem while trying to get data from my server using jquery's ajax function. Here's my javascript code: $.getJSON("http://example.com/getData.php?act=data",function(json) { $("#devMessage").html(json.message) if(json.version != version) { $("#latestVersion").css("color","red") } $("#latestVersion").html(json.version) }) And the server responds with this json: {"message":"Hello World","version":"1.0"} For some reason though, when I run this the fields on the widget don't change. From debugging, I've learned that