You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/metadata/core.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
group: io.kestra.plugin.kubernetes.core
2
2
name: "core"
3
-
title: "Core"
3
+
title: "Kubernetes Core"
4
4
description: "Tasks that create pods and manage core workload execution on Kubernetes."
5
5
body: "Use PodCreate with connection settings, namespace, image, command, env, and volume mounts to launch jobs, stream logs, and wait for completion with configurable timeouts; ideal for running containerized steps inside workflows."
0 commit comments