Skip to content
#

operator

Here are 698 public repositories matching this topic...

zeromsi
zeromsi commented Oct 6, 2021
operator-sdk version
operator-sdk version: "v1.13.0-9-g2c1e81a3", commit: "2c1e81a32a36b6ae24156b72f152a3894d4d7b13", kubernetes version: "v1.21", go version: "go1.17.1", GOOS: "linux", GOARCH: "amd64
  • Why it's saying me to downgrade my go version?
  • What is the workaround?
  • I tried with --skip-go-version-check
  • But while creating resource following error shows
opera
chaos-mesh
litmus
juanmbellini
juanmbellini commented Nov 11, 2021

Hi! This is sort of a feature request.

I'm trying the operator in Minikube (in an Intel Macbook Pro, using Hyperkit as hypervisor). The operator's version is 1.7.1

The feature I would like to have is the following: Using PreparedDatabases, you can create a set of users with different privileges (owner, write and read). In my setup I have my services running in namespace A, and databases c

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

toast-gear
toast-gear commented Oct 17, 2021

Feature
Add a new flag to the controller to allow you to define the default scaleDownDelaySecondsAfterScaleOut value preventing the need to have this attribute added to all your HRAs if the default of 10 minutes doesn't work for your environment.

Constant set here
https://github.com/actions-runner-controller/actions-runner-controller/blob/master/controllers/horizontalrunnerautoscaler_co

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

jkotiuk
jkotiuk commented Jun 28, 2021

Hi,

I'm integrating jaeger with elastic cloud APM (https://www.elastic.co/guide/en/apm/server/current/jaeger.html). Elastic requires to pass a secret as tag in order to authenticate. Currently it is not possible to mount custom secrets as env variables so I'm forced to expose it as a part of manifest.

I've also tried to do some workaround with volume mounts but it didn't work:

apiVer

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