operator-sdk
operator-sdk copied to clipboard
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
## Feature Request #### Describe the problem you need a feature to resolve. The implementation was introduced in Kubebuilder - It still missing the samples, docs, and e2e tests on...
Incomming requests are still pointing to the old default port 8888 When we change the proxy port to e.g 8889 the proxy is starting as expected with the new defined...
* update Makefiles * regenerate samples using the new update Signed-off-by: jesus m. rodriguez **Description of the change:** **Motivation for the change:** **Checklist** If the pull request includes user-facing changes,...
## Type of question How to implement a specific feature ## Question In a similar way to the Memcached operator, I have a controller for a resource Foo that creates...
**Description of the change:** Fixes a small error in the README.md documentation. **Motivation for the change:** To make sure the documentation is correct. **Checklist** If the pull request includes user-facing...
## Investigation #### Describe the problem you need a feature to resolve. For we are able to support Apple Silicon we need to have the kustomize bin v3 for darwin/arm64...
## Meta Issue for k8s 1.25 bump & golang 1.19 In order to bump Operator SDK to support Kubernetes 1.25 there are a few dependencies we rely on making the...
## Type of question Best practices ## Question #### What did you do? We're building a golang based operator, and we want to deliver it to clients using a helm...
In the Go docs this is all they have: ``` # we'll use a domain of example.com # so all API groups will be .example.com ``` Lets Add a link...
## Type of question Open question ## Question #### What did you do? Our system is consisted of AWS resources such as EKS, ECR and so on. I plan to...