Skip to content

Latest commit

 

History

History

nginx-plus-controller

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

NGINX Plus Ingress Controller

Building the Image

  1. You must have the following software installed on your machine to build the image:

    You must also have an NGINX Plus license. If you don't have one, you can sign up for a free 30-day trial.

    Put the key and the certificate file of your license inside this folder.

  2. Change the Makefile according to your environment.

    If you're running Kubernetes in GCE, change the PREFIX variable to PREFIX = gcr.io/<project-id>/nginx-plus-ingress, where project-idis the ID of your GCE project.

  3. Run the make command to build the image and upload it to the private Docker registry you use:

    $ make