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

Regression: 'Disable node caching' property value is always set to False #2979

Closed
ptitzler opened this issue Oct 24, 2022 · 0 comments · Fixed by #2981
Closed

Regression: 'Disable node caching' property value is always set to False #2979

ptitzler opened this issue Oct 24, 2022 · 0 comments · Fixed by #2981
Assignees
Labels
component:pipeline-editor pipeline editor kind:bug Something isn't working
Milestone

Comments

@ptitzler
Copy link
Member

Describe the issue

image

is stored in the .pipeline file as

        "app_data": {
            "component_parameters": {
              "url": {
                "widget": "string",
                "value": "https://www.google.com"
              },
              "kubernetes_pod_annotations": [],
              "kubernetes_pod_labels": [],
              "kubernetes_shared_mem_size": {},
              "kubernetes_tolerations": [],
              "mounted_volumes": [],
              "disable_node_caching": "True"
            },

but results in the property not set

To Reproduce
Steps to reproduce the behavior:

  1. Create a KFP pipeline
  2. Add a custom component
  3. Set disable node caching to True (as pipeline default property value or node property)
  4. Export the pipeline
  5. Review the output. It should contain an indication that max_cache_staleness is set to P0D

Deployment information
Describe what you've deployed and how:

  • Elyra version: 3.13/main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:pipeline-editor pipeline editor kind:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants