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.
To increase consistency, lets document decisions we make. - For internal links, use relative links rather than absolute paths - For example commands, do we use `$ operator-sdk init` or...
## Bug Report #### What did you do? Nothing stuff broke by itself, because the sdk is not using immutable image tags. #### What did you expect to see? `bundle...
## Bug Report #### What did you do? The catalog-build target in Makefile still uses `opm index add` to generate a SQLite catalog index image. This needs to be updated...
## Bug Report #### What did you do? Run bundle-upgrade using the Operator SDK CLI in a setup with lots of latencies. #### What did you expect to see? The...
Signed-off-by: Leonardo Rossetti **Description of the change:** The ansible molecule template[1] is using ` --load_restrictor` parameter in kustomize which is breaking molecule tests but replacing it with ` --load-restrictor` works...
## Feature Request #### Describe the problem you need a feature to resolve. There are times during an Ansible Operator reconcile, when a k8s resource is created outside of Operator...
**Description of the change:** Fixes #5342 **Checklist** If the pull request includes user-facing changes, extra documentation is required: - [x] Add a new changelog fragment in `changelog/fragments` (see [`changelog/fragments/00-template.yaml`](https://github.com/operator-framework/operator-sdk/tree/master/changelog/fragments/00-template.yaml)) -...
## Feature Request #### Describe the problem you need a feature to resolve. Make easier the build of multi-arch operators. Today the Dockerfile generated by operator-sdk init is explicitly setting...
## Bug Report ``` x$ operator-sdk scorecard ./testdata/go/v3/memcached-operator/bundle/ W0709 11:17:16.475078 11104 warnings.go:70] would violate PodSecurity "restricted:latest": allowPrivilegeEscalation != false (containers "scorecard-untar", "scorecard-test" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (containers "scorecard-untar", "scorecard-test"...
## What is the problem I cannot run the samples on Openshift ## Why Because we are setting RunAsUser(1001) therefore, it will not work on OCP ## Proposed Solution Change...