Re: Resolving localhost (IPv6 issue?)

2016-08-15 Thread Ulf Lilleengen
sh-4.3$ dig +search localhost ; <<>> DiG 9.10.3-P4-RedHat-9.10.3-13.P4.fc23 <<>> +search localhost ;; global options: +cmd ;; connection timed out; no servers could be reached On 08/11/2016 08:12 PM, Clayton Coleman wrote: Can you run dig in a container on localhost (dig +search localhost, I

Kibana Logs Empty

2016-08-15 Thread Frank Liauw
Hi All, I followed through the instructions on https://docs.openshift.org/latest/install_config/aggregate_logging.html and have setup a 3 node ES cluster. Fluentd is also deployed on all my nodes. I am getting kibana logs on the logging project, but all my other projects do not have any logs;

Hybrid Cloud Hostname Issues (AWS, Co-Lo)

2016-08-15 Thread Frank Liauw
Hi All, I have a 5 node Openshift cluster split across 2 AZs; our colocation center and AWS, with a master in each AZ and the rest being nodes. We setup our cluster with the Ansible script, and somewhere during the setup, the EC2 instance's private hostname were picked up and registered as node

Re: configuring periodic import of images

2016-08-15 Thread Tony Saxon
There are logs showing that it's detecting that the imagestream has changed, but doesn't seem like there's any explanation of why it can't get it: Aug 15 08:18:10 os-master origin-master: I0815 08:18:10.446822 77042 image_change_controller.go:47] Build image change controller detected

Re: Hybrid Cloud Hostname Issues (AWS, Co-Lo)

2016-08-15 Thread Jason DeTiberus
On Mon, Aug 15, 2016 at 4:17 AM, Frank Liauw wrote: > Hi All, > > I have a 5 node Openshift cluster split across 2 AZs; our colocation > center and AWS, with a master in each AZ and the rest being nodes. > > We setup our cluster with the Ansible script, and somewhere during the >

Re: no items in "browse catalog" page

2016-08-15 Thread Jonathan Yu
Hey Ravi, On Mon, Aug 15, 2016 at 8:35 PM, Ravi Kapoor wrote: > Thanks Jessica, that was helpful. I had to do following > > 1. oc cluster up > it gave error > Error: did not detect an --insecure-registry argument on the Docker daemon >Solution: > > Ensure that

Re: Hybrid Cloud Hostname Issues (AWS, Co-Lo)

2016-08-15 Thread Frank Liauw
Thanks Jason. Can I update nodeName in config.yaml and restart the EC2 nodes? Will that update the metadata of my nodes automatically across the entire cluster? Frank Systems Engineer VSee: fr...@vsee.com | Cell: +65 9338 0035 Join me on VSee for Free

Node startup Failure on SDN

2016-08-15 Thread Skarbek, John
Good Morning, We recently had a node go down, upon trying to get it back online, the origin-node service fails to start. The rest of the cluster appears to be just fine, so with the desire to troubleshoot, what can I look at to determine the root cause of the following error: Aug 15 17:12:59

Re: Hybrid Cloud Hostname Issues (AWS, Co-Lo)

2016-08-15 Thread Frank Liauw
Thanks Jordan. The Ansible playbooks do not provide a means of setting nodeName when performing Advanced Install or scaleup? I can add new nodes with the appropriate nodeName set and remove the existing ones if possible. Otherwise, would you care to provide some details on what node client

Re: Hybrid Cloud Hostname Issues (AWS, Co-Lo)

2016-08-15 Thread Jordan Liggitt
Node names are immutable in the API. Changing the node name would require updating the node client credentials, the node would register another node with the API when it started, and any pods scheduled to the old node name would get evicted once the old node object's status got stale enough. On

Re: Node startup Failure on SDN

2016-08-15 Thread Skarbek, John
So I figured it out. Ntp went kaboom on one of our master nodes. ERROR: [DCli0015 from diagnostic ConfigContexts@openshift/origin/pkg/diagnostics/client/config_contexts.go:285] For client config context 'default/cluster:8443/system:admin': The server URL is 'https://cluster:8443'

Re: configuring periodic import of images

