operator-sdk
                                
                                 operator-sdk copied to clipboard
                                
                                    operator-sdk copied to clipboard
                            
                            
                            
                        SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
## 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...
**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`...
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...
## 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...
**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) ###...
## 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...