Re: Unable to access metrics tab

2016-08-18 Thread Jessica Forrester
Do you have multiple masters? If so did you update the master config on all of them? Do you have any sort of proxy in front doing caching? There is a dynamic config.js file that should never get cached. On Aug 18, 2016 12:27 PM, "Guilherme Macedo" wrote: > Hi > > I

Unable to access metrics tab

2016-08-18 Thread Guilherme Macedo
Hi I enabled cluster metrics according to the documentation. However the metrics tab it's not appearing to all users. Some users have access to it, others don't. Does anyone have an idea about what it might be? # openshift version openshift v1.2.0 kubernetes v1.2.0-36-g4a3f9c5 etcd 2.2.5

Re: oc get route

2016-08-18 Thread Clayton Coleman
If you ssh to the host machine with the router container, and try to curl https://HOST_IP:80, do you get a response from the server? What about curling that same address from another machine? If not, generally that's firewall rules in play (or perhaps the router process is binding to the wrong

Re: Canary release via Openshift

2016-08-18 Thread Michail Kargakis
Every time you run a rolling deployment in OpenShift, a canary check runs by default: https://github.com/openshift/origin/blob/master/examples/deployment/README.md#rolling-deployments-with-canary-checks In the future, we will (probably) natively support AB deployments: you will be able to specify

Re: Canary release via Openshift

2016-08-18 Thread Skarbek, John
I don’t believe Openshift themselves have documentation covering this deployment method, however, kubernetes certainly does. http://kubernetes.io/docs/user-guide/managing-deployments/#canary-deployments Selectors are a key component to enabling this functionality. -- John Skarbek On August