operator-sdk icon indicating copy to clipboard operation
operator-sdk copied to clipboard

SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.

Results 343 operator-sdk issues
Sort by recently updated
recently updated
newest added

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...

kind/documentation
lifecycle/frozen

## 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...

language/go

## 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...

kind/feature
needs discussion
olm-integration
priority/important-soon
lifecycle/frozen

## 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...

language/go

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...

language/ansible
lifecycle/rotten

## 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...

triage/support
language/ansible
lifecycle/rotten

**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)) -...

do-not-merge/hold

## 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...

needs discussion
language/go

## 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"...

scorecard

## 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...