文件名称:ebs-autoresize
文件大小:27KB
文件格式:ZIP
更新时间:2024-04-11 10:43:36
Go
ebs自动调整大小 自动调整您的ebs大小。 目录 正在安装 从下载最新的二进制文件 入门 调整大小 ebs-autoresize --threshold=70 --increase=40 当可用空间量少于70%时,磁盘上的空间将调整为40% 最佳实务 因为AWS EBS修改限制为每6小时一次,所以每6小时进行一次Cron。 贡献 叉它 将叉子下载到PC( git clone https://github.com/your_username/ebs-autoresize && cd ebs-autoresize ) 创建功能分支( git checkout -b my-new-feature ) 进行更改并将其添加( git add . ) 提交更改( git commit -m 'Add some feature' ) 推送到分支( git push origin my-new-
【文件预览】:
ebs-autoresize-master
----README.MD(1KB)
----.goreleaser.yml(364B)
----cmd()
--------root.go(2KB)
----.github()
--------dependabot.yml(279B)
--------FUNDING.yml(19B)
--------workflows()
----LICENSE(11KB)
----volumes()
--------ebs.go(6KB)
----main.go(671B)
----go.sum(35KB)
----go.mod(531B)