docs: Install a supported webdriver in the Celery worker on Kubernetes deployment #26370
Closed
3 tasks done
Labels
infra:container
Infra container and K8s
The instructions in the Install a supported webdriver in the Celery worker section in running-on-kubernetes.mdx cause the
chromedriver
installation to fail when configuring superset workers.How to reproduce the bug
values.yaml
as per the guide by adding the following snippet:kubectl logs -f superset-worker-<xxx>
Expected results
Clean logs and `chromodriver successfully installed as per below logs:
Actual results
chromedriver
installation failsEnvironment
(please complete the following information):
3.0.1
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
The errors are being caused by
wget
andunzip
not being present in the container image and the warnings are due to the use ofapt
rather thanapt-get
.The text was updated successfully, but these errors were encountered: