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

Disable warning on volume-enabled property and document how it should be configured #3608

Closed
anna-geller opened this issue Apr 23, 2024 · 1 comment · Fixed by #3726
Closed
Assignees
Labels
enhancement New feature or request quick-win up to 2h
Milestone

Comments

@anna-geller
Copy link
Member

Feature description

For now, the right way is to use:

kestra:
  plugins:
    configurations:
      - type: io.kestra.plugin.scripts.runner.docker.DockerTaskRunner
        values:
          volume-enabled: true

Before, it's used to be:

kestra:
  tasks:
    scripts:
      docker:
        volume-enabled: true

Even if you configure it as shown in the first option, the script plugin will raise a warning:

image

We should find a way to suppress that warning and then fix the documentation:
https://kestra.io/docs/developer-guide/scripts/bind-mount (kestra-io/docs#1255)

@wrussell1999
Copy link

Related issue: #3531

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request quick-win up to 2h
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants