Created
March 15, 2023 20:15
-
-
Save jovemfelix/74c1da86e1c3d19eb83171c357b56cfc to your computer and use it in GitHub Desktop.
Testar Conectividade no Openshift 4.11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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