Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubeflow/spark-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 44bfbfc
Choose a base ref
...
head repository: kubeflow/spark-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 177157f
Choose a head ref
  • 5 commits
  • 17 files changed
  • 4 contributors

Commits on Dec 7, 2020

  1. Add configuration for SparkUI service type (#1100)

    * Add support for sparkUI service type
    
    * Update docs and CRD based on newer version of controller-gen
    
    * Add protocol back to ports required fields for 1.18 compatibility. Document this step in developer guide.
    jutley authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    adec53b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Add scheduler func for clearing batch scheduling on completed (#1079)

    * Add scheduler func for clearing batch scheduling on completed
    
    * Rename batch scheduler func
    
    * Rename spark app claen up func
    
    * Update comment for clean up function
    
    * Remove app state changed checking when clean up batch scheduler
    nicholas-fwang authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    8ac786b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    a60896f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Support Prometheus PodMonitor Deployment (#1106) (#1112)

    * Supported Prometheus monitoring via pod monitor for the Spark operator's pod.
    * Added Prometheus `metrics.portName` to use it for `podMonitor.podMetricsEndpoint` configuration, becuse `targetPort` has been deprecated by Prometheus.
    ordukhanian authored Dec 12, 2020
    Configuration menu
    Copy the full SHA
    4916abe View commit details
    Browse the repository at this point in the history
  2. Support Prometheus PodMonitor Deployment (#1106) (#1113)

    * Upgrade the Chart version number.
    ordukhanian authored Dec 12, 2020
    Configuration menu
    Copy the full SHA
    177157f View commit details
    Browse the repository at this point in the history
Loading