You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/05 15:07:25 UTC

[GitHub] [pulsar] sde-melo opened a new pull request #3758: [deployment] Update Kubernetes AWS (EKS) deployment

sde-melo opened a new pull request #3758: [deployment] Update Kubernetes AWS (EKS) deployment
URL: https://github.com/apache/pulsar/pull/3758
 
 
   ### Motivation
   
   We have encountered problems trying to use the current YAML files to deploy Pulsar to AWS EKS.
   The cluster metadata initialization was missing, the monitoring tools were empty (Pulsar dashboard) or almost empty (Grafana).
   
   ### Modifications
   
   We have updated the Grafana Docker image.  A newer version is now used (5.4.3 instead of 4.3.1), the configuration and dashboards have been modified accordingly, the topics dashboard has been fixed.
   We have also modified the YAML files for the Kubernetes deployment to AWS, especially to make the monitoring work properly.  A newer version of Prometheus is now used (2.7.1 instead of 1.6.3).
   
   ### Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API: no
     - The schema: no
     - The default values of configurations: no
     - The wire protocol: no
     - The rest endpoints: no
     - The admin cli options: no
     - Anything that affects deployment: **yes**
   This pull request modifies the Grafana Docker image (upgrade) and the Kubernetes deployment to AWS EKS.
   
   ### Documentation
   
   This pull request does not introduce any new feature but the existing documentation should be updated.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services