From f519ef9577c66fce257406a1fd0fc3f67befebae Mon Sep 17 00:00:00 2001 From: Inaki Date: Wed, 8 Jan 2020 15:04:49 +0100 Subject: [PATCH] Update openshift.md --- docs/openshift.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/openshift.md b/docs/openshift.md index cc78a8ff..99fc3f0b 100644 --- a/docs/openshift.md +++ b/docs/openshift.md @@ -128,6 +128,10 @@ * [Install RedHat OKD 3.10 on your development box:](https://github.com/gshipley/installcentos) This repository is a set of scripts that will allow you easily install the latest version (3.10) of OKD in a single node fashion. What that means is that all of the services required for OKD to function (master, node, etcd, etc.) will all be installed on a single host. The script supports a custom hostname which you can provide using the interactive mode.] * [docs.okd.io: Planning your installation](https://docs.okd.io/latest/install/) * [belgium.devoteam.com: Using Ansible Tower to deploy OpenShift 3 on Azure: a step-by-step guide](https://belgium.devoteam.com/blog/ansible-tower-openshift-azure-tower-installation-prerequisites/) +* [openshift installer]https://github.com/openshift/installer +* [CI/CD Pipeline to deploy OpenShift Container Platform 4.x to AWS](https://github.com/r3dact3d/rhocp4_aws) +* https://blog.openshift.com/9-steps-to-awesome-with-kubernetes-openshift-presented-by-burr-sutter/ + * https://github.com/burrsutter/9stepsawesome ## NetworkPolicy * [GitHub - redhat-cop - OpenShift toolkit 🌟🌟🌟🌟](https://github.com/redhat-cop/openshift-toolkit/tree/master/networkpolicy)