From 1f4ae24677a9e525ee3d49ea2648d46cf164de4c Mon Sep 17 00:00:00 2001 From: Kenshin <35095889+kqzh@users.noreply.github.com> Date: Mon, 14 Feb 2022 13:41:41 +0800 Subject: [PATCH] update helm & README (#40) --- Makefile | 2 +- README-CN.md | 13 +++-------- README.md | 13 +++-------- charts/index.yaml | 14 ++++++------ charts/nebula-exporter-0.0.6.tgz | Bin 0 -> 4041 bytes charts/nebula-exporter-v0.0.5.tgz | Bin 4034 -> 0 bytes charts/nebula-exporter/Chart.yaml | 6 ++--- charts/nebula-exporter/values.yaml | 2 +- deploy/bare-metal/README.md | 7 ------ deploy/bare-metal/config.yaml | 34 ++--------------------------- deploy/bare-metal/example-CN.md | 4 ++-- deploy/bare-metal/example.md | 4 ++-- deploy/kubernetes/README-CN.md | 6 ++--- deploy/kubernetes/README.md | 6 ++--- deploy/kubernetes/example-CN.md | 4 ++-- deploy/kubernetes/example.md | 4 ++-- 16 files changed, 34 insertions(+), 85 deletions(-) create mode 100644 charts/nebula-exporter-0.0.6.tgz delete mode 100644 charts/nebula-exporter-v0.0.5.tgz diff --git a/Makefile b/Makefile index 164fefe..6a493d6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PROJECT="nebula-exporter" GO ?= go -VERSION ?= v0.0.5 +VERSION ?= v0.0.6 DockerUser=vesoft ifeq (,$(shell go env GOBIN)) diff --git a/README-CN.md b/README-CN.md index 6f3f1cd..793f95e 100644 --- a/README-CN.md +++ b/README-CN.md @@ -1,5 +1,5 @@

- +
English | 中文
A distributed, scalable, lightning-fast graph database

@@ -47,13 +47,6 @@ clusters: # 您想要监控的 cluster 列表 endpointPort: 19559 # instance 的端口 componentType: metad # instance 的组建类型, optional value metad, graphd and storaged. - ... -# 废弃: 使用 clusters 来替换 -nebulaItems: # 类似 clusters/instances, 默认的 cluster 名称为 '_nebula' - - instanceName: metad0 # 类似 clusters/instances/name - endpointIP: 192.168.10.131 # 类似 clusters/instances/endpointIP - endpointPort: 19559 # 类似 clusters/instances/endpointPort - componentType: metad # 类似 clusters/instances/componentType - - ... ``` _详情请见 [config.yaml](deploy/bare-metal/config.yaml) 。_ @@ -76,12 +69,12 @@ scrape_configs: ```shell $ docker run -d --restart=always --name nebula-stats-exporter -p 9100:9100 \ -v "<>:/config.yaml" \ - vesoft/nebula-stats-exporter:v0.0.5 --bare-metal --bare-metal-config=/config.yaml + vesoft/nebula-stats-exporter:v0.0.6 --bare-metal --bare-metal-config=/config.yaml # 例如: $ docker run -d --restart=always --name nebula-stats-exporter -p 9100:9100 \ -v "$(pwd)/deploy/bare-metal/config.yaml:/config.yaml" \ - vesoft/nebula-stats-exporter:v0.0.5 --bare-metal --bare-metal-config=/config.yaml + vesoft/nebula-stats-exporter:v0.0.6 --bare-metal --bare-metal-config=/config.yaml ``` ## 在裸机上运行 diff --git a/README.md b/README.md index 51e47b3..17d7333 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +
English | 中文
A distributed, scalable, lightning-fast graph database

@@ -47,13 +47,6 @@ clusters: # a list of clusters you want to mon endpointPort: 19559 # the port of this instance componentType: metad # the component type of this instance, optional value metad, graphd and storaged. - ... -# Deprecated: use clusters instead. -nebulaItems: # same as clusters/instances, the default cluster name is '_nebula' - - instanceName: metad0 # same as clusters/instances/name - endpointIP: 192.168.10.131 # same as clusters/instances/endpointIP - endpointPort: 19559 # same as clusters/instances/endpointPort - componentType: metad # same as clusters/instances/componentType - - ... ``` _See [config.yaml](deploy/bare-metal/config.yaml) for details._ @@ -76,12 +69,12 @@ And adjust the host name `NEBULA_STATS_EXPORTER_HOSTNAME` accordingly. ```shell $ docker run -d --restart=always --name nebula-stats-exporter -p 9100:9100 \ -v "<>:/config.yaml" \ - vesoft/nebula-stats-exporter:v0.0.5 --bare-metal --bare-metal-config=/config.yaml + vesoft/nebula-stats-exporter:v0.0.6 --bare-metal --bare-metal-config=/config.yaml # For example: $ docker run -d --restart=always --name nebula-stats-exporter -p 9100:9100 \ -v "$(pwd)/deploy/bare-metal/config.yaml:/config.yaml" \ - vesoft/nebula-stats-exporter:v0.0.5 --bare-metal --bare-metal-config=/config.yaml + vesoft/nebula-stats-exporter:v0.0.6 --bare-metal --bare-metal-config=/config.yaml ``` ## Run on Bare Metal diff --git a/charts/index.yaml b/charts/index.yaml index 8f4af0b..b7069ce 100644 --- a/charts/index.yaml +++ b/charts/index.yaml @@ -2,12 +2,12 @@ apiVersion: v1 entries: nebula-exporter: - apiVersion: v1 - appVersion: v2.5.0 - created: "2021-08-16T11:54:34.149524302+08:00" + appVersion: v3.0.0 + created: "2022-02-14T12:07:04.219772+08:00" description: Nebula Graph stats exporter for prometheus - digest: 8b02d03f03d5d0ee7fbb2dc6fdb92ad5878409f07d928a2d778413dfd7a0b8de + digest: b5026b4e12b325e54bac8c8538bb1d21793df3f4a5d7878b312f5f43c12ec6e3 home: https://nebula-graph.io - icon: https://github.com/vesoft-inc/nebula/raw/master/docs/logo.png + icon: https://nebula-website-cn.oss-cn-hangzhou.aliyuncs.com/nebula-website/images/nebulagraph-logo.png keywords: - kubernetes - exporter @@ -28,6 +28,6 @@ entries: sources: - https://github.com/vesoft-inc/nebula urls: - - https://vesoft-inc.github.io/nebula-stats-exporter/charts/nebula-exporter-v0.0.5.tgz - version: v0.0.5 -generated: "2021-08-16T11:54:34.14868979+08:00" + - https://vesoft-inc.github.io/nebula-stats-exporter/charts/nebula-exporter-0.0.6.tgz + version: 0.0.6 +generated: "2022-02-14T12:07:04.219113+08:00" diff --git a/charts/nebula-exporter-0.0.6.tgz b/charts/nebula-exporter-0.0.6.tgz new file mode 100644 index 0000000000000000000000000000000000000000..bb54be29c2efb4fd823f6c049dd169a1d26fbe17 GIT binary patch literal 4041 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 literal 0 HcmV?d00001 diff --git a/charts/nebula-exporter-v0.0.5.tgz b/charts/nebula-exporter-v0.0.5.tgz deleted file mode 100644 index 49e7329ca944617635555724e7bf9c1e41f55300..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4034 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:/config.yaml" \ - vesoft/nebula-stats-exporter:v0.0.5 --bare-metal --bare-metal-config=/config.yaml + vesoft/nebula-stats-exporter:v0.0.6 --bare-metal --bare-metal-config=/config.yaml # 例如: $ docker run -d --restart=always --name nebula-stats-exporter -p 9100:9100 \ -v "$(pwd)/deploy/bare-metal/config.yaml:/config.yaml" \ - vesoft/nebula-stats-exporter:v0.0.5 --bare-metal --bare-metal-config=/config.yaml + vesoft/nebula-stats-exporter:v0.0.6 --bare-metal --bare-metal-config=/config.yaml ``` ## 安装 prometheus diff --git a/deploy/bare-metal/example.md b/deploy/bare-metal/example.md index d77481f..46154e5 100644 --- a/deploy/bare-metal/example.md +++ b/deploy/bare-metal/example.md @@ -5,12 +5,12 @@ ```shell $ docker run -d --restart=always --name nebula-stats-exporter -p 9100:9100 \ -v "<>:/config.yaml" \ - vesoft/nebula-stats-exporter:v0.0.5 --bare-metal --bare-metal-config=/config.yaml + vesoft/nebula-stats-exporter:v0.0.6 --bare-metal --bare-metal-config=/config.yaml # For example: $ docker run -d --restart=always --name nebula-stats-exporter -p 9100:9100 \ -v "$(pwd)/deploy/bare-metal/config.yaml:/config.yaml" \ - vesoft/nebula-stats-exporter:v0.0.5 --bare-metal --bare-metal-config=/config.yaml + vesoft/nebula-stats-exporter:v0.0.6 --bare-metal --bare-metal-config=/config.yaml ``` ## Install prometheus diff --git a/deploy/kubernetes/README-CN.md b/deploy/kubernetes/README-CN.md index 11ee440..a41ba26 100644 --- a/deploy/kubernetes/README-CN.md +++ b/deploy/kubernetes/README-CN.md @@ -20,7 +20,7 @@ _访问 [helm repo](https://helm.sh/docs/helm/helm_repo/) 来查看命令文档 ```shell export NEBULA_EXPORTER_NAMESPACE=nebula # 您想要安装 nebula exporter 的 namespace -export CHART_VERSION=v0.2.0 # Nebula Exporter 的 chart 版本 +export CHART_VERSION=v0.0.6 # Nebula Exporter 的 chart 版本 $ kubectl create namespace "${NEBULA_EXPORTER_NAMESPACE}" # 如果您已经创建了,请跳过 $ helm install nebula-exporter nebula-exporter/nebula-exporter \ @@ -35,7 +35,7 @@ nebula-exporter-5964b765c9-4xfkm 1/1 Running 0 44s 注意: -* `${chart_version}` 表示 Nebula Exporter chart 的版本。 例如,v0.2.0 。 您可以通过运行 `helm search repo -l nebula-exporter` 命令来查看当前支持的版本。 +* `${chart_version}` 表示 Nebula Exporter chart 的版本。 例如,v0.0.6 。 您可以通过运行 `helm search repo -l nebula-exporter` 命令来查看当前支持的版本。 _访问 [helm install](https://helm.sh/docs/helm/helm_install/) 来查看命令文档。_ @@ -85,7 +85,7 @@ $ helm show values nebula-exporter/nebula-exporter | `startUp.listenPort` | Nebula metrics 服务监听端口 | `9100` | | `startUp.maxRequests` | 最大并行抓取请求数,使用 0 则不限制 | `40` | | `image.repository` | Nebula stats exporter image repository | `vesoft/nebula-stats-exporter` | -| `image.tag` | Nebula stats exporter image tag | `v0.0.5` | +| `image.tag` | Nebula stats exporter image tag | `v0.0.6` | | `image.pullPolicy` | Nebula stats exporter imagePullPolicy | `IfNotPresent` | | `serviceAccount.create` | 指定是否应创建 service account | `true` | | `serviceAccount.annotations` | 添加到 service account 的 annotations | `{}` | diff --git a/deploy/kubernetes/README.md b/deploy/kubernetes/README.md index 57dbb6c..c1b0da5 100644 --- a/deploy/kubernetes/README.md +++ b/deploy/kubernetes/README.md @@ -20,7 +20,7 @@ _See [helm repo](https://helm.sh/docs/helm/helm_repo/) for command documentation ```shell export NEBULA_EXPORTER_NAMESPACE=nebula # the namespace you want to install the nebula exporter -export CHART_VERSION=v0.2.0 # the chart version of Nebula Exporter +export CHART_VERSION=v0.0.6 # the chart version of Nebula Exporter $ kubectl create namespace "${NEBULA_EXPORTER_NAMESPACE}" # If you have already created it, please skip. $ helm install nebula-exporter nebula-exporter/nebula-exporter \ @@ -35,7 +35,7 @@ nebula-exporter-5964b765c9-4xfkm 1/1 Running 0 44s Notes: -* `${chart_version}` represents the chart version of Nebula Exporter. For example, v0.2.0. You can view the currently supported versions by running the `helm search repo -l nebula-exporter` command. +* `${chart_version}` represents the chart version of Nebula Exporter. For example, v0.0.6. You can view the currently supported versions by running the `helm search repo -l nebula-exporter` command. _See [helm install](https://helm.sh/docs/helm/helm_install/) for command documentation._ @@ -85,7 +85,7 @@ The following table lists is the configurable parameters of the chart and their | `startUp.listenPort` | The nebula metrics server listening port | `9100` | | `startUp.maxRequests` | Maximum number of parallel scrape requests, use 0 for no limit | `40` | | `image.repository` | Nebula stats exporter image repository | `vesoft/nebula-stats-exporter` | -| `image.tag` | Nebula stats exporter image tag | `v0.0.5` | +| `image.tag` | Nebula stats exporter image tag | `v0.0.6` | | `image.pullPolicy` | Nebula stats exporter imagePullPolicy | `IfNotPresent` | | `serviceAccount.create` | Specifies whether a service account should be created | `true` | | `serviceAccount.annotations` | Annotations to add to the service account | `{}` | diff --git a/deploy/kubernetes/example-CN.md b/deploy/kubernetes/example-CN.md index e034612..4317805 100644 --- a/deploy/kubernetes/example-CN.md +++ b/deploy/kubernetes/example-CN.md @@ -59,12 +59,12 @@ _详情请见 [Install Nebula Cluster with helm](https://github.com/vesoft-inc/n ```shell $ helm install nebula-exporter nebula-exporter --repo https://vesoft-inc.github.io/nebula-stats-exporter/charts \ - --namespace=example1 --version=v0.2.0 \ + --namespace=example1 --version=v0.0.6 \ --set serviceMonitor.enabled=true \ --set serviceMonitor.prometheusServiceMatchLabels.release=prometheus $ helm install nebula-exporter nebula-exporter --repo https://vesoft-inc.github.io/nebula-stats-exporter/charts \ - --namespace=example2 --version=v0.2.0 \ + --namespace=example2 --version=v0.0.6 \ --set serviceMonitor.enabled=true \ --set serviceMonitor.prometheusServiceMatchLabels.release=prometheus ``` diff --git a/deploy/kubernetes/example.md b/deploy/kubernetes/example.md index e5b9fb3..ba5d92c 100644 --- a/deploy/kubernetes/example.md +++ b/deploy/kubernetes/example.md @@ -59,12 +59,12 @@ _See [Install Nebula Cluster with helm](https://github.com/vesoft-inc/nebula-ope ```shell $ helm install nebula-exporter nebula-exporter --repo https://vesoft-inc.github.io/nebula-stats-exporter/charts \ - --namespace=example1 --version=v0.2.0 \ + --namespace=example1 --version=v0.0.6 \ --set serviceMonitor.enabled=true \ --set serviceMonitor.prometheusServiceMatchLabels.release=prometheus $ helm install nebula-exporter nebula-exporter --repo https://vesoft-inc.github.io/nebula-stats-exporter/charts \ - --namespace=example2 --version=v0.2.0 \ + --namespace=example2 --version=v0.0.6 \ --set serviceMonitor.enabled=true \ --set serviceMonitor.prometheusServiceMatchLabels.release=prometheus ```