n9e-helm icon indicating copy to clipboard operation
n9e-helm copied to clipboard

Helm chart of Nightingale

Results 18 n9e-helm issues
Sort by recently updated
recently updated
newest added

### 问题: 我使用 Helm 部署服务后发现, 监控目标 n9e 准备失败报错如下 ### 错误排查: 1. 排查 kubernetes svc 后发现, svc内并没有创造名称为 n9e 的 svc 导致连接失败 2. 并且 prometheus 在报错格式错误 修改后格式和 svc 名称后恢复 ### 已修复 修改文件:templates/prometheus/configmap.yaml...

启动状态如下 kubectl get pod -n n9e NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES nightingale-categraf-v6-6t2rh 1/1 Running 0 9m3s 10.30.60.105 kylin105 nightingale-categraf-v6-n7hqg 1/1 Running 0 9m3s 10.30.60.103...

能否使用 github action 自动构建基于 github page 的 helm chart 仓库 模板如下 ```yaml name: Release Charts on: push: branches: - main jobs: release: runs-on: ubuntu-latest permissions: contents: write steps: - name:...

deployment 下的 resources 存在缩进问题,helm install 失败,看报错是缩进问题,解决后能正常安装 https://github.com/flashcatcloud/n9e-helm/pull/102

helm安装,MySQL使用外部数据库,database下没有新建表指令,导致n9e主实例崩溃。 `runner.cwd: /app runner.hostname: n9e-nightingale-center-6bb5866f77-pxsh5 runner.fd_limits: (soft=1048576, hard=1048576) runner.vm_limits: (soft=unlimited, hard=unlimited) 2023/05/25 11:13:34 /home/runner/work/nightingale/nightingale/models/user.go:179 Error 1146: Table 'n9e_v6.users' doesn't exist [0.845ms] [rows:0] SELECT * FROM `users` WHERE username='root' `

除了夜莺,我还通过ingress代理了其他服务。所以,希望访问夜莺的uri形如:http://[domain]:[port]/n9e 安装的n9e版本为:6.0.0.ga.6 我当前ingress的配置: ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: meta.helm.sh/release-name: nightingale meta.helm.sh/release-namespace: n9e creationTimestamp: "2023-05-29T06:36:30Z" generation: 1 labels: app: n9e app.kubernetes.io/managed-by: Helm chart: nightingale heritage: Helm release: nightingale name:...

别人用不用不管,加入进去可以方便要用的人。默认可以把它设置为关闭,也就是不部署。

当前 chart 里默认支持 Prometheus 作为后端存储,如果选择外部的 vm,需要手动修改对应的 server 配置文件,不便于直接通过 helm 进行部署和维护,建议增加对外部 vm 的支持。 nserver config-cm.yaml ``` [Reader] Url = "http://{{ template "nightingale.prometheus.host" . }}:{{ template "nightingale.prometheus.servicePort" . }}" [[Writers]] Url =...

是否可以添加入 artifacthub 避免clone git项目