fleetctl --help
NAME:
fleetctl - fleetctl is a command-line interface to fleet, the cluster-wide CoreOS init system.
USAGE:
fleetctl [global options] <command> [command options] [arguments...]
VERSION:
0.10.2
COMMANDS:
cat Output the contents of a submitted unit
destroy Destroy one or more units in the cluster
fd-forward Proxy stdin and stdout to a unix domain socket
help Show a list of commands or help for one command
journal Print the journal of a unit in the cluster to stdout
list-machines Enumerate the current hosts in the cluster
list-unit-files List the units that exist in the cluster.
list-units List the current state of units in the cluster
load Schedule one or more units in the cluster, first submitting them if necessary.
ssh Open interactive shell on a machine in the cluster
start Instruct systemd to start one or more units in the cluster, first submitting and loading if necessary.
status Output the status of one or more units in the cluster
stop Instruct systemd to stop one or more units in the cluster.
submit Upload one or more units to the cluster without starting them
unload Unschedule one or more units in the cluster.
verify DEPRECATED - No longer works
version Print the version and exit
GLOBAL OPTIONS:
--ca-file= Location of TLS CA file used to secure communication with the fleet API or etcd
--cert-file= Location of TLS cert file used to secure communication with the fleet API or etcd
--debug=false Print out more debug information to stderr
--driver=API Adapter used to execute fleetctl commands. Options include "API" and "etcd".
--endpoint=unix:///var/run/fleet.sock Location of the fleet API if --driver=API. Alternatively, if --driver=etcd, location of the etcd API.
--etcd-key-prefix=/_coreos.com/fleet/ Keyspace for fleet data in etcd (development use only!)
-h=false Print usage information and exit
--help=false Print usage information and exit
--key-file= Location of TLS key file used to secure communication with the fleet API or etcd
--known-hosts-file=~/.fleetctl/known_hosts File used to store remote machine fingerprints. Ignored if strict host key checking is disabled.
--request-timeout=3 Amount of time in seconds to allow a single request before considering it failed.
--ssh-timeout=10 Amount of time in seconds to allow for SSH connection initialization before failing.
--ssh-username=core Username to use when connecting to CoreOS instance.
--strict-host-key-checking=true Verify host keys presented by remote machines before initiating SSH connections.
--tunnel= Establish an SSH tunnel through the provided address for communication with fleet and etcd.
--version=false Print the version and exit
Global options can also be configured via upper-case environment variables prefixed with "FLEETCTL_"
For example, "some-flag" => "FLEETCTL_SOME_FLAG"
Run "fleetctl help <command>" for more details on a specific command.
fleetctl --help的更多相关文章
- linux centos service 参数详解
Service文件 开门见山,直接来看两个实际的服务配置文件吧. 第一个配置是 CoreOS 系统中 Docker 服务的 Unit 文件,路径是 /usr/lib/systemd/system/do ...
- CoreOS实践(1)—CoreOS初体验
CoreOS主要包含以下一些东西: (1)最小的OS:kernel+systemd (2)使用Docker运行应用 (3)使用fleet管理集群 (4)使用etcd实现服务发现:一个分布式的K/V存储 ...
- [CoreOS 转载] CoreOS实践指南(七):Docker容器管理服务
转载:http://www.csdn.net/article/2015-02-11/2823925 摘要:当Docker还名不见经传的时候,CoreOS创始人Alex就预见了这个项目的价值,并将其做为 ...
- [CoreOS 转载] CoreOS实践指南(四):集群的指挥所Fleet
转载:http://www.csdn.net/article/2015-01-14/2823554/2 摘要:CoreOS是采用了高度精简的系统内核及外围定制的操作系统.ThoughtWorks的软件 ...
- Unix Shortcuts
find . -name "*.java" -type f find all the files within a director and its sub-directory e ...
- [转]etcd 启用 https
1, 生成 TLS 秘钥对 2,拷贝密钥对到所有节点 3,配置 etcd 使用证书 4,测试 etcd 是否正常 5,配置 kube-apiserver 使用 CA 连接 etcd 6,测试 kube ...
- K8s部署使用CFSSL创建证书
证书的编码格式 PEM(Privacy Enhanced Mail),通常用于数字证书认证机构(Certificate Authorities,CA),扩展名为.pem, .crt, .cer, 和 ...
- Docker 集群管理
docker systemd unit file [Unit] Description=Docker Application Container Engine Documentation=http:/ ...
- Kubernetes证书相关(CFSSL)
CFSSL是CloudFlare开源的一款PKI/TLS工具. CFSSL 包含一个命令行工具 和一个用于 签名,验证并且捆绑TLS证书的 HTTP API 服务. 使用Go语言编写. Github ...
随机推荐
- 消息队列入门(三)JMS标准及实现
>>消息中间件 消息中间件即Message-oriented middleware(MOM),消息中间件利用高效可靠的消息传递机制进行平台无关的数据交流,并基于数据通信来进行分布式系统的集 ...
- 《Java程序性能优化》学习笔记 JVM和并发优化
第四章 并行程序优化 1.非阻塞同步避免了基于锁的同步的缺陷,无锁算法没有锁竞争带来的系统开销,也没有线程间频繁调度带来的开销.CAS算法:包含3个参数CAS(v,e,n).V表示要更新的变量,E表示 ...
- WPF中的画图
1.border(边框): <Border BorderBrush="Blue" BorderThickness="0,1,1,1" Grid. ...
- 在linux上安装psycopg2出错--Error: pg_config executable not found.
这个错误可能是因为缺少PGSQL的相关库吧. 网上有很多解决办法,我最终用以下方式解决: yum install postgresql postgresql-devel python-devel
- PHPCMS V9静态化HTML生成设置及URL规则优化
先讲讲Phpcms V9在后台怎么设置生成静态化HTML,之后再讲解怎么自定义URL规则,进行URL地址优化.在这一篇中,伪静态就不涉及了,大家可以移步到Phpcms V9全站伪静态设置方法. 一.静 ...
- 布局文件中fill_parent、match_parent和wrap_content有什么区别?
fill_parent 宽度或者高度 布满整个屏幕从Android 2.2开始fill_parent改名为match_parent.wrap_content布局元素将根据内容更改大小.
- .net winform软件自动更新
转载自 http://dotnet.chinaitlab.com/DotNetFramework/914178.html 关于.NET windows软件实现自动更新,本人今天写了一个DEMO,供大家 ...
- XMLSAX解析
* HTML不区分大小写,XML区分大小写 * 用浏览器打开xml文件,判断xml文件是否有错 * xml与html的区别 1:xml的标记可以自定义,但是html标记不可以定义.<studen ...
- Android 编程下 Using ViewPager for Screen Slides
(参考官方文档:Using ViewPager for Screen Slides | Android Developers)
- jquery优化02
缓存变量:DOM遍历是昂贵的,所以尽量将会重用的元素缓存. $element = $('#element'); h = $element.height(); //缓存 $element.css('he ...