要使用 nginx_status 的 BOSH 版本,首先需要将其上传到您的 BOSH:
-
执行
bosh target BOSH_HOST
,以连接到 BOSH。 -
克隆仓库:
git clone https://github.com/cloudfoundry-community/nginx_status-boshrelease.git
。 -
进入目录:
cd nginx_status-boshrelease
。 -
上传发布包:
bosh upload releases/nginx_status-1.yml
。
之后,您可以通过以下命令快速创建部署清单并部署集群:
templates/make_manifest warden bosh -n deploy
对于 AWS EC2,创建单个 VM:
templates/make_manifest aws-ec2 bosh -n deploy
暂无评论