operator-sdk
operator-sdk copied to clipboard
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
Meta Issue for k8s 1.31 bump In order to bump Operator SDK to support Kubernetes 1.31 there are a few dependencies we rely on making the bump first. This issue...
## Bug Report https://github.com/operator-framework/java-operator-plugins is now deprecated and will probably be archived. The provided Quarkus plugin is now replaced with https://github.com/quarkiverse/quarkus-operator-sdk?tab=readme-ov-file#bootstrapping-a-project. We can now remove this integration from the operator-sdk....
## Bug Report #### What did you do? Tried to build with Go 1.22 in * https://github.com/Homebrew/homebrew-core/pull/178113 #### What did you expect to see? Build to succeed. #### What did...
**Description of the change:** An additional condition is included for matching `apiVersion` of example CRs with CRD `version` when searching for the CRD in the CSV. **Motivation for the change:**...
## Type of question - How to implement a specific feature - General operator-related help ## Question Let's imagine, that I have `v1alpha1` version of my CRD and it works...
fix example command for `--install-mode` flag -- `AllNamespaces` instead of `AllNamespace` --install-mode=(AllNamespaces|OwnNamespace|SingleNamespace= **Description of the change:** **Motivation for the change:** **Checklist** If the pull request includes user-facing changes, extra documentation...
## Bug Report helm-operator when creating certificate via secret , diff certificate seen in different pods even after using same certificate from secret #### What did you do? Created certificate...
## Bug Report #### What did you do? After the project bootstrap using operator-sdk, the directory test/e2e is created, if you run a go test ./... you may lose cert-manager...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.5+incompatible to 25.0.6+incompatible. Release notes Sourced from github.com/docker/docker's releases. v25.0.6 25.0.6 For a full list of pull requests and changes in this release, refer to the relevant...
## Type of question How to implement a specific feature Hi, I'd like to reconcile built in service objects with a specific label. The documentation (https://buehler.github.io/dotnet-operator-sdk/src/KubeOps.Operator/README.html) refers to the documentation...