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

## Bug Report #### What did you do? Created new structure with operator-sdk version `v1.34.2`. I ran the following commands: ```sh mkdir 1_34_2 cd 1_34_2 operator-sdk init --project-name=oadp-operator --repo=github.com/openshift/oadp-operator --domain=openshift.io...

lifecycle/frozen
language/go

**Description of the change:** **Motivation for the change:** **Checklist** If the pull request includes user-facing changes, extra documentation is required: - [ ] Add a new changelog fragment in `changelog/fragments`...

do-not-merge/work-in-progress
needs-rebase
lifecycle/rotten

Currently, OWNERS* files are ignored because the repo does not have a prow instance governing it. (Instead, authentication falls back on github groups.) We should integrate with [prow-github-actions](https://github.com/jpmcb/prow-github-actions) to support...

lifecycle/stale

## Feature Request #### Describe the problem you need a feature to resolve. Sometimes, we need to represent the final status of the helm chart installation to the CR, for...

kind/feature
language/helm
help wanted
lifecycle/stale

**Description of the change:** Fixes an issue where an error message was being discarded. Occurs when upgrading a bundle. **Motivation for the change:** **Checklist** If the pull request includes user-facing...

- In one Dockerfile, go version seems not consistent with others - I changed the case of `as`, It causes a warning during build with docker.

Fixes #6819 **Description of the change:** Removing java-operator-plugins and the plugin quarkus so the command `operator-sdk init --plugins quarkus` will no longer work. This is a breaking change. **Motivation for...

**Description of the change:** **Motivation for the change:** **Checklist** If the pull request includes user-facing changes, extra documentation is required: - [ ] Add a new changelog fragment in `changelog/fragments`...

### What is the URL of the document? https://sdk.operatorframework.io/docs/building-operators/golang/tutorial/ https://sdk.operatorframework.io/docs/building-operators/golang/migration/ ...etc ### Which section(s) is the issue in? `Create a new API and Controller` (tutorial) `What was changed` (migration) ###...

kind/documentation

## Bug Report When there are two identical Kubebuilders [same groups ] in different CRs and the verb in one of them is * then we need to add a...