operator-sdk
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? Execution `make install` #### What did you expect to see? Compile the executable binary. #### What did you see instead? Under which...
## Bug Report #### What did you do? Upgraded to 1.39.1 of operator-sdk (go). #### What did you expect to see? Same building time for docker. #### What did you...
In case of WSL, the docker creds are actually picked up from Windows, whereas the operator-sdk is trying to pick from Linux Path. This disclaimer needs to be covered ?
I need to fix the e2e :-( I know where is the issue already
**Description of the change:** Remove deprecated cmds. **Motivation for the change:** To have a smaller more maintainable codebase. **Checklist** If the pull request includes user-facing changes, extra documentation is required:...
## Type of question How to install dependent operator using OLM way Hi All, Sorry if this question is already asked, but I have checked google and github but did...
## Bug Report #### What did you do? While generating the Operator bundle using `operator-sdk` (v1.35.0) with Kustomize and `RELATED_IMAGE_*` environment variables set, I noticed that the generated ClusterServiceVersion (CSV)...
There is an issue with the ansible operator reonciliation loop when it can't find the stdout files. The logs are below. ``` Environment Operator type: language ansible Kubernetes cluster type:...
## Bug Report #### What did you do? I tried to execute this generate a project > ``` > operator-sdk create api --group app --version v1 --kind Redis --helm-chart-repo https://charts.bitnami.com/bitnami...
## Feature Request #### Describe the problem you need a feature to resolve. We are creating multi-tenant K8S cluster and using [HNC](https://github.com/kubernetes-sigs/hierarchical-namespaces) to structure tenants namespaces. We have a single...