Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Helm Chart #4502

Merged
merged 20 commits into from
Jun 1, 2020
Merged

Add Helm Chart #4502

merged 20 commits into from
Jun 1, 2020

Commits on May 25, 2020

  1. Add Helm Chart.

    desaintmartin committed May 25, 2020
    Configuration menu
    Copy the full SHA
    0a97ed1 View commit details
    Browse the repository at this point in the history
  2. Added dashboard-metrics-scraper support to chart per recommended depl…

    …oyment
    
    This amends work done on #4502 per request from bskim45 and as needed to support my own needs. Functionality works with a simple deployment of the metrics-server (successor to heapster):
    
    helm install metrics-server -n kube-system stable/metrics-server
    davidalger authored and desaintmartin committed May 25, 2020
    Configuration menu
    Copy the full SHA
    2c13be1 View commit details
    Browse the repository at this point in the history
  3. Update aio/deploy/helm-chart/kubernetes-dashboard/templates/clusterro…

    …lebinding-metrics.yaml
    
    Co-Authored-By: Denys Havrysh <[email protected]>
    desaintmartin and vutny committed May 25, 2020
    Configuration menu
    Copy the full SHA
    902f6a9 View commit details
    Browse the repository at this point in the history
  4. Helm chart: add metrics-server subchart and make dashboard-metrics-sc…

    …raper a sidecar container.
    
    Also document more values and add release script.
    desaintmartin committed May 25, 2020
    Configuration menu
    Copy the full SHA
    8f0912b View commit details
    Browse the repository at this point in the history
  5. Update aio/deploy/helm-chart/kubernetes-dashboard/README.md to fix ne…

    …tworkpolicy documentation
    
    Co-Authored-By: atoato88 <[email protected]>
    desaintmartin and atoato88 committed May 25, 2020
    Configuration menu
    Copy the full SHA
    39a02dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10d4ebf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adf4c7f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9df8c97 View commit details
    Browse the repository at this point in the history
  9. Update to 2.0.0.

    desaintmartin committed May 25, 2020
    Configuration menu
    Copy the full SHA
    3a0463c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0cee9d View commit details
    Browse the repository at this point in the history
  11. Put dashboard resources in the right container

    Signed-off-by: David Young <[email protected]>
    Signed-off-by: Cédric de Saint Martin <[email protected]>
    funkypenguin authored and desaintmartin committed May 25, 2020
    Configuration menu
    Copy the full SHA
    9710b52 View commit details
    Browse the repository at this point in the history
  12. Fix container securityContext location, rename metricsScraperContaine…

    …rSecurityContext to metricsScraper.ContainerSecurityContext, upgrade metrics-server subchart to 2.11.1.
    
    Signed-off-by: Cédric de Saint Martin <[email protected]>
    desaintmartin committed May 25, 2020
    Configuration menu
    Copy the full SHA
    f1d1485 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    13fd273 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4da9a41 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e71bb77 View commit details
    Browse the repository at this point in the history
  16. Small deployment cleanup, safer helm release script asking maintainer…

    … to manually push, release script does no longer depend on git tag to release.
    
    Signed-off-by: Cédric de Saint Martin <[email protected]>
    desaintmartin committed May 25, 2020
    Configuration menu
    Copy the full SHA
    4045841 View commit details
    Browse the repository at this point in the history
  17. Upgrade to v2.0.1.

    desaintmartin committed May 25, 2020
    Configuration menu
    Copy the full SHA
    bf795c7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    ddd9809 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    f222aeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b28bd8 View commit details
    Browse the repository at this point in the history