-
Updated
Feb 10, 2022 - Elixir
operators
Here are 232 public repositories matching this topic...
-
Updated
Mar 11, 2020 - Go
-
Updated
Nov 12, 2021 - Kotlin
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
-
Updated
Mar 14, 2022 - JavaScript
-
Updated
Mar 15, 2022 - Go
-
Updated
Jul 9, 2018 - Objective-C
-
Updated
Jan 29, 2022 - Elixir
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
Is your feature request related to a problem? Please describe.
We remove the splunk plugin support because we got issues. Now there is a new version who fix that.
splunk/fluent-plugin-splunk-hec#208
Describe the solution you'd like
Re-add the splunk plugin again
PR for remove the plugin: vmware/kube-fluentd-operator#274
Descri
-
Updated
Sep 27, 2020 - Python
-
Updated
Nov 5, 2017 - Swift
-
Updated
Sep 8, 2021 - Jupyter Notebook
-
Updated
Feb 22, 2022 - Go
-
Updated
Feb 9, 2022 - Go
-
Updated
Apr 1, 2016 - Swift
-
Updated
Nov 15, 2021 - JavaScript
-
Updated
Mar 8, 2022 - Shell
-
Updated
Feb 17, 2022 - Go
-
Updated
Jan 15, 2021 - Swift
-
Updated
Apr 9, 2021 - C
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:
- Create an nexus instance with networking.exposeAs: Ingress
- See that the ingress is created with a annotation: "kubernetes.io/ingress.class: nginx"
Please describe the problem you have
With #382, namespaced-scoped operands, i.e. Envoy DaemonSet, reside in the same namespace as the Contour. This allows using an OwnerReference instead of labels for managing the Contour<>operand relationship. The current CONTOUR_NS/CONTOUR_NAME label-based approach should be
-
Updated
Aug 11, 2018 - Ruby
-
Updated
Feb 4, 2022 - Python
Improve this page
Add a description, image, and links to the operators topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the operators topic, visit your repo's landing page and select "manage topics."
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
loggermessages (logger.info(...)from the