12 stars 19 forks 12 watchers Java Apache License 2.0
hacktoberfest kestra kubernetes plugin
7 Open Issues Need Help Last updated: Nov 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes refactoring the codebase by moving common properties, such as 'namespace', from several specific tasks (Get, Patch, Delete, Apply, Restart) into a shared `AbstractPod` class. The goal is to enhance code readability and maintainability by centralizing these properties.

Complexity: 2/5
enhancement kind/cooldown area/plugin good first issue

Java
#hacktoberfest#kestra#kubernetes#plugin

AI Summary: This issue proposes adding a new `kubectl.Patch` task to the Kubernetes plugin. This task would allow users to perform targeted updates to Kubernetes resources using patch operations, similar to the `kubectl patch` CLI, supporting Strategic Merge, JSON Merge, and JSON Patch strategies. This addresses the current limitation where only full resource application (`kubectl.Apply`) is supported, which is cumbersome for simple field modifications.

Complexity: 3/5
enhancement area/plugin good first issue

Java
#hacktoberfest#kestra#kubernetes#plugin

AI Summary: The `PodCreate` Kubernetes plugin currently has a fixed 30-second delay after a pod completes before fetching logs, regardless of the pod's actual execution time. This unnecessarily increases workflow latency and test execution time. The proposed solution is to directly fetch remaining logs using the Kubernetes API with timestamp filtering after pod termination, eliminating the fixed wait.

Complexity: 2/5
enhancement area/plugin good first issue

Java
#hacktoberfest#kestra#kubernetes#plugin

Java
#hacktoberfest#kestra#kubernetes#plugin
bug area/plugin kind/breaking-change good first issue

Java
#hacktoberfest#kestra#kubernetes#plugin

AI Summary: This feature request aims to enhance the `kubectl.Get` task to return the full Kubernetes resource object, including its `status` and optionally `spec` fields. Currently, it only returns metadata, hindering workflows that need to check resource runtime state or conditions. The proposed solution would allow for more robust status checking and decision-making within orchestration workflows.

Complexity: 2/5
enhancement area/plugin good first issue

Java
#hacktoberfest#kestra#kubernetes#plugin