operator-sdk icon indicating copy to clipboard operation
operator-sdk copied to clipboard

SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.

Results 343 operator-sdk issues
Sort by recently updated
recently updated
newest added

## Description docs-link: increase the timeout for the check Closes: https://github.com/operator-framework/operator-sdk/issues/4172

do-not-merge/work-in-progress

## Bug Report #### What did you do? after initializing helm based operator project by command ``` operator-sdk init --plugins helm --domain $(DOMAIN) --group $(GROUP) --version $(APIVERSION) --kind $(KIND) --helm-chart=../charts/$@/...

language/helm

## Type of question General operator-related help ## Question #### What did you do? I'm trying to run the helloworld ansible operator. When I run `make run` I get an...

language/ansible

**Description of the change:** Added a guide for heterogeneous operators that covers setting nodeAffinity for pod-defining objects so pods aren't scheduled to nodes of incompatible architectures. **Motivation for the change:**...

do-not-merge/hold

**Description of the change:** This PR adds to the sample `memcached-operator` (`testdata/go/v3/memcached-operator`) a metric named `memcached_number_of_replicas_reconcile_count_total` as part of a new `monitoring` directory. This metric counts the number of times...

do-not-merge/hold

## Bug Report ``` time="2022-02-11T05:06:51Z" level=error msg="error validating format in ../preflight-3031960168/fs: Bundle validation errors: Expecting annotation \"operators.operatorframework.io.bundle.channel.default.v1\" to have non-empty value" ``` #### What did you do? Tried to build/validate...

language/ansible
language/helm
triage/needs-information
lifecycle/stale
language/go

## Bug Report #### What did you do? Install the olm using the "operator-sdk olm install" #### What did you expect to see? The pods in olm namespace in "ready"...

triage/support

## Feature Request #### Describe the problem you need a feature to resolve. operator-sdk olm install (and other commands) uses the default context, there doesn't seem to be any clear...

kind/feature
help wanted

## Bug Report Hi, When doing a `run bundle-upgrade` operation to test an operator upgrade, the operation is stuck after logging `Found existing catalog source with name` etc. I reproduce...

language/go

Signed-off-by: Shirly Radco **Description of the change:** In this document we will outline what operators require in order to meet the "Deep Insights" capability level and provide best practices and...

do-not-merge/work-in-progress