Ed Tshuma
Ed Tshuma
I have a Gitlab-CI pipeline and I am facing an error on kaniko push despite the fact that the destination is valid : `Checking cache for kaniko-cache-non_protected... No URL provided,...
I have installed mizu on my Linux Ubuntu instance (EC2 instance) with `curl -Lo mizu https://github.com/up9inc/mizu/releases/latest/download/mizu_darwin_amd64 && chmod 755 mizu` but when I run `_mizu version_` I get error "Command...
I am trying to setup [Percona MongoDB Exporter](https://github.com/percona/mongodb_exporter) to monitor MongoDB instance running on k8s. When I 'kubectl -n labs port-forward service/mongodb-exporter 9216' I can access the exporter at _http://localhost:9216_...
I have installed using instructions at this [link](https://docs.k0sproject.io/v1.22.2+k0s.1/examples/nginx-ingress/) for the I**nstall NGINX using NodePort** option. When I do ` ks logs -f ingress-nginx-controller-7f48b8-s7pg4 -n ingress-nginx` I get : `I0304 07:06:50.556061...
In my Spring SOAP web service when I run mvn eclipse:eclipse I get an exception: ``` A required class was missing while executing org.codehaus.mojo:jaxb2-maven-plugin:2.2:xjc: com/sun/codemodel/CodeWriter*. ``` 1)`Specifying a JDK for...
I am getting an error when I try to connect (first-time access) to the sftp server . When I run `sftp -P 22 gold@localhost` I get the error : `ssh:...
I am facing an error when attempting to run a bash script inside an alpine container : `/bin/sh: upload.sh: not found` This is happening **despite that I have already installed...
I have a Mongo deployment with a metrics exporter sidecar. When I load the associated [Percona dashboard](https://grafana.com/grafana/dashboards/16490-opstree-mongodb-dashboard/) in Grafana the database metrics are not showing - the exporter is not...
I am getting an error when I try to upload a file to the [atmoz/sftp](https://github.com/atmoz/sftp) pod that I have deployed. This is the error log from the CronJob (pod) that...
I have an existing CronJob for which I have setup alerts. The alerts are working when the CronJob is scheduled in the 'monitoring' namespace. I am using Kube-Prometheus stack and...