OKD openshift-ansible: Updating 'openshift_master_cluster_public_hostname' and certificate

2019-10-10 Thread Adam Toy
I have Openshift deployed and working fine, but now am putting a DNS record and a valid certificate in front of it. I haven't had any luck and haven't found any documentation on doing this. I've ran the 'openshift-master/redeploy-certificates.yaml' and that seems to add a new SAN to the

Re: CephFS external storage

2019-10-10 Thread Benjamin Guillon
Hi Samuel, Thanks for this information. I'll give it a try then! Best regards, -- Benjamin Guillon CNRS/IN2P3 Computing Center 21 Avenue Pierre de Coubertin, CS70202 69627 Villeurbanne Cedex, France De: "Samuel Martín Moro" À: "Benjamin Guillon" Cc: "users" Envoyé: Mardi 8

Re: istio pods

2019-10-10 Thread Just Marvin
Samuel, Well that was it. I had screwed up the machine type definitions in the install-config.yaml (I thought I was specifying the higher capacities for the worker, but I made the changes in the master section). Duh. Retrying Regards, Marvin On Thu, Oct 10, 2019 at 8:08 AM Samuel

Re: istio pods

2019-10-10 Thread Samuel Martín Moro
Hi, Looking at that node labels, we can see the instance type being used is m4.large, and not c5.xlarge. So it would be normal to only see 2 CPUs instead of 4. How did you change your instances sizes? Editing your install-config.yaml? Can you show us? (you can remove any sensitive data, like

Re: istio pods

2019-10-10 Thread Just Marvin
Samuel, See below, the output from "oc describe node " for one of my worker nodes. In particular, I'm interested in the "Capacity" and "Allocatable" sections. In the Capacity section, it says that this is 2 CPUs. When I first noticed this, I had defined the workers using c5-xlarge machines -