Geek Baba

Results 16 comments of Geek Baba

Just tested, its working now and I dont see the error.

Is the agent working for kubernetes yet? The [wiki](https://github.com/portainer/portainer-k8s#deploy-the-portainer-agent-and-access-it-via-an-external-load-balancer) say it works, but when I try to add the remote end point, I keep getting error that "check if the...

> @geek-baba you'll need the beta version of Portainer with kubernetes support (as well as the beta version of the agent)in order to manage a Kubernetes endpoint, this version is...

@TheBestPessimist hi - how do I use the cli commands on a docker installation?

I am so sorry I was not clear, bare-metal meaning ubuntu 18.04 server installed on a physical Dell Server that is running plexserver, the other plexserver (docker) is running on...

Thanks for the examples, so I decided to try to run as docker, here is my docker create command: docker create \ --name=plex-db-sync \ -v /etc/localtime:/etc/localtime:ro \ -v /home/k8s/config/.ssh:/sshkey \...

yeah i used the same command, the backward slash was lost since i did not use the insert code while pasting the command. also if you just paste it, it...

It worked for me too! Must be a format issue or something, thank you! Now to test if it works...

ok after testing this is what I get from the docker shell: `bash-5.0# ssh -oStrictHostKeyChecking=no -i /sshkey [email protected] 'sudo service plexmediaserver start' load pubkey "/sshkey": Is a directory @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @...

Ok - finally got some time to fix the permissions and was able to start and stop plex server from docker container manually. I assume the script is set to...