2016-08-15 Thread Tony Saxon
So I've found that if I tag the imagestream manually, that it is able to pull down the latest changes and deploys them to my app: oc tag --source=docker --scheduled=true docker-lab.example.com:5000/testwebapp:latest testwebapp:latest [root@os-master ~]# oc describe is Name:

Re: Node startup Failure on SDN

2016-08-15 Thread Skarbek, John
It would appear the certificate is valid 2018: ` [/etc/origin/node]# openssl x509 -enddate -in system:node:node-001.crt notAfter=Mar 21 15:18:10 2018 GMT Got any other ideas? -- John Skarbek On August 15, 2016 at 13:27:57, Clayton Coleman (ccole...@redhat.com)

Re: configuring periodic import of images

2016-08-15 Thread Clayton Coleman
It's currently 15 minutes: imagePolicyConfig: disableScheduledImport: false maxImagesBulkImportedPerRepository: 5 maxScheduledImageImportsPerMinute: 60 scheduledImageImportMinimumIntervalSeconds: 900 Will take a look and see if I can recreate this issue. On Mon, Aug 15, 2016 at 2:33

Re: no items in "browse catalog" page

2016-08-15 Thread Ravi Kapoor
Thanks Jessica, that was helpful. I had to do following 1. oc cluster up it gave error Error: did not detect an --insecure-registry argument on the Docker daemon Solution: Ensure that the Docker daemon is running with the following argument: --insecure-registry 172.30.0.0/16 2.

Dynamic Provisioning PVs in AWS across Zones

2016-08-15 Thread Isaac Christoffersen
I have an Origin v1.2.1 setup in AWS and I have my masters and nodes spread across zones in AWS. I'm looking to use the Dynamic provisioning of Persistent Volumes when a claim is made as per https://docs.openshift.org/latest/install_config/persistent_storage/dynamically_provisioning_pvs.html

Re: configuring periodic import of images

2016-08-15 Thread Clayton Coleman
Did a test, but the import looks like it works correctly for hub images. In this case are you using a regular Docker registry, the integrated registry, or a third party Docker registry? On Mon, Aug 15, 2016 at 3:34 PM, Clayton Coleman wrote: > It's currently 15 minutes: > >

Re: configuring periodic import of images

2016-08-15 Thread Tony Saxon
I'm using a registry deployed from a docker compose: registry: restart: always image: registry:2.2.1 ports: - 5000:5000 environment: REGISTRY_HTTP_TLS_CERTIFICATE: /certs/domain.crt REGISTRY_HTTP_TLS_KEY: /certs/domain.key REGISTRY_AUTH: htpasswd

Re: no items in "browse catalog" page

2016-08-15 Thread Jessica Forrester
So if you are just running a local dev cluster to try things out, I recommend using 'oc cluster up' instead, it will set up a lot for you, including all the example image streams and templates. If you want to add them in an existing cluster see step 10 here

no items in "browse catalog" page

2016-08-15 Thread Ravi Kapoor
I am a newbie, so excuse my ignorance. I have tried for 2 days now to get "browse catalog" page to show me catalog. I do not see any errors nor images. Due to this I am not able to follow any tutorials. thanks for helping This is what my page looks like (text copy in case image attachments are

Re: Dynamic Provisioning PVs in AWS across Zones

2016-08-15 Thread Andrew Lau
Here was the original issue https://github.com/kubernetes/kubernetes/issues/23330 On Tue, 16 Aug 2016, 7:50 AM Isaac Christoffersen < ichristoffer...@vizuri.com> wrote: > Ugh. Alright, back to the 2-stage process now. Do you have the issue > reference in kubernetes? I looked but couldn't find

Re: Dynamic Provisioning PVs in AWS across Zones

2016-08-15 Thread Andrew Lau
This something thats tracked in kubernetes, iirc its something that was planned to be fixed in 1.4 On Tue, 16 Aug 2016, 7:08 AM Isaac Christoffersen < ichristoffer...@vizuri.com> wrote: > I have an Origin v1.2.1 setup in AWS and I have my masters and nodes > spread across zones in AWS. > > I'm