OpenShift Simple Pod Running inside an OpenShift Project: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * OpenShift Operations =Overview= This is the procedure to deploy a simple pod that starts executing inside an OpenShift proj...") |
|||
Line 11: | Line 11: | ||
Use the following template: https://github.com/NovaOrdis/playground/blob/master/openshift/templates/standalone-pod-template.yaml | Use the following template: https://github.com/NovaOrdis/playground/blob/master/openshift/templates/standalone-pod-template.yaml | ||
oc process -f https | oc process -f https://raw.githubusercontent.com/NovaOrdis/playground/master/openshift/templates/standalone-pod-template.yaml | oc create -f - |
Revision as of 21:56, 8 December 2017
Internal
Overview
This is the procedure to deploy a simple pod that starts executing inside an OpenShift project and permits attaching. This could prove useful while troubleshooting network issues which need running network utilities and tests from "inside the project".
Procedure
Use the following template: https://github.com/NovaOrdis/playground/blob/master/openshift/templates/standalone-pod-template.yaml
oc process -f https://raw.githubusercontent.com/NovaOrdis/playground/master/openshift/templates/standalone-pod-template.yaml | oc create -f -