temporal-operator
temporal-operator copied to clipboard
Temporal Kubernetes Operator
Close #694
I need to be able to set `tolerations` and `affinity.nodeAffinity` for Pods created by Jobs created by this operator. As far as I know, there's no way to do this...
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
This issue is the main issue to list tasks to stabilize and release the operator in 1.0.0 ### Improve API - [x] #391 - [x] #621 - [ ] #704...
Custom Search Attributes as a part of namespace and can help to search workflow by attributes ``` apiVersion: temporal.io/v1beta1 kind: TemporalNamespace metadata: name: default spec: clusterRef: name: temporal description: Default...
I would like to enable temporal's [pprof](https://docs.temporal.io/references/configuration#pprof) utility, but it does not seem that it is supported by temporal-operator at this time. Does temporal-operator support pprof today? If not, is...
The objective of this API is to support Schedule creation update and deletion as already done with TemporalNamespace. For instance: ```yaml apiVersion: temporal.io/v1beta1 kind: TemporalSchedule metadata: name: my-schedule namespace: demo...
Bumps [istio.io/client-go](https://github.com/istio/client-go) from 1.21.1 to 1.21.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Currently app UI config for auth has to done via environment vars. It would be great if it could be exposed easily. Perhaps with common configuration: Google, Microsoft, GitHub authentication...