All Questions

0 votes
0 answers
7 views

Rundeck Community alternative sugestion

I’m using the Rundeck community version on a VM to mainly run remote scheduled commands. There are many and on several different remote servers and some of them run every minute. The problem I’ve been ...
timeuz's user avatar
  • 13
0 votes
1 answer
58 views

Got "Error: chart requires kubeVersion: >=1.19.0-0 which is incompatible with Kubernetes v1.16.0" when deploy kube-prometheus-stack using Argo CD

My Amazon EKS is using Kuberentes 1.30: ➜ kubectl version Client Version: v1.30.0 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.30.0-eks-036c24b However, when I deploy ...
Hongbo Miao's user avatar
0 votes
1 answer
27 views

Sealed Secrets got "error: cannot fetch certificate" in Amazon EKS cluster

I am using Amazon EKS. I can list my services by kubectl get services -n production-sealed-secrets NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE sealed-secrets ...
Hongbo Miao's user avatar
1 vote
0 answers
37 views

How to access Kubernetes Dashboard from outside the cluster (VirtualBox host )?

I have Kubernetes provisioned in my vagrant build using virtualbox. I have set the port forwarding in the vagrantfile as shown below: ... # NOTE: This will enable public access to the opened port ...
koss's user avatar
  • 11
0 votes
0 answers
30 views

How to create a pull request using the Azure DevOps plugin in JetBrains Rider?

I have installed the Azure DevOps plugin for Rider on macOS, and I am trying to create a pull request from my local branch into the remote master branch up on DevOps. I was able to authenticate and ...
AAM111's user avatar
  • 101
0 votes
1 answer
35 views

How to review Azure Devops git repo pull request in an IDE like Visual Studio?

I wonder if there is a way to review pull requests in an IDE like environment (which is easier to visualise merge conflicts). The main pain point is having to check merge conflicts resulting from the ...
humanoid's user avatar
0 votes
0 answers
11 views

How to auto-link issue IDs to an external issue tracker in Azure Repos?

I use Azure Repos and an external issue tracker. My commits start with AB-123. I want those IDs to be linked to my external issue tracker like to http://myissue-tracker/AB-123. How to do this in Azure ...
ilhan's user avatar
  • 101
0 votes
0 answers
20 views

Gitlab out of memory kills network on VPS

On a VPS (that is not heavily used) with 4 shared vCPU's and 8GB RAM I'm running the following services: Traefik for reverse proxy Portainer for docker management Gitlab, used by 5 people Grafana ...
Postie's user avatar
  • 113
0 votes
1 answer
29 views

How to ignore playbook failure when package missing in apt list?

I'm working on an Ansible playbook to install some specific Python versions to remote hosts from the deadsnakes repo. The remote machines are on a range of Ubuntu versions, so the Python versions ...
Mark Edwards's user avatar
0 votes
0 answers
11 views

bulding docker image for an arm32v7 processor

I managed to build a working docker image on my development laptop, but got an exec format error when I tried to run the docker image on the PC that the container shall run on. My dev PC is an ubuntu ...
pjoltergeist's user avatar
0 votes
0 answers
17 views

How to remove a Docker builder when the UI and command line fails?

I've also uninstalled Docker Desktop and reinstalled Docker. When I try to run fin mutagen start I get Error: project already running. Mac OS 14.5 Docker DeskTop 4.30.0
jtjones's user avatar
0 votes
0 answers
11 views

K8S secret usage in SQLCMD password is always empty

I’m trying to connect to an SQL server using K8S secret for password but no matter what syntax or method I want to use, the password always empty. If I hardcode the password, everything works fine. I ...
Snooker's user avatar
0 votes
0 answers
6 views

Install Linkerd in the same kubernetes namespace as the application(s) - good practise?

Assuming I have got a business application such as content-managment-system. Should one install Linkerd in a seperate namespace than the application? Is a seperate namespace needed or just good ...
Simon_Prewo's user avatar
1 vote
1 answer
96 views

Migrating from a Helm chart release to an ArgoCD Application

The process to create an ArgoCD application from an existing helm chart release without downtime is well documented e.g. here: Just create an application, you can start with auto-sync turned off to ...
thiagowfx's user avatar
  • 115
0 votes
0 answers
30 views

How to install prometheus elasticsearch exporter by helm?

I installed Prometheus by helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm repo update helm install kube-prometheus-stack prometheus-community/kube-prometheus-...
Alpin Cleopatra's user avatar

15 30 50 per page