Skip to content

Commit

Permalink
OCP installation requirment (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat authored Nov 7, 2023
1 parent eca3845 commit 9875425
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,14 @@ kubeconfig
id_rsa
id_rsa.pub
*.csv
.idea/

# IntelliJ project files
.idea
*.iws
*.ipr
*.iml
out
gen
.idea/
.idea/workspace.xml

2 changes: 1 addition & 1 deletion ansible/roles/bastion-ocp-version/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
shell: |
cd {{ ocp_version_path }}
rm -rf openshift-install-linux-*.tar.gz openshift-client-linux-*.tar.gz
oc.latest adm release extract --tools {{ ocp_release_image }}
REGISTRY_AUTH_FILE="/root/.docker/config.json" oc.latest adm release extract --tools {{ ocp_release_image }}
tar -xvf openshift-install-linux-*.tar.gz openshift-install
tar -xvf openshift-client-linux-*.tar.gz oc kubectl
Expand Down

0 comments on commit 9875425

Please sign in to comment.