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

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. Release notes Sourced from actions/setup-go's releases. v3.0.0 What's Changed Update default runtime to node16 (actions/setup-go#192) Update package-lock.json file version to 2 (actions/setup-go#193) and @types/node...

dependencies
github_actions

Operator Framework sites are built with Hugo and the Docsy theme, which was previously versioned as a git submodule. We had to go pretty far outside of the accepted best...

needs discussion
help wanted
kind/documentation
priority/important-longterm
lifecycle/frozen

## Feature Request #### Describe the problem you need a feature to resolve. When using an ansible-operator I have an issue when my operator starts looping reconciliation due to dependent...

language/ansible

## Bug Report Looks like https://github.com/operator-framework/operator-sdk/issues/5000 has reappeared after related image discovery features were added. This has caused us to change how we specify relatedImages in our operator https://github.com/openshift/oadp-operator/pull/694 Seems...

kind/bug
language/go

In https://docs.okd.io/4.9/operators/operator_sdk/osdk-generating-csvs.html#osdk-hiding-internal-objects_osdk-generating-csvs > It is common practice for Operators to use custom resource definitions (CRDs) internally to accomplish a task. These objects are not meant for users to manipulate and...

needs discussion

### What is the URL of the document? https://sdk.operatorframework.io/docs/olm-integration/ ### Which section(s) is the issue in? https://sdk.operatorframework.io/docs/olm-integration/tutorial-bundle/ ### What needs fixing? Describe how OLM manages the SA: https://github.com/operator-framework/operator-sdk/issues/5244#issuecomment-950917221 #### Additional...

kind/documentation
lifecycle/frozen

**Description**

do-not-merge/work-in-progress

## Type of question Best practices General operator-related help ## Question #### What did you do? We added a new label selector to our bundle. ([config/default/kustomization.yaml](https://github.com/jaegertracing/jaeger-operator/pull/1850/files#diff-c006b1ef995eeeb57408cce42bd84db8dfc0cbe18df03222857665cebb1ac6fdR18)) #### What did you...

language/go

## Bug Report Launching and terminating several times an operator using "operator-sdk" which is installed using OLM, I get for the termination that the registry_pod is not terminated immediately, keeping...

## Bug Report The command run bundle and upgrade bundle will fail when the bundle informed is not configured to be in its default channel: ``` operators.operatorframework.io.bundle.channel.default.v1: alpha operators.operatorframework.io.bundle.channels.v1: mce-2.0...

kind/bug