CentOS ~~~ kubectl官网 :https://kubernetes.io/docs/tasks/tools/install kubectl/ install kubectl on linux minikube官网 :https://kubernetes.io/docs/tasks/to ...
分类:
其他好文 时间:
2019-12-30 09:49:46
阅读次数:
195
AirFlow介绍一、AirFlow是什么 airflow是一个编排、调度和监控workflow的平台,由Airbnb开源,现在在ApacheSoftwareFoundation孵化。airflow将workflow编排为由tasks组成的DAGs(有向无环图),调度器在一组workers上按照指定的依赖关系执行tasks。同时,airflow提供了丰富的命令行工具和简单易用
分类:
其他好文 时间:
2019-12-29 23:44:13
阅读次数:
393
一、playbook基本格式如下 [root@linux-node1 ansible]# cat file.yaml # 主机 - hosts: date # 用户 remote_user: root # 任务 tasks: - name: create new_file file: name=/d ...
分类:
其他好文 时间:
2019-12-29 18:34:19
阅读次数:
94
一、tags标签 [root@linux-node1 ansible]# cat httpd.yaml - hosts: date remote_user: root tasks: - name: install httpd package yum: name=httpd tags: inshttp ...
分类:
其他好文 时间:
2019-12-29 18:31:36
阅读次数:
127
一、安装dashboard 首先参考官方文档:https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/ 官方的安装命令如下: 当有多个节点时,安装到非主节点时,会出现一些问题。dashboard使用ht ...
分类:
Web程序 时间:
2019-12-29 18:07:27
阅读次数:
159
COMP2113 Programming technologies [2019]Final Programming ProjectGeneral InstructionsIn this project, you will solve THREE dependent programming tasks ...
分类:
其他好文 时间:
2019-12-28 19:07:41
阅读次数:
93
环境描述:redhat7.3 CDH5.15.1 采用parcels方式部署 报错描述:airflow调度程序,最近2周偶尔报错,报错类型有2类:1、无法初始化集群配置;2、读取配置权限问题 报错一: Launching Job 1 out of 1 Number of reduce tasks i ...
分类:
其他好文 时间:
2019-12-24 19:03:56
阅读次数:
337
Utility Helpers Utility Helpers Utility helpers are used to perform minor, optional tasks. Use this reference list to discover what each handlebars he ...
分类:
其他好文 时间:
2019-12-23 00:36:24
阅读次数:
145
Rikka with Subset As we know, Rikka is poor at math. Yuta is worrying about this situation, so he gives Rikka some math tasks to practice. There is on ...
分类:
其他好文 时间:
2019-12-19 21:02:27
阅读次数:
91
首先要准备的环境就是免密登录 这是要在ansible-playbook中所写的内容 hosts: tomcat tasks: - name: 关闭防火墙 service: name=iptables state=stopped - name: 关闭selinux shell: setenforce ...
分类:
其他好文 时间:
2019-12-19 16:02:11
阅读次数:
99