Displaying 5 results from an estimated 5 matches for "rancher".
2017 Aug 30
0
Unable to use Heketi setup to install Gluster for Kubernetes
Hi,
I have the following setup in place:
1 node : RancherOS having Rancher application for Kubernetes setup
2 nodes : RancherOS having Rancher agent
1 node : CentOS 7 workstation having kubectl installed and folder
cloned/downloaded from https://github.com/gluster/gluster-kubernetes using
which i run Heketi setup (gk-deploy -g)
I also have rancher-glu...
2019 Jan 05
4
how to set proxy systemwide (wget and docker)
Hallo,
what is the right way to set a proxy systemwide using centos 7?
I need this for wget and docker.
My first idea was /etc/environment but allthough the proxy is set wget and docker don? t connect to their target-systems.
Thanks for hints
Ralf
2017 Jul 04
1
Request WIKI for docker / docker swarm on CentOS 7.x
Dear Sir,
I would like to contribute Rancher / Docker Swarm on CentOS and related
WIKI.
Please advise what do I need to for this WIKI. Thank you!
Xlord
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20170704/c197bbc3/attachment.html>
2019 Jan 10
3
@reboot only some lines of a script are working (yum install not)
...v /var/lib/docker /mnt/platte02
cd /var/lib
ln -s /mnt/platte02/docker docker
cp /opt/install_via_pxe/centos_autoinstall/stage01/docker/daemon.json
/etc/docker
systemctl enable docker
systemctl start docker
docker run --rm --privileged -v
/var/run/docker.sock:/var/run/docker.sock -v
/var/lib/rancher:/var/lib/rancher rancher/agent:v1.2.10
http://192.168.242.x.y/v1/scripts/811F51C097F763ABA2E5:1546214400000:Nzpsvk8sbaKXle3QYotSNzUFk
cp -r /opt/install_via_pxe/centos_autoinstall/stage02/etc/crontab /etc/
echo 'script init_stage01_docker.sh ist gelaufen' >>
/var/log/comline/aut...
2008 Aug 11
1
encoding accentsand tildes in R Macosx
Hello,
In R under Mac OS X 10.5.4 I've had problems when I've tried to read a data.frame with characters including tildes and accents.
For instance Floreña is changed to Flore\x96a and Ranchería is changed to Rancher\x92a
In the code: section<-read.table('Sectiondic.txt',sep='\t',header=T,stringsAsFactors=F,encoding=" ")
I've changed the "encoding" argument but I have not could find the solution.
Any suggestion?
Thanks a lot
Carlos Cuartas...