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

Feast Helm charts and build script #289

Merged
merged 12 commits into from
Nov 9, 2019

Commits on Nov 4, 2019

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

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    e458014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7630bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb8432a View commit details
    Browse the repository at this point in the history
  4. Update feast charts for installing Feast with Helm

    - Refer to README.md for more details how feast chart is structured and how to use it
    - Feast Core and Feast Serving are subcharts that the parent Feast chart uses to install Feast. These subcharts optionally contains other dependencies such as Kafka, Postgresql or Redis. All these components can be enabled/disabled using the enabled flag in the Helm values.
    davidheryanto committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    d80f70d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Update configmap.yaml for feast core

    Override bootstrapServer value only if kafka is enabled and kafka.external is disabled
    davidheryanto committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    3164687 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Update configmap template for feast-serving

    Support overriding Redis store host with LoadBalancer IP
    davidheryanto committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    cff362a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Set lower default delay time for readiness probes

    - So pod scaling and startup is faster
    - In most cases, Core and Feast should not need more than 15 seconds to start up
    davidheryanto committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    e89d0d5 View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile for Feast Core

    Include exploded/unpacked jar in the production image
    To be used when staging files when submitting Dataflow jobs
    davidheryanto committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    9ba7c90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2cc20e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6010bd View commit details
    Browse the repository at this point in the history