File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 33## Prerequisites
44
55* Kubernetes 1.2 (TSL support for Ingress has been added in 1.2)
6- * You 've built and made available in your cluster [ NGINX ] ( https://github.com/nginxinc/kubernetes-ingress/tree/master/nginx-controller )
7- or [ NGINX Plus] ( https://github.com/nginxinc/kubernetes-ingress/tree/master/nginx-plus-controller ) Controller images and changed
8- the container image field in ``` nginx-ingress-rc.yaml ``` or ``` nginx-plus-ingress-rc.yaml ``` files accordingly.
6+ * For NGINX Plus: you 've built and made available in your cluster
7+ [ NGINX Plus] ( https://github.com/nginxinc/kubernetes-ingress/tree/master/nginx-plus-controller ) Controller
8+ image and updated the container image field in the ``` nginx-plus-ingress-rc.yaml ``` file accordingly.
99
1010## Running the examples
1111
Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ spec:
1414 app : nginx-ingress
1515 spec :
1616 containers :
17- - image : gcr.io/nginx-ingress /nginx-ingress:0.1
17+ - image : nginxdemos /nginx-ingress:0.1
1818 imagePullPolicy : Always
1919 name : nginx-ingress
2020 ports :
2121 - containerPort : 80
2222 hostPort : 80
2323 - containerPort : 443
2424 hostPort : 443
25-
Original file line number Diff line number Diff line change 11all : push
22
33TAG = 0.1
4- PREFIX = gcr.io/nginx-ingress /nginx-ingress
4+ PREFIX = nginxdemos /nginx-ingress
55
66nginx-ingress :
77 CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags ' -w' -o nginx-ingress * .go
@@ -10,7 +10,7 @@ container: nginx-ingress
1010 docker build -t $(PREFIX ) :$(TAG ) .
1111
1212push : container
13- gcloud docker push $(PREFIX ) :$(TAG )
13+ docker push $(PREFIX ) :$(TAG )
1414
1515osx :
1616 CGO_ENABLED=0 GOOS=darwin godep go build -a -installsuffix cgo -ldflags ' -w' -o osx-nginx-ingress * .go
Original file line number Diff line number Diff line change 11# NGINX Ingress Controller
22
3- The latest version of the controller is available through [ Docker Hub] ( # ) .
3+ The latest version of the controller is available through [ Docker Hub] ( https://hub.docker.com/r/nginxdemos/nginx-ingress/ ) .
You can’t perform that action at this time.
0 commit comments