Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add more prerequisite configurations to CNOE CLI #3

Open
nimakaviani opened this issue Jul 12, 2023 · 1 comment
Open

add more prerequisite configurations to CNOE CLI #3

nimakaviani opened this issue Jul 12, 2023 · 1 comment

Comments

@nimakaviani
Copy link
Contributor

We have sample prerequisites that cover verifications for ACK S3 and Spark Operators, see below.

apiVersion: cnoe.io/v1alpha1
kind: Prerequisite
metadata:
  name: spark
spec:
  pods:
  - name: spark-operator
  crds:
  - group: sparkoperator.k8s.io
    kind: SparkApplications
    version: v1beta2
  - group: sparkoperator.k8s.io
    kind: ScheduledSparkApplications
    version: v1beta2

We need more exhaustive list of prerequisites based on incoming requirements.

@nimakaviani
Copy link
Contributor Author

ideally the verification here should be done by the backend scaffolder directly by building it into the JS library rather than falling back to the CLI. Having it in the CLI is also helpful for testing purpose or for use in the CI but an implementation in the scaffolder would be helpful too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant