Re: Changing Prometheus rules

2019-11-20 Thread Mateus Caruccio
Isn't cluster version operator something from okd 4.x? Em Qua, 20 de nov de 2019 05:37, Simon Pasquier escreveu: > On Tue, Nov 19, 2019 at 6:33 PM Mateus Caruccio > wrote: > > > > You must disable cluster-monitoring-operator since it will try to > reconcile the w

Re: Changing Prometheus rules

2019-11-19 Thread Mateus Caruccio
for a "blackhole" receiver (rationale and example in the link) [1] https://medium.com/@wrossmann/suppressing-informational-alerts-with-prometheus-and-alertmanager-4237feab7ce9 -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 201

Re: sftp service on cluster - how to do it

2019-11-18 Thread Mateus Caruccio
I guess one could use either Service.type=LoadBalancer (one ELB per service on port 22) or Service.type=NodePort with single ELB mapping ELB-PORT:NODE-PORT for each service. -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 Em

Re: atomic install wants to use /var/lib/containers instead of /var/lib/docker for storage

2019-01-25 Thread Mateus Caruccio
I'm not sure that is the case. This file is included from [1]. MAybe someone from redhat team could drop some wisdom. [1] https://github.com/openshift/openshift-ansible/blob/release-3.11/roles/container_runtime/tasks/package_docker.yml#L174 -- Mateus Caruccio / Master of Puppets

Re: atomic install wants to use /var/lib/containers instead of /var/lib/docker for storage

2019-01-25 Thread Mateus Caruccio
There should be a symlink /var/lib/docker pointing to /var/lib/containers/docker. -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 Em sex, 25 de jan de 2019 às 11:43, mabi escreveu: > I changed the /etc/sysconfig/doc

Re: atomic install wants to use /var/lib/containers instead of /var/lib/docker for storage

2019-01-24 Thread Mateus Caruccio
oops, didn't noticed that message. I guess you could simply mount overlay over /var/lib/containers -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 Em qui, 24 de jan de 2019 às 18:10, mabi escreveu: > Thank you Mat

Re: atomic install wants to use /var/lib/containers instead of /var/lib/docker for storage

2019-01-24 Thread Mateus Caruccio
#L47 -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 Em qui, 24 de jan de 2019 às 15:52, mabi escreveu: > Hi, > > I am trying to install OKD version 3.11 on CentOS 7 Atomic Host using the > official documentation here:

Re: problem with installation of Okd 3.11

2018-11-28 Thread Mateus Caruccio
node logLevel to >=4 in /etc/sysconfig/origin-node -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 Em qua, 28 de nov de 2018 às 03:13, Dharmit Shah escreveu: > On 27/11, Erekle Magradze wrote: > > Hi, > >

Re: Kustomize with OpenShift

2018-09-01 Thread Mateus Caruccio
Pretty cool project. Didn't know about kustomize. Thanks for sharing! Em Sáb, 1 de set de 2018 16:37, David Schweikert escreveu: > Hi, > > I tried out a kustomize when it was announced a couple of months ago and I > really liked the approach of having "overlays" of configuration, instead of >

Re: ansible version issues

2018-04-26 Thread Mateus Caruccio
Hey Tracy. Have you tried to use the images from https://hub.docker.com/r/openshift/origin-ansible/ ? Best, -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 2018-04-26 0:15 GMT-03:00 Tracy Reed <tr...@ultraviolet.

Re: Openshift router certificate chain

2017-11-17 Thread Mateus Caruccio
What is the value of `ROUTER_CIPHERS`? $ oc -n default env --list dc/router | grep ROUTER_CIPHERS Maybe you need to set it to `old` in order to support sha1. -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 2017-11-17 10:42

Re: Openshift router certificate chain

2017-11-17 Thread Mateus Caruccio
|intermediate|old) or define your own list. Hope this help. Mateus -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 2017-11-17 10:28 GMT-02:00 Marcello Lorenzi <cell...@gmail.com>: > Hi All, > we tried to configure a new route

Re: DNS resolving problem - in pod

2017-10-19 Thread Mateus Caruccio
Alpine's musl libc only supports "search" starting from version 1.1.13. Check if this is your case. -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 2017-10-19 10:58 GMT-02:00 Cameron Braid <came...@braid.com.

Re: oc observe quota - double update

2017-10-03 Thread Mateus Caruccio
Simply ignore status.* and compare old spec.hard.cpu against new spec.hard.cpu. Em 3 de out de 2017 03:46, "Tobias Brunner" escreveu: > Thanks for your answer! > > On 02.10.2017 23:54, Clayton Coleman wrote: > > You'd need to filter that out in your script - this is just how

