Connor Skees
Connor Skees
```sh kubectl sniff ..... --requests=cpu=10m,memory=128Mi --limits=memory=256Mi ``` This is the same syntax and same parsing the args [as used in kubectl](https://github.com/kubernetes/kubectl/blob/master/pkg/cmd/set/set_resources.go#L214). ```sh kubectl set resources pod example-pod --requests=cpu=100m,memory=128Mi --limits=cpu=1,memory=256Mi ```
Adds the ability to run knsiff in a Kubernetes pod. ## Testing `manifest.yaml` ```yaml apiVersion: v1 kind: ServiceAccount metadata: name: sniff-service-account namespace: default --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name:...
## The Issue Running Client.TemplateChart breaks Client.GetRelease. 1. `GetRelease("my-release")` Works ✅ 2. `TemplateChart(....)` Works ✅ 3. `GetRelease("my-release")` Fails 🛑 `release: not found` ## Cause of problem The issue is from...
- They stopped using `amd64nvidia` as an image tag. [See the releases](https://github.com/blakeblackshear/frigate/releases). - They're no longer using dockerhub but now [Github images](https://github.com/blakeblackshear/frigate/pkgs/container/frigate)
### What happened? We use FusionAuth as a SCIM provisioning server and Microsoft Entra ID as the SCIM client. Entra provisions users and groups successfully, and memberships remain correct. However,...
When using the volume sliders on my phone my stubby fingers often couldn't control the small slider so I made it larger. In general, there's a lot of unused screen...