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

Bootstrap Event Controller #11

Closed
3 of 5 tasks
Tracked by #14
thisthat opened this issue Sep 6, 2022 · 0 comments · Fixed by #20
Closed
3 of 5 tasks
Tracked by #14

Bootstrap Event Controller #11

thisthat opened this issue Sep 6, 2022 · 0 comments · Fixed by #20
Assignees

Comments

@thisthat
Copy link
Member

thisthat commented Sep 6, 2022

Goal

Create the skeleton for the Keptn Event Controller inside the Keptn Operator #2 and define the Keptn Event CRD.

Technical Details

The operator implemented in #2 shall be extended with support to control Keptn Event CRDs.
Draft of the CDR to monitor:

apiVersion: lifecycle.keptn.sh/v1alpha1
kind: Event
metadata:
  name: event-sample
spec:
  service: Service1
  application: Application1
  job: 
    backoffLimit: 5
    activeDeadlineSeconds: 100
    template:
      spec:
        containers:
        - name: hello-world
          image: ubuntu:latest
          command: ["echo",  "Hello from the KLO"]
        restartPolicy: Never

Acceptance Criteria

  • The operator monitor Keptn Event CRDs
  • The CRD definition is documented in the README

DoD

  • The Event CRD format is documented in the README
  • The Operator controls Event CRDs
  • Adapt Application and Service controllers to emit Keptn Events together with K8s events

Dependencies

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

Successfully merging a pull request may close this issue.

3 participants