Re: Metrics not accessible

2017-09-18 Thread Mateus Caruccio
o so if someone can confirm. > > Tim > > > On 14/09/2017 11:29, Daniel Kučera wrote: > >> Thank you! That helped. I was running latest from ansible installation. >> >> Changing to v3.6.0 helped and now it runs ok. >> >> 2017-09-14 12:11 GMT+02:00 Mateus C

Re: Problem about logging in openshift origin

2017-09-15 Thread Mateus Caruccio
You can look into two places for clues. The pod's log itself (oc -n logging logs -f logging-es-data-master-lf6al5rb-5) and project events (oc -n logging get events) Em 15 de set de 2017 07:10, "Yu Wei" escreveu: > Hi, > > I setup OpenShift origin 3.6 cluster successfully

Re: OpenShift Origin 3.6 + Ceph persistent storage problems with secret

2017-09-15 Thread Mateus Caruccio
Hey Piotr, I believe you'd have a better chance asking on d...@lists.openshift.redhat.com (CCed) Cheers, Mateus Em 15 de set de 2017 05:08, "Piotr Baranowski" escreveu: *bump* Anyone? -- *Od: *"Piotr Baranowski"

Re: Metrics not accessible

2017-09-14 Thread Mateus Caruccio
Check if you are running the latest version of the images. If that is your case change it to v3.6.0 for cassandra, metrics and heapster and restart all of them as stated before. Ansible always installs the :latest tag of the images by default. Em 14 de set de 2017 07:05, "Daniel Kučera"

Re: Ansible - permission denied gathering facts

2017-09-12 Thread Mateus Caruccio
when a file is being created on a dir with same name. -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 2017-09-12 15:47 GMT-03:00 Mateus Caruccio <mateus.caruc...@getupcloud.com>: > Hello. > > I'm running

Ansible - permission denied gathering facts

2017-09-12 Thread Mateus Caruccio
n] become = True [ssh_connection] ssh_args = -o RequestTTY=yes -o ControlMaster=auto -o ControlPersist=900s -o GSSAPIAuthentication=no control_path = /var/tmp/%%h-%%r pipelining = True *$ cd /usr/share/ansible/openshift-ansible* *$ git branch -v* master 4acdef4 Merge pull req

Re: Let's Encrypt certificates

2017-09-05 Thread Mateus Caruccio
Hey. How ready is it to use on production? Is there any plans to change interfaces/mechanisms in the near future? Thanks, great job! ;) Em 5 de set de 2017 2:23 PM, "Tim Dudgeon" escreveu: > Tomas > > Thanks, that helped. > > The problem was that it wasn't clear that you

Re: oc -w timeout

2017-09-05 Thread Mateus Caruccio
Thanks a lot! It would take me forever to realize masters are behind an ELB ;) Best -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017 2017-09-05 9:44 GMT-03:00 Philippe Lafoucrière < philippe.lafoucri...@tech-angels.

oc -w timeout

2017-09-05 Thread Mateus Caruccio
Hi there. Where is located the config to change timeout of watch operations? I'm getting disconnected after 5 minutes and would like to increase this value. -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible Gartner Cool Vendor 2017

Re: [EXTERNAL] Re: garbage collection docker metadata

2017-06-09 Thread Mateus Caruccio
I do basically the same on an node cronjob: docker rm $(docker images -q) -- Mateus Caruccio / Master of Puppets GetupCloud.com We make the infrastructure invisible 2017-06-09 9:30 GMT-03:00 Gary Franczyk <gary.franc...@availity.com>: > I regularly run an app named “docker-gc” to

Re: Backup of databases on OpenShift

2017-06-08 Thread Mateus Caruccio
Hi Jens, We are using a crontab-based pod to trigger backups using rsh + upload to object storage (s3 or azure blob). Here is the repo: https://github.com/getupcloud/backup It will be updated to use CronJob/ScheduledJob as soon as I get some time work on it. Best regards, -- Mateus Caruccio

Re: In OpenShift Ansible, what is the differences between roles/openshift_hosted_metrics and roles/openshift_metrics ?

2017-04-28 Thread Mateus Caruccio
I guess openshift_metrics is a refactor of openshift_hosted_metrics. Am I right? Em 28/04/2017 13:51, "Alex Wauck" escreveu: > I think Stéphane meant to link to this: https://github.com/openshift/ > openshift-ansible/tree/master/roles/openshift_hosted_metrics > > What's

