operator
Here are 715 public repositories matching this topic...
Bug Report
What version of Kubernetes are you using?
What version of Chaos Mesh are you using?
2.0.5
What did you do?
Clicked Events in the left.
What did you expect to see?
Everything in English
What did you see instead?
One column is titled in Chinese
Output of chaosctl
README.md is still pointing to addons/strip-limits.libsonnet addon as a way to strip containers from set resource limits. However since release-0.8 resource requests are first-level settings and users should use
We can add an upgrade/downgrade command for litmusctl binary, it can look at the matrix of versions in a file and upgrade/downgrade according to the user's choice.
example
- litmusctl upgrade v0.5.0
- litmusctl downgrade v0.4.0
Hello community,
Some context
- Which image of the operator are you using? registry.opensource.zalan.do/acid/postgres-operator:v1.6.3
- Where do you run it - cloud or metal? Kubernetes or OpenShift? OVH Managed Kubernetes
- Are you running Postgres Operator in production? no
- Type of issue? feature request
Issue
When retrieving the Custom Resource pg with the comman
-
Updated
Dec 16, 2021 - Go
-
Updated
Apr 3, 2020 - Go
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
Describe the bug
When scaling runners based on TotalNumberOfQueuedAndInProgressWorkflowRuns it seems that the maximum number of possible runners are currently 60.
Having testet with a workflow with 170 jobs (created by matrix), we only reached 50 runners.
We think the issue is related to missing pagination handling of the ListWorkflowJobs api here: https://github.com/actions-runner-co
-
Updated
Jul 16, 2021 - Python
-
Updated
Apr 20, 2021 - Swift
What would you like to be added:
Currently, kubectl kudo version only prints the current version of the KUDO CLI. It should also print the version of the KUDO controller if the con
-
Updated
Sep 14, 2020 - Python
Feature Request
Is your feature request related to a problem? Please describe:
The shared informer factory has called the WaitForCacheSync method, and it is no longer need to call it separately for each controller. We can remove Informer ().HasSynced because it will not be used.
-
Updated
Dec 15, 2021 - Go
-
Updated
Dec 11, 2021 - Go
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
-
Updated
Apr 27, 2021 - Go
-
Updated
Dec 13, 2021 - Go
-
Updated
Dec 14, 2021 - Python
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
-
Updated
Mar 11, 2020 - Go
-
Updated
Nov 7, 2019 - Go
For now, under "podSpec" - there is no way to set resources limits and requests for pt-heartbeat container from mysqlcluster's statefulset.
Please add option for pt-heartbeat like mysqlOperatorSidecarResources and metricsExporterResources.
Improve this page
Add a description, image, and links to the operator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the operator topic, visit your repo's landing page and select "manage topics."
What i