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
- Host: GitHub
- URL: https://github.com/debianmaster/openshift-faq
- Owner: debianmaster
- Created: 2017-05-11T14:21:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T15:28:08.000Z (about 9 years ago)
- Last Synced: 2025-03-24T09:28:33.966Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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