Difference between revisions of "Ingress Installation Logs"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
https://docs-1-12--nginx-kubernetes-ingress.netlify.app/nginx-ingress-controller/installation/installation-with-manifests/ | https://docs-1-12--nginx-kubernetes-ingress.netlify.app/nginx-ingress-controller/installation/installation-with-manifests/ | ||
==Installation with Manifest== | ==Installation with Manifest== | ||
Clone Repository into local folder, in this case is the master-aws node. [54.213.178.159] | |||
$ git clone https://github.com/nginxinc/kubernetes-ingress/ | |||
$ cd kubernetes-ingress/deployments | |||
$ git checkout v1.12.0 | |||
Using version v1.12.0 | |||
==Check Result== | ==Check Result== |
Revision as of 15:05, 11 August 2021
Preface
This document is created to logs all the activity during the attempt to install Ingress on PKC Cluster. There are several versions of kubernetes that is available, on this attempt the version that we are goint to install is the Ingress develop by NGINX Organization and stored in below github URL.
https://github.com/nginxinc/kubernetes-ingress
Documentation also available on
https://docs-1-12--nginx-kubernetes-ingress.netlify.app/nginx-ingress-controller/
This first attemp will follow below particular page.
https://docs-1-12--nginx-kubernetes-ingress.netlify.app/nginx-ingress-controller/installation/installation-with-manifests/
Installation with Manifest
Clone Repository into local folder, in this case is the master-aws node. [54.213.178.159]
$ git clone https://github.com/nginxinc/kubernetes-ingress/ $ cd kubernetes-ingress/deployments $ git checkout v1.12.0
Using version v1.12.0