manticoresoftware/manticoresearch-auto-replication
最新稳定版本:2.1.2
Composer 安装命令:
composer require manticoresoftware/manticoresearch-auto-replication
包简介
Library for automation of replication of Manticore Search in Kubernetes. Used by Manticore Helm chart and other projects
README 文档
README
Local development
Create index.php file for local debug
require('vendor/autoload.php'); $labels = [ 'app.kubernetes.io/component' => 'worker', 'app.kubernetes.io/instance' => 'helm', ]; $api = new ApiClient(); $api->setApiUrl('http://localhost:8080'); $api->setNamespace('helm'); $api->setMode(ApiClient::DEV_MODE);
Run k8s proxy
kubectl proxy --port=8080
统计信息
- 总下载量: 1.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2022-08-22