operator
Here are 630 public repositories matching this topic...
Feature Request
Is your feature request related to a problem? Please describe:
When some syntax error occurs in generated file "zz_generated.**.go", "chaos-builder" will not work well.
Describe the feature you'd like:
when "walkthrough" the path, ignore the .go file that start with zz_generated
Describe alternatives you've considered:
What happened?
I wanted to configure my kubeadm-like cluster to get monitored by prometheus-operator. I started using the following file:
apiVersion: kubeadm.k8s.io/v1alpha1
kind: MasterConfiguration
api:
advertiseAddress: 192.168.1.173 (I changed the IP from here)
bindPort: 6443
authorizationModes:
- Node
- RBAC
certificatesDir: /etc/kubernetes/pki
cloudProvider:
Currently, we have a lot of env vars in the litmusportal, so we need to use envconfig
pkg to validate and process the env vars.
PKG- https://github.com/kelseyhightower/envconfig
Need to add in:
- graphql-server
- event-tracker
- subscriber
- authentication-server
Please, answer some short questions which should help us to understand your problem / question better?
- Which image of the operator are you using? e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.6.3
- Where do you run it - cloud or metal? Kubernetes or OpenShift? AWS K8s | Azure
- Are you running Postgres Operator in production? yes
- Type of issue? [Bug report,
-
Updated
Aug 11, 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
-
Updated
Apr 20, 2021 - Swift
-
Updated
Jul 16, 2021 - Python
-
Updated
Sep 14, 2020 - Python
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
Aug 11, 2021 - Go
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
Mar 11, 2020 - Go
-
Updated
Apr 27, 2021 - Go
-
Updated
Nov 7, 2019 - Go
-
Updated
Jul 28, 2021 - Go
This issue is to follow up the work started on jaegertracing/jaeger-operator#1508
That PR fixes jaegertracing/jaeger-operator#1497 but we also need E2E tests. The test should be written using kuttl
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
Happened quite some times with 1.5. There's a KameletBinding called timer-source-to-mysql-sink
. It's deleted but then the CLI tries to remove the integration (it should not, it's automatically cleaned up).
[nferraro@localhost kamelet-catalog]$ kamel reset
1 kamelet bindings deleted from namespace camel
could not delete integration timer-source-to-mysql-sink from namespace camel: integr
-
Updated
Aug 9, 2021 - Python
-
Updated
Aug 9, 2021 - Go
-
Updated
Sep 18, 2020
All the documentation on use-cases is referencing to the v1alpha1
API version, we should update to v1beta1
along with new features implemented.
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."
Bug Report
operator-sdk generate bundle
command can only read from pipe but not from STDIN redirected from a file.