[
https://issues.apache.org/jira/browse/SPARK-36334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17412876#comment-17412876
]
Apache Spark commented on SPARK-36334:
--------------------------------------
User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/33949
> Add a new conf to allow K8s API server-side cache for pod listing
> -----------------------------------------------------------------
>
> Key: SPARK-36334
> URL: https://issues.apache.org/jira/browse/SPARK-36334
> Project: Spark
> Issue Type: Improvement
> Components: Kubernetes
> Affects Versions: 3.3.0
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Major
> Fix For: 3.3.0
>
>
> -
> https://kubernetes.io/docs/reference/using-api/api-concepts/#the-resourceversion-parameter
> - resourceVersion unset
> {code}
> Most Recent: Return data at the most recent resource version. The returned
> data must be consistent (i.e. served from etcd via a quorum read).
> {code}
> - resourceVersion="0"
> {code}
> Any: Return data at any resource version. The newest available resource
> version is preferred, but strong consistency is not required; data at any
> resource version may be served.
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]