Wazir Ahmed

Results 11 comments of Wazir Ahmed

@daemon1024 @nyrahul Is it possible to use the `linux-headers` package from the Ubuntu repository in Debain OS? The Ubuntu version of the package has the `kconfig` files.

@chilagrow I'm not sure what would be the right way to verify this. - The problem is, the default cleanup interval is 1min (configurable through CLI). Because of this, we...

@rumyantseva @chilagrow Hey, I didn't add a new unit test as suggested. Instead, I have used existing integration test `TestCommandsAdministrationCompactCapped` and added additional test case. Also, I have refactored `cleanupCappedCollection`...

@AlekSi There is a [REST API](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#generate-release-notes-content-for-a-release) to generate the release note content (markdown) without actually creating a release in GitHub. Since we already expect the developer to configure `GITHUB_TOKEN` in...

@AlekSi, I faced this issue while working for PR 3931. We might need more than `SortFieldsByKey()` to solve this problem. Here is why, 1. In MongoDB, not only each update...

@AlekSi I'm interested in picking up this task next.

@daemon1024 We already the feature to create service account policy which allows only certain binaries in the Pod to access the token (based on the observability data from discovery-engine) -...

> @wazir-ahmed yes it is generated by `recommend.createRuntimePolicy()` @nyrahul asked to update the logic to show a deny `serviceaccount` policy if no process is accessing it @vishnusomank Yeah. I just...

@seswarrajan @nyrahul Setting up VMs with k8s control plane is difficult right now. We need to manually apply YAMLs to configure CRDs, `etcd`, `kvm-service` and `kvms-operator`. All this can be...

Hi @debarshiray, I started using toolbox few days back and ran into the same issue this PR is trying to fix. This PR doesn't seem active. Is it okay if...