The Wayback Machine - https://web.archive.org/web/20220531083307/https://github.com/topics/operator
Skip to content
#

operator

Here are 790 public repositories matching this topic...

everettraven
everettraven commented May 23, 2022

What is the URL of the document?

Needs to be created

Which section(s) is the issue in?

Needs to be created

What needs fixing?

Helm operators do not allow for cluster aware functions to be run in a Helm Chart template. This is due to the dry-run logic that the Helm operators follow for checking if an upgrade is valid. This should be documented so that users who would like to i

kind/feature good first issue help wanted kind/documentation
chaos-mesh
litmus
AnisTigrini
AnisTigrini commented Apr 7, 2022

Hi There, noticed there is an environment variable to inject "etcd_host" but there are none in the repo for usernames and password. Could create a PR for that to add them to the operator configmap ?
Could enable etcd3 as well since there are no env variables for v3 (supported by Patroni).
Let me know what you guys think.

toast-gear
toast-gear commented Apr 13, 2022

When autoscaling a RunnerSet you must set kind: RunnerSet as part of the scaleTargetRef: field, this isn't needed when the HRA is backing a RunnerDeployment. It would be nicer to just always have to set the type so it's less confusing. easier to document and consistent between the 2 runner kinds.

apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
  name
alekskar
alekskar commented Jun 18, 2020

Is your feature request related to a problem? Please describe.
Vault has backends for AWS like dynamo and s3. However to use them you should provide credentials. AWS support 2 solutions to eliminate this. IAM roles for Service Accounts and Instance profile roles.
Due to some unknown reason vault requires more time to start when using dynamic creds than explicit definition keys in s3 block o

anarcher
anarcher commented Jun 24, 2021

Describe the bug
Cassandra schema job is failed when options.cassandra.servers has multi-server address list (Docker image version is: jaeger-operator:1.22.1)

logs from jaeger-cassandra-schema-job

socket.gaierror: [Errno -2] Name or service not known
Cassandra is still not up at scylla-jaegerdb-dc1-a1-0,scylla-jaegerdb-dc1-a1-1,scylla-jaegerdb-dc1-a1-2:9042. Waiting 1 second.
bug help wanted good first issue cassandra

Improve this page

Add a description, image, and links to the operator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the operator topic, visit your repo's landing page and select "manage topics."

Learn more