Skip to content
#

kubernetes-operator

Here are 461 public repositories matching this topic...

flyte
kumare3
kumare3 commented Nov 30, 2021

Describe the issue

Currently we run the Linter CI for golang repos using the golang-ci-linter binary. But according to the documentation it is faster and better to use the github action.
https://golangci-lint.run/usage/install/

The UX of all the error highlighting is also better.

What if we do not do this?

Finding linter errors is troublesome as users have to parse through the cons

abbi-gaurav
abbi-gaurav commented Feb 18, 2022

Feature Request

Is your feature request related to a problem? Please describe.
As a user, I would like to try out the OLM tool and later would like to clean it up.

Describe the solution you'd like
Currently, I see that there is an install.sh that will install the OLM. Recirocatively, there should be an uninstall.sh.

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

secureCodeBox
ytsarev
ytsarev commented Apr 6, 2020

Most of the current use cases, automated tests and functional test scenarios were performed in context of 2 clusters only as it is most common and easier to test setup.

Meanwhile we need to be ready and test for >2 scenario cluster scenario.

This series of testing can reveal potential edge cases in current LB strategies implementation and can lead to LB logic extension and handling of >2 num

dlouvier
dlouvier commented Jan 5, 2022

Hello,

I am trying to deploy opentelemetry-operator in GKE Autopilot (v1.21) and I am finding a weird behavior when I create a collector, the control-plane operator seems to start to create new replicaSets out of control.

  1. First I installed the latest cert-manager
  2. Enable firewall in GKE
  3. Installed the latest release of opentelemetry-operator
  4. Created a collector.

I noticed t

Improve this page

Add a description, image, and links to the kubernetes-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 kubernetes-operator topic, visit your repo's landing page and select "manage topics."

Learn more