Skip to content
#

operator

Here are 826 public repositories matching this topic...

thomasmckay
thomasmckay commented May 24, 2022

In https://github.com/open-policy-agent/gatekeeper/tree/master/charts/gatekeeper

-IMG ?= controller:latest
+IMG ?= $(IMAGE_TAG_BASE):$(VERSION)

I may be misunderstanding but shouldn't it be v$(VERSION)? As-is it will tag it as 0.0.1

good first issue help wanted
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

nolar
nolar commented Aug 20, 2020

Problem

K8s-event posting can fail to post an event (kind: Event) for any reasons, such as API rate limiting, temporary API failures (HTTP 5xx), control plane connectivity issues, SSL handshake failures, etc.

This leads to the events being lost, while they can represent some value. This applies both to the events created from the per-object logger messages (logger.info(...) from the

enhancement good first issue
capsule
iblancasa
iblancasa commented Jun 27, 2022

Requirement - what kind of business use case are you trying to solve?

Upgrade the otel dependency packages to the latest version.

Current used version of the otel packages is v0.20.0. This version was published Apr 23, 2021. We should upgrade this dependency to the latest version (v1.7.0 when this issue was opened)

help wanted good first issue dependencies

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