You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2021/07/28 23:32:00 UTC

[jira] [Created] (SPARK-36334) Add a new conf to allow K8s API server-side cache for pod listing

Dongjoon Hyun created SPARK-36334:
-------------------------------------

             Summary: 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


- https://kubernetes.io/docs/reference/using-api/api-concepts/#the-resourceversion-parameter

- resourceVersion unset
{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}

- resourceVersion="0"
{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}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org