Skip to content

Instantly share code, notes, and snippets.

@jovemfelix
Created March 15, 2023 20:15
Show Gist options
  • Save jovemfelix/74c1da86e1c3d19eb83171c357b56cfc to your computer and use it in GitHub Desktop.
Save jovemfelix/74c1da86e1c3d19eb83171c357b56cfc to your computer and use it in GitHub Desktop.
Testar Conectividade no Openshift 4.11
apiVersion: apps/v1
kind: Deployment
metadata:
name: ose-cli
namespace: openshift-migration
spec:
replicas: 1
selector:
matchLabels:
app: support-tools
template:
metadata:
labels:
app: support-tools
deploymentconfig: support-tools
spec:
containers:
- image: registry.redhat.io/openshift4/ose-cli:v4.11
imagePullPolicy: IfNotPresent
name: support-tools
stdin: true
tty: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment