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.
## Feature Request #### Describe the problem you need a feature to resolve. We have the `/metrics` endpoint for the operator, and we create a `ServiceMonitor` to scrape those metrics....
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.57.1 to 0.60.4. Release notes Sourced from github.com/containers/common's releases. v0.60.4 What's Changed [v0.60] Backport pkg/subscriptions: use securejoin for the container path + new 0.60.4 release by @Luap99...
## Feature Request #### Describe the problem you need a feature to resolve. Hi Team. In helm-operator code the /metrics endpoint is exposed and is using 3rd party component `kube-rbac-proxy`...
While reading the [operator-scope section](https://v1-37-x.sdk.operatorframework.io/docs/building-operators/golang/operator-scope/#watching-resources-in-specific-namespaces), it seems that the documentation contains a deprecated manager Options type: ``` ... mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{ Scheme: scheme, MetricsBindAddress: metricsAddr, Port: 9443, LeaderElection:...
## Type of question Best practices How to implement a specific feature ## Question #### What did you do? Our project needs to account for the presence/absence of various CRDs,...
**Description of the change:** This PR adds the `--ignore-not-found` parameter to the `kubectl` call when calling `make undeploy` and `make uninstall`. **Motivation for the change:** This avoid the failure of...
## Bug Report #### What did you do? I created a nginy helm operator based on the docs. My watches yaml: ``` - group: demo.example.com version: v1alpha1 kind: Nginy chart:...
## Bug Report There is an issue in the Operator-SDK regarding how IPv6 addresses are handled in the CatalogSource resource. Specifically, the address field in the CatalogSourceStatus struct is not...
## Type of question Best practices How to implement a specific feature ## Question I'm trying to test the upgrade path for my helm-based operator using the sdk bundle. It's...
## Bug Report #### What did you do? I need to report a bug in the `operator-sdk generate kustomize manifests -q` command. While I know the olm community is reworking...