Skip to content

Repository files navigation

iceq-operator

IceQ Operator is a core of the IceQ system. It orchestrates all the operations on the kubernetes cluster.

Custom resource definitions

Task:

apiVersion: iceq.icetek.io/v1
kind: Task
metadata:
  name: task-x
  namespace: iceq
spec:
  image: "busybox"
  • metadata.name is <task_name> [a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9][a-z0-9])?)

Task run:

apiVersion: iceq.icetek.io/v1
kind: TaskRun
metadata:
  name: bd811df1-12e9-4f4e-8483-e4ace767e993
  namespace: iceq
spec:
  taskName: task-x
  • metadata.name is task-run-uuid
  • spec.taskName is <task_name> [a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9][a-z0-9])?)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages