temporal-operator icon indicating copy to clipboard operation
temporal-operator copied to clipboard

Temporal Kubernetes Operator

Results 91 temporal-operator issues
Sort by recently updated
recently updated
newest added

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...

help wanted
good first issue
improvement

Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.32.0&new-version=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...

dependencies
go

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...

improvement

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...

improvement

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=istio.io/client-go&package-manager=go_modules&previous-version=1.21.1&new-version=1.21.2)](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...

dependencies
go

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...

help wanted
good first issue
improvement