Pravar Agrawal
Pravar Agrawal
#### What type of PR is this? /kind documentation #### What this PR does / why we need it: As part of this PR, we are adding documentation for environment...
While trying to use `kube-scheduler-simulator`, at times I've missed going through some implementation examples which could help especially at the beginner level. We do have some api samples to follow...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: As part of this change, we are adding e2e testing for...
Following the documentation I've tried to apply the steps mentioned here: https://github.com/pravarag/sample-controller#running For the step: ``` # create a CustomResourceDefinition kubectl create -f artifacts/examples/crd-status-subresource.yaml ``` It throws below error upon...
I've been using `unconvert` to scan couple of Go files which I have in my local. And upon running I'm getting info like, ``` Missing type for function Missing type...
Hi, the official documentation [here](https://github.com/kubewharf/kubeadmiral?tab=readme-ov-file#getting-started) states that it currently supports running with K8s version 1.24. Considering, the Kubernetes ecosystem moves very fast with at-least 3 releases per year, are there...
I've been trying to run node-problem-detector on a local kind cluster with 3 nodes (1 master, 2 worker). And after installing it as DaemonSet, firstly I'm seeing there are three...
### Description I tried to run an app based on slackeventsapi locally and got the below error: ``` ImportError: cannot import name 'BaseEventEmitter' from 'pyee' (/home/main-user/work/py-virtual-envs/venv-slackbot/lib64/python3.12/site-packages/pyee/__init__.py). Did you mean: 'EventEmitter'?...
**What this PR does / why we need it**: Bumps go patch version automatically based on a weekly schedule. **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #,...