We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dec61d commit ccbb052Copy full SHA for ccbb052
metaflow/plugins/kubernetes/kubernetes_decorator.py
@@ -94,7 +94,7 @@ class KubernetesDecorator(StepDecorator):
94
shared_memory: int, optional
95
Shared memory size (in MiB) required for this step
96
port: int, optional
97
- Number of the port to specify in the Kubernetes job object
+ Port number to specify in the Kubernetes job object
98
"""
99
100
name = "kubernetes"
0 commit comments