前提: Maven已经安装并配置好。 安装并配置maven参考以下链接: https://www.cnblogs.com/majestyking/articles/10303476.html 1. IDEA->File->Settings->Build,Execution,Deployment->B ...
分类:
其他好文 时间:
2020-02-19 05:36:47
阅读次数:
125
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:
其他好文 时间:
2020-02-17 22:33:36
阅读次数:
99
1.通过catalog部署php过程: (1)填写catalog表单生成builds,deployment,service等一系列对象,貌似等价于执行oc new-app; (2)PHP builds容器启动 执行S2I build; (3)从GitHub上下载代码; (4)运行assemble脚本 ...
分类:
Web程序 时间:
2020-02-17 00:42:52
阅读次数:
121
Office Tool Plus(OTP)是Yerong同学基于Office Deployment Tool(ODT)开发的图形化Office部署工具软件。通过该工具,可以轻松在线或离线安装部署微软Office。
分类:
其他好文 时间:
2020-02-14 14:53:53
阅读次数:
192
StatefulSetStatefulSet:Pod控制器。?RC,RS,Deployment,DS。---------->无状态的服务。?template(模板):根据模板创建出来的Pod,他们的状态都是一模一样的(除了名称,IP,域名之外)?可以理解为:任何一个Pod,都可以被删除,然后用新生成的Pod进行替换。有状态的服务:需要记录前一次或者多次通信中的相关事件,以作为一下通信的分类标
分类:
其他好文 时间:
2020-02-13 11:20:07
阅读次数:
74
StatefulSet介绍遇到的问题:使用Deployment创建的Pod是无状态的,当挂在Volume之后,如果该Pod挂了,ReplicationController会再run一个来保证可用性,但是由于是无状态的,Pod挂了的时候与之前的Volume的关系就已经断开了,新起来的Pod无法找到之前的Pod。但是对于用户而言,他们对底层的Pod挂了没有感知,但是当Pod挂了之后就无法再使用之前挂载
分类:
其他好文 时间:
2020-02-12 20:23:20
阅读次数:
97
简述 我们可以通过调高ReplicationController、 ReplicaSet、 Deployment等可伸缩资源的rep让cas字段, 来手动实现pod中应用的横向扩容。 我们也可以通过增加pod容器的资源请求和限制来纵向扩容pod (尽管目前该操作只能在pod创建时, 而非运行时进行) ...
分类:
其他好文 时间:
2020-02-12 18:07:50
阅读次数:
80
1 """ 2 A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). 3 The robot can only move either down or righ ...
分类:
其他好文 时间:
2020-02-12 13:25:27
阅读次数:
66
app:transformClassesWithExtractJarsForDebug 把默认AS默认打开的Instant run关掉就可以了。路径在在settings->Build,Execution,Deployment->Instant Run ...
分类:
其他好文 时间:
2020-02-10 11:29:57
阅读次数:
71
Horizontal Pod Autoscaler 根据观察到的CPU利用率(或在支持自定义指标的情况下,根据其他一些应用程序提供的指标)自动伸缩 replication controller, deployment, replica set, stateful set 中的pod数量。注意,Hor ...
分类:
其他好文 时间:
2020-02-09 16:49:26
阅读次数:
82