Skip to content

Make the cluster description part of the configuration #1

@jkremser

Description

@jkremser

it would be nice to have a way to put also CM or CR directly in the yaml params of the role. Something like:

- hosts: localhost
  roles:
    - role: jiri_kremser.spark_operator
      cluster:
        apiVersion: v1
        kind: ConfigMap
        metadata:
          name: my-spark-cluster
          labels:
            radanalytics.io/kind: sparkcluster
        data:
          config: |-
            worker:
              instances: "2"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions