The Wayback Machine - https://web.archive.org/web/20210717012632/https://github.com/topics/kubernetes-operator
Skip to content
#

kubernetes-operator

Here are 367 public repositories matching this topic...

flyte
pmahindrakar-oss
pmahindrakar-oss commented Jul 13, 2021

Describe the feature/command for flytectl
Current way of flytectl upgrade is manual and the user needs to do a brew upgrade flytectl if he is mac user
or perform installer again and copy the binary
curl -s https://raw.githubusercontent.com/lyft/flytectl/master/install.sh | bash

flytectl version command already recommends whats the latest version .
eg :

flytectl version
A
fjammes
fjammes commented Jul 5, 2021

Bug Report

What did you do?

$ git clone https://github.com/operator-framework/operator-lifecycle-manager.git
$ cd operator-lifecycle-manager
$ git describe 
v0.18.2-18-g20ded32d
$ ./scripts/install.sh v0.18.2

What did you expect to see?

The script ./scripts/install.sh v0.18.2 should return success code.

**What did you see instead? Under which circumstances

kopf
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

smanpathak
smanpathak commented Jul 24, 2018

Currently, we have a simple approach where the operator simply watches the namespace it was created in. But in larger env, multi-namespaces are common. To create mysql cluster in any namespace, we broadly have two approaches (1) Make mysql-operator watch and create mysql clusters in any namespace (2) Continue with current model.
However, current approach is problematic when multiple namespaces ar

capsule
secureCodeBox
fuhrmeistery
fuhrmeistery commented Jun 15, 2021

I noticed that scanners and hooks use a different approach in their directory structure.
For the scanners there are subdirectories for parser and scanner (if existing) while the source code for the hook resides directly in its root directory.

I think we should introduce a hook directory inside each hook containing its source code to make their structure more clean.

java-operator-sdk

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