I was looking for a way to generate a git merge request via CLI, and found that GIT version 2.10 and higher finally support merge requests this way. Being a...
MinIO Kubernetes SignatureDoesNotMatch I was recently playing around with MinIO running in Kubernetes behind nginx-ingress. Everything was working wonderfully, until I tried generating a URL from another service running in...
Manually Trigger a Kubernetes Job Ever wanted to kick off a Kubernetes Cronjob manually? Here's how Replace <NameSpace>, <CronJobName>, and <JobName> with your respective namespace and cronjob name kubectl create...