Re: how to query openshift api-version ?

2018-08-01 Thread Nakayama Kenjiro
"oc api-versions" is available on the latest binary. (For example, I tested with v3.11.0-alpha.0+bb11f51-481 as below). Having said that, both kubectl and oc api-versions should get same result, as both hit to https:///apis. $ _output/local/bin/linux/amd64/oc api-versions

Re: Question about Azure blob support on OCP 3.5

2017-08-10 Thread Nakayama Kenjiro
Hi, > I have a customer asking question about OCP 3.5 support using Azure Blob for their persistent storage requirements so that they can use it for logging/metrics. OpenShift 3.5 does NOT support Azure Blob for the persistent storage. Please refer to the supported volume plug-ins list here:

Re: Getting alerts when Asynchronous Errata Updates are released

2017-04-21 Thread Nakayama Kenjiro
Hi, If you have Red Hat's OpenShift Container Platform subscription and are using the product, it is possible. Please refer to https://access.redhat.com/solutions/135503 (or please open support ticket.) Regards, Kenjiro On Fri, Apr 21, 2017 at 10:35 PM, Gary Franczyk

Re: Application url not getting hosted on web browser

2016-03-28 Thread Nakayama Kenjiro
Rumeha rizwan <rumehariz...@gmail.com> > wrote: > >> Hi >> >> I'm enclosing the screenshot of the ouput. I have the file, but the >> second command when i run it shows command not found >> >> Regards >> Rumeha >> >> On Mon, Mar 28, 2016 at 1

Re: Application url not getting hosted on web browser

2016-03-28 Thread Nakayama Kenjiro
t; > I tried to start httpd service. I'm enclosing the screenshot of what > output i got. > > Regards > Rumeha > > On Mon, Mar 28, 2016 at 11:59 AM, Nakayama Kenjiro < > nakayamakenj...@gmail.com> wrote: > >> Hi, >> >> It says your host(192.1

Re: Still having trouble with 1.1.1

2016-02-06 Thread Nakayama Kenjiro
Hi, Could you please isolate your problem with following tests? I would like you to check if they could reproduce your issue or not. test#1. Build and Deploy from internal registry (with openshift project's php test image). $ oc new-app https://github.com/openshift/sti-php.git

Re: swagger UI

2016-02-02 Thread Nakayama Kenjiro
ot; option. Thanks, Kenjiro On Wed, Feb 3, 2016 at 2:37 PM, Nakayama Kenjiro <nakayamakenj...@gmail.com> wrote: > Hi, > > Please don't use "-I" option for the curl. "-I" option is sending > different request. > > Your command: > # curl -vvv -Ik

Re: Share ssh-key with other nodes during installation

2016-01-26 Thread Nakayama Kenjiro
If you will install openshift with ansible-playbook(advanced-installation), I think you can avoid the issue by ansible's function. Here is the steps: 1. Set ansible_ssh_user in /etc/ansible/hosts [OSEv3:vars] ansible_ssh_user=root ... 2. Run ansible-playbook with -k option $