operator-sdk
operator-sdk copied to clipboard
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
## Description docs-link: increase the timeout for the check Closes: https://github.com/operator-framework/operator-sdk/issues/4172
## Bug Report #### What did you do? after initializing helm based operator project by command ``` operator-sdk init --plugins helm --domain $(DOMAIN) --group $(GROUP) --version $(APIVERSION) --kind $(KIND) --helm-chart=../charts/$@/...
## Type of question General operator-related help ## Question #### What did you do? I'm trying to run the helloworld ansible operator. When I run `make run` I get an...
**Description of the change:** Added a guide for heterogeneous operators that covers setting nodeAffinity for pod-defining objects so pods aren't scheduled to nodes of incompatible architectures. **Motivation for the change:**...
**Description of the change:** This PR adds to the sample `memcached-operator` (`testdata/go/v3/memcached-operator`) a metric named `memcached_number_of_replicas_reconcile_count_total` as part of a new `monitoring` directory. This metric counts the number of times...
## Bug Report ``` time="2022-02-11T05:06:51Z" level=error msg="error validating format in ../preflight-3031960168/fs: Bundle validation errors: Expecting annotation \"operators.operatorframework.io.bundle.channel.default.v1\" to have non-empty value" ``` #### What did you do? Tried to build/validate...
## Bug Report #### What did you do? Install the olm using the "operator-sdk olm install" #### What did you expect to see? The pods in olm namespace in "ready"...
## Feature Request #### Describe the problem you need a feature to resolve. operator-sdk olm install (and other commands) uses the default context, there doesn't seem to be any clear...
## Bug Report Hi, When doing a `run bundle-upgrade` operation to test an operator upgrade, the operation is stuck after logging `Found existing catalog source with name` etc. I reproduce...
Signed-off-by: Shirly Radco **Description of the change:** In this document we will outline what operators require in order to meet the "Deep Insights" capability level and provide best practices and...