Merge pull request #541 from jcmoraisjr/jm-release-0.2

Remove pre-release messages from HAProxy Ingress docs
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-04-02 10:46:44 -03:00 committed by GitHub
commit ea7f943160
2 changed files with 0 additions and 2 deletions

View file

@ -11,7 +11,6 @@ This document has the following prerequisites:
* Deploy [HAProxy Ingress controller](/examples/deployment/haproxy), you should
end up with controller, a sample web app and an ingress resource to the `foo.bar`
domain
* Feature not on stable version; use `canary` tag
As mentioned in the deployment instructions, you MUST turn down any existing
ingress controllers before running HAProxy Ingress.

View file

@ -16,7 +16,6 @@ following these steps you should have a secret named `caingress`, a certificate
`client.crt` and it's private key `client.key`
* Use these same steps and create another CA and generate another certificate and private
key `fake.crt` and `fake.key` just for testing
* Feature not on stable version yet; use `canary` tag
As mentioned in the deployment instructions, you MUST turn down any existing
ingress controllers before running HAProxy Ingress.