An open API service indexing awesome lists of open source software.

https://github.com/debianmaster/openshift-faq

FAQ related to Installs, Architecture
https://github.com/debianmaster/openshift-faq

Last synced: 6 months ago
JSON representation

FAQ related to Installs, Architecture

Awesome Lists containing this project

README

          

## Installation

1) `The connection to the server master:8443 was refused - did you specify the right host or port?`

```sh
TASK [openshift_examples : Import Centos Image streams] ***************************************************************************************
fatal: [master.cloud.example.com]: FAILED! => {
"changed": false,
"cmd": [
"/usr/local/bin/oc",
"create",
"-n",
"openshift",
"-f",
"/etc/origin/examples/image-streams/image-streams-centos7.json"
],
"delta": "0:00:00.184604",
"end": "2017-05-11 13:00:57.471839",
"failed": true,
"failed_when_result": true,
"rc": 1,
"start": "2017-05-11 13:00:57.287235"
}

STDERR:

The connection to the server master:8443 was refused - did you specify the right host or port?
```
Ans:

```sh
1) Check if you origin-master process is working `systemctl status origin-master` or `systemctl status atomic-openshift-master`
2) Check if you have opened firewall rules to allow 8443 / 443 based on your install to hosts which are running your masters
3) Check if your dns resoulutions are working fine from your install host to master and also in between hosts.

```
## Architecture

## Storage

## Networking

## Dev
1. is it possible to enable maven debugging in openshift. ?
yes `MAVEN_ARGS_APPEND` env var