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

Fix indentation for zookeeper annotations #15

Open
wants to merge 31 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2019

  1. DX-15734: add dremio-admin

    Make running it conditional - either this is running or the Dremio cluster.
    Controlled via helm value --set DremioAdmin=true
    
    Change-Id: Ia6d30bcda29e5ea606f57aa6ac22b65aad8a3a91
    Nirmalya Sen committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    25b6664 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. DX-15692: configurable zookeeper resource properties

    Change-Id: Ica602f61421506708689bedb36d0d30c887c8407
    Nirmalya Sen committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    a54caa8 View commit details
    Browse the repository at this point in the history
  2. DX-15572: Add support of uploads in S3 or ADLS

    Enabling support of uploads to S3 or ADLS via
    config entries in values.yaml.
    
    Change-Id: Ie3233cb7085268ecd6aef010be5f61ad67cefc3a
    Nirmalya Sen committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    a7bff69 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. DX-15693: enable nodeSelector for pods

    Change-Id: I3b6746fb8eddeff8c56ae4876453d47bfc30ef9b
    Nirmalya Sen committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    e7ceae3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. DX-15949: enable readiness probe for dremio-master

    Change-Id: I2e3444eccd95cdce7fab18045b43270cbbb07f79
    Nirmalya Sen committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    85252f0 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. DX-16307: Deploy to Azure using ARM templates

    Change-Id: I3534f554ee2168ee88e7ae19380e33696a27f2a3
    Nirmalya Sen committed May 13, 2019
    Configuration menu
    Copy the full SHA
    1fb92f7 View commit details
    Browse the repository at this point in the history
  2. DX-16307: change the message for password chars

    Change-Id: I83a272457e977ea54dc35812a6d28b68dda666ee
    Nirmalya Sen committed May 13, 2019
    Configuration menu
    Copy the full SHA
    72bd56d View commit details
    Browse the repository at this point in the history
  3. rebase to 3.2 release

    1. Pull in the latest config files
    2. Update memory, cpu in values.yaml so that they work with the
    recommended machine types in the docs
    
    Change-Id: I47970acda6fc776171f1970ddacb7e0d78dbff58
    Nirmalya Sen committed May 13, 2019
    Configuration menu
    Copy the full SHA
    ac9811c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. DX-16588: Remove unnecessary space

    Plus change REAME layout and two label changes.
    
    Change-Id: Ia5e05f13910db5c03361c6166411704b40bf4a8e
    Nirmalya Sen committed May 21, 2019
    Configuration menu
    Copy the full SHA
    8f40a51 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. DX-16610: Remove the strategy from templates

    DX-16619: Fix the syntax in values.yaml
    
    Statefulsets attribute is updateStrategy and the default for that
    is RollingUpdate. So, deleting those lines would be sufficient
    and not loose any functionality.
    
    Kubernetes client libraries to v1.14 seems to be more strict than
    earlier version and throws an error with those lines in there.
    
    Dropping the lines works with earlier versions of helm.
    
    Change-Id: I727adc50a883a4801e737aec0be6b84788f6f357
    Nirmalya Sen committed May 23, 2019
    Configuration menu
    Copy the full SHA
    0238c7a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. DX-16550: Support for Cloudformation in AWS

    Change-Id: Ic0aa8058ffbcd46144e451621312554b72dc4a67
    Nirmalya Sen committed May 30, 2019
    Configuration menu
    Copy the full SHA
    28a2443 View commit details
    Browse the repository at this point in the history
  2. DX-16739: open port 80

    Certbot uses port 80 to handshake with LetsEncrypt to
    generate SSL certificates. So, port 80 is being
    opened up by default.
    
    Change-Id: I565bd37b6b2657c67751efd1eee2f4cc45be4ba8
    Nirmalya Sen committed May 30, 2019
    Configuration menu
    Copy the full SHA
    4b85995 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. DX-16813: Add attribute for reverse DNS

    Azure VMs do not automatically do reverse DNS lookup of the VM's
    public ip address. Reverse DNS needs to be specifically enabled.
    
    Change-Id: Ie92fe9ca6c6358a3704947f201dae4e209602c66
    Nirmalya Sen committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    7e4c516 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. DX-16712: Use Azure Storage for uploads and accelerator data

    1. The URL for path.dist values for S3, ADLS are different from
    pre-3.2.0 and 3.2.0+. Handle it.
    2. Add support for Azure Storage v2 for path.dist
    
    Change-Id: I7730ed4caac22240e579e41641e720bdedf05ec0
    Nirmalya Sen committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    b2fc9c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. DX-16710: Configure accelerator and uploads to Storage V2

    Create a Azure Storage V2 account, create a filesystem and
    directories in there and configure dremio to use that for
    accelerator and uploads.
    
    Change-Id: Ic1ce87d3ed8f2bfc6ac5a8d822af75f742b61d1e
    Nirmalya Sen authored and ryantse committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    6ac0ad9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. DX-16819: Add TLS support in Helm chart.

    Change-Id: I17e70a423356849c0d2368648a72241b97d5afeb
    ryantse committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    ea97ae2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. DX-17385: Dockerfile to build dremio/cloud-tools

    The image includes useful cloud tools. See the
    Dockerfile for the list of tools/clients installed.
    
    Change-Id: I6edd554ffc37b353813b8c351a9d505332267930
    Nirmalya Sen committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    6519a4f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. DX-18003: Fixed CloudFormation template for security group ingress.

    Change-Id: I90e2515ebc230fa8da5940498516f9ae313a019e
    mikhaildremio committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    0ed2e68 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. DX-18724: Scale memory sizes with instance sizes

    Change-Id: If8b01fcc3b7d71563a07f8115ce0c4ae03bd3f9a
    J C Lawrence committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    228380a View commit details
    Browse the repository at this point in the history
  2. DX-18733: Enable C3 on Dremio executors for CFTs.

    - Additionally fixes deploying multiple instances of the CFT in the same
      subnet by removing the GroupName and allowing AWS to dynamically
      generate one since GroupName(s) must be unique in a subnet.
    
    Change-Id: I1fb6101528b857a40e09f41aebd11a9843ecb257
    ryantse committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    fd8e425 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Add Helm C3 executor and dist store caching

    - Dremio 4.0.0 or later required.
    - Adds the concept of an imageTag to expose features that are
      introduced only in newer versions of Dremio.
    - Removes the dremioVersion value that needs to be manually set
      to reference the same version that is used by the image.
    - Adds optional Cloud Cache support.  Dist is split between PDFS and
      cloud storage.
    
    Change-Id: Idccb0acbd82a8f3ed50b249599c0b04e93641406
    ryantse authored and JC Lawrence committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    d199978 View commit details
    Browse the repository at this point in the history
  2. Revert "Add Helm C3 executor and dist store caching"

    This reverts commit d199978.
    
    Change-Id: If484452e8608f2dbdfa2713ca33bb13b4c92c4f0
    ryantse committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    45a0484 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. DX-18737: Add Helm C3 executor and dist store caching

    - Dremio 4.0.0 or later required.
    - Adds the concept of an imageTag to expose features that are
      introduced only in newer versions of Dremio.
    - Removes the dremioVersion value that needs to be manually set
      to reference the same version that is used by the image.
    - Adds optional Cloud Cache support.  Dist is split between PDFS and
      cloud storage.
    
    Change-Id: I645c53bb772c0d52362052ef77925c08b30cc494
    ryantse committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    c8124e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. DX-23723: Update ARM template base image reference.

    - Updates the ARM template to use an updated base CentOS image.
    
    Change-Id: Id77a3e2bf3918ce1314aba435c66b0830a7a024a
    ryantse committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    ea3f65d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. DX-23310: Dremio Helm Chart v2

    Change-Id: I4ea8b85a712047bcd4f6520da3c1ec5452d8b849
    ryantse committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    575e58e View commit details
    Browse the repository at this point in the history
  2. DX-23310: Deprecate Helm Chart v1

    Change-Id: I36a84dd6139030f1860b68c870ee2a7e9743dca3
    ryantse committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    ccc5de8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. DX-24910: Fix storage class in Helm chart.

    Change-Id: I7cb9bd86c165bf59654ba2c2a26c173d31e3c01d
    ryantse committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    6f2f2ef View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

  1. DX-25650: Fix context for extraInitContainers.

    - Fixes the context used for extraInitContainers when templating the
      user provided value.
    
    Change-Id: I866716fa636ac6c50971b623f314a6de79fbee69
    ryantse committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    c8e9c86 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. DX-25897: Add Flight support to Dremio v2 Helm chart.

    - Exposed Flight endpoint (default port 32010).
    - Added TLS configuration support to the Flight endpoint.
    - Added documentation for Flight.
    
    Change-Id: I155543d55e8d78c8b13f244918c5a5f8438d89fe
    Keerat Singh committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    4f3a112 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. DX-27781: Fix annotations/labels in Helm chart

    - Fixes the ability to set annotations/labels on StatefulSets in the
      Helm chart.
    
    Change-Id: Ie21980dbd3b626f434c68c517e7a46a6b16450e5
    ryantse committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    a4c16f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

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