dremio-cloud-tools icon indicating copy to clipboard operation
dremio-cloud-tools copied to clipboard

Dremio Container Tools

Results 28 dremio-cloud-tools issues
Sort by recently updated
recently updated
newest added

Add ingress capabilities for service exposure

If you set `imageTag` to something that can be interpreted as a number (e.g. 20 or 20.1 ) then helm interprets it as a number, and the comparison on line...

I'd like to create an extra container in the coordinator pod to manage backups. This PR adds `extraContainer` options. Currently, there are only `extraInitContainer` options.

Currently, executors are using some images like busybox from the default Docker registry, and deployment can fail on a pretty big cluster due to the limitation of the number of...

* give ability to specify content of dremio-telemetry.yaml * add POD_ID to have ability enable jmx `-Djava.rmi.server.hostname=$(POD_IP)` * add all JMX necessary java options(-D) * add flag to enable disable...

* Add the ability to customize affinity config Based on how `tolerations` are being handled, added helpers for adding `affinity` config to pods _Closed #24 because something whacky happened with...

Enable capability to use OAuth2 with AzureStorage Gen2 Tested on Azure. The change is fully backwards compatibly, even when not updating values.yml.

Update template to fix idents when mapping error validating data

This fixes compatibility with 1.25+. Warning displayed in 1.21+ : ``` W1028 10:25:04.358401 11776 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget ```