Charts: [stable/nginx-ingress] vts-status page not working

Created on 11 Mar 2019  路  6Comments  路  Source: helm/charts

Is this a request for help?:
yes

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
bug report

Version of Helm and Kubernetes:

helm version
Client: &version.Version{SemVer:"v2.8.1", GitCommit:"6af75a8fd72e2aa18a2b278cfe5c7a1c5feca7f2", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.12.3", GitCommit:"eecf22f77df5f65c823aacd2dbd30ae6c65f186e", GitTreeState:"clean"}
kubectl version
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.3", GitCommit:"721bfa751924da8d1680787490c54b9179b1fed0", GitTreeState:"clean", BuildDate:"2019-02-04T04:48:03Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.8", GitCommit:"4e209c9383fa00631d124c8adcc011d617339b3c", GitTreeState:"clean", BuildDate:"2019-02-28T18:40:05Z", GoVersion:"go1.10.8", Compiler:"gc", Platform:"linux/amd64"}



md5-a8dece9c9545a1992b701ce4cc2bd0d0



dependencies:
  - name: nginx-ingress
    version: 1.3.1
    repository: https://kubernetes-charts.storage.googleapis.com



md5-4344ecb5d6f6d05c483665af7327bb27



Active connections: 3 
server accepts handled requests
 3301 3301 3870 
Reading: 0 Writing: 1 Waiting: 2 



md5-f0e6d653691b67f691571595bbe3fae8



nginx-ingress:
  controller:
    service:
      type: NodePort

      nodePorts:
        http: 30972

    stats:
      enabled: true
    metrics:
      enabled: true
      serviceMonitor:
        enabled: true

  defaultBackend:
    enabled: false



md5-3b2b3b76c802f87408ec590e5b434f81



vhost_traffic_status_display;
vhost_traffic_status_display_format html;

settings are not configured in the /etc/nginx/nginx.conf, even though the controller.stats.enabled flag is true, which is described in the docs as the way to enable the vts status page.

If further steps are required to get everything set up properly, it would be really helpful if they were documented here https://github.com/helm/charts/tree/master/stable/nginx-ingress#prometheus-metrics

lifecyclstale

Most helpful comment

Same issue.

/remove-lifecycle stale

All 6 comments

Doh, the vts module was removed in 0.16.0 https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.16.0. I still need to find some way to access metrics like nginx_ingress_controller_request_duration_seconds_bucket..

+1

Same issue +1

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

This issue is being automatically closed due to inactivity.

Same issue.

/remove-lifecycle stale

Was this page helpful?
0 / 5 - 0 ratings