Skip to content
#

operators

Here are 232 public repositories matching this topic...

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

VladoPortos
VladoPortos commented May 7, 2021

I'm not sure right now how to specify NodePort with AWX operator. Its not mentioned in documentation.

spec:
tower_ingress_type: NodePort

Ok, but how to avoid random port assignment,

Usually I can do in service deployment something like:

spec:
  type: NodePort
  ports:
    - port: 80
      nodePort: 30080
      name: http
    - port: 443
      nodePort: 30443
      name
kensipe
kensipe commented Mar 28, 2020

The kuttl cli overrides the testsuite file... with the exception of the test env. (this is a require to fix that).

If the kuttl-test.yaml has a configuration for startControlPlane: true and the cli is started with --start-kind.... the cli override should start kind.

Perhaps we should have an override that allows to point at a cluster (currently it is the default that is selected if no

asteven
asteven commented Feb 14, 2022

Describe the bug
The created ingress resource is annotated with: "kubernetes.io/ingress.class: nginx".
I use traefik, not nginx. The nexus-operator is unusable with a non-nginx ingress.

To Reproduce
Steps to reproduce the behavior:

  1. Create an nexus instance with networking.exposeAs: Ingress
  2. See that the ingress is created with a annotation: "kubernetes.io/ingress.class: nginx"

Improve this page

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

Learn more