Varsha

Results 149 comments of Varsha

Hi @iamrajiv. That's great! We have added this to the GSoC list of projects. The following links may help you give an idea on various projects which we will digging...

@camilamacedo86 Agreed with this. Just another point as a follow up: 1. The plugin when enabled helps users to set up one dashboard with controller-runtime metrics, and another with custom...

This needs to be fixed. A similar issue has been raised in https://github.com/kubernetes-sigs/controller-runtime/issues/1670. We will bring this up in the community meeting and try fixing it soon.

@Jaanki `generate kustomize manifests` does not have `--kustomize` flag. You can use `--interactive=false` to skip the prompts. Here is more on the command: https://v1-23-x.sdk.operatorframework.io/docs/cli/operator-sdk_generate_kustomize_manifests/

@asmacdo would be available to help in resolving this issue.

Anyone working on this issue, please contact one of the maintainers to know more about the process. We are here to help!

This issue seems to be related to ansible's linter. We would have to check if the linter accepts any arguments to give us a verbose error with filenames and line...

This seems to be an issue related with controller-runtime. IMO though predicates filter the specific events getting queued for the controller to act on, `SyncPeriod` should still be respected. @akashjain971...

@camilamacedo86 For the step 3, do you mean to create a new plugin for scaffolding an olm bundle to support all OLM commands (like run, upgrade bundle etc). The plugin...