Re: Liveness probe frequency

2016-12-07 Thread Mateus Caruccio
Hi. Yes, you can set periodSeconds of the probe. More info in the docs at https://docs.openshift.org/latest/rest_api/openshift_v1.html#v1-probe -- Mateus Caruccio / Master of Puppets GetupCloud.com - Eliminamos a Gravidade On Wed, Dec 7, 2016 at 8:12 AM, Sobkowiak Krzysztof < krzys.sob

Re: Git integration via HTTPS

2016-11-21 Thread Mateus Caruccio
: / git: ref: stable uri: g...@github.com:caruccio/private-project.git sourceSecret: name: basic-secret -- Mateus Caruccio / Master of Puppets GetupCloud.com - Eliminamos a Gravidade On Mon, Nov 21, 2016 at 7:51 PM, Subhendu Ghosh <sghosh...@gmail.com> wrote: > Any

Re: How to set an proxy in the openshift origin to pull the image

2016-07-21 Thread Mateus Caruccio
Hi. You could try to use a chinese mirror. Following article shows how to do it (didn't tried myself) http://rzhw.me/blog/2015/12/faster-docker-pulls-in-china-with-daocloud/ -- Mateus Caruccio / Master of Puppets GetupCloud.com - Eliminamos a Gravidade On Thu, Jul 21, 2016 at 4:33 AM, 周华康

Re: best practices for custom S2I STI builder images

2016-03-30 Thread Mateus Caruccio
/assemble#L16-L19 [2] https://github.com/getupcloud/sti-php-extra/blob/master/5.6/Dockerfile Regards, -- Mateus Caruccio / Master of Puppets GetupCloud.com - Eliminamos a Gravidade On Wed, Mar 30, 2016 at 12:44 PM, Dale Bewley <d...@bewley.net> wrote: > - On Mar 22, 2016, at 7:05 AM, B

Re: Rust STI image

2016-03-21 Thread Mateus Caruccio
Cool! It's great to see how easy it's now to build runtime images in comparison to openshift v2 cartridges. I myself made one or two here: https://hub.docker.com/r/getupcloud/ (BTW, contributions are very welcome) -- Mateus Caruccio / Master of Puppets GetupCloud.com - Eliminamos a Gravidade

Re: Cron tasks?

2016-02-23 Thread Mateus Caruccio
FYI, the Dockerfile was wrong by setting suid to /usr/bin/crontab. That lead to /var/spool/cron/user file owner by root, thus preventing crond to read it. The working version is at https://github.com/getupcloud/sti-ruby-extra/blob/master/1.9/Dockerfile#L24-L28 Regards, *Mateus Caruccio* Master

Re: Best practise to trigger actions when application is created

2016-02-11 Thread Mateus Caruccio
tes containing all stuff they will need. *Mateus Caruccio* Master of Puppets +55 (51) 8298.0026 gtalk: *mateus.caruc...@getupcloud.com <diogo.goe...@getupcloud.com>twitter: @MateusCaruccio <https://twitter.com/MateusCaruccio>* This message and any attachment are solely for the intended re

Re: Persistent Volumes

2016-02-05 Thread Mateus Caruccio
use this template, a new pvc is created. It's up to yout delete it after using. ​Regards, *Mateus Caruccio* Master of Puppets +55 (51) 8298.0026 gtalk: *mateus.caruc...@getupcloud.com <diogo.goe...@getupcloud.com>twitter: @MateusCaruccio <https://twitter.com/MateusCaruc

Re: wiring microservices together

2016-01-27 Thread Mateus Caruccio
fer, in a single shot: $ oc process -f template.yml -v PARM1=value1,PARM2=43 -o json | oc create -f - *Mateus Caruccio* Master of Puppets +55 (51) 8298.0026 gtalk: *mateus.caruc...@getupcloud.com <diogo.goe...@getupcloud.com>twitter: @MateusCaruccio <https://twitter.com/MateusCaruccio>

Re: wiring microservices together

2016-01-26 Thread Mateus Caruccio
ot;. [1] https://github.com/openshift/origin/blob/8d872505a3c85b381cb28e862d18a279a09714f9/examples/sample-app/application-template-stibuild.json#L411-L416 [2] https://github.com/openshift/origin/blob/8d872505a3c85b381cb28e862d18a279a09714f9/examples/sample-app/application-template-stibuild.json#L245 *Mateus Ca