-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add instructions and a tool for people who want to try out a new version of the ingress controller before it is released. #140
Conversation
99eb7a3
to
92dba4c
Compare
Made the modification we discussed offline. Let me know if I missed something :) |
# Any image is permissible as long as: | ||
# 1. It serves a 404 page at / | ||
# 2. It serves 200 on a /healthz endpoint | ||
image: gcr.io/google_containers/defaultbackend:1.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
k8s.gcr.io/defaultbackend:1.4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
README.md
Outdated
@@ -14,6 +14,10 @@ Please read the [beta limitations](BETA_LIMITATIONS.md) doc to before using this | |||
- It relies on a beta Kubernetes resource. | |||
- The loadbalancer controller pod is not aware of your GCE quota. | |||
|
|||
**If you are running a cluster on GKE and interested in being one of the first | |||
to get a new ingress-gce release (before it is officially released), please visit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we phrase this differently emphasizing this is trying out alpha releases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
deploy/README.md
Outdated
We will explain what each of these things mean in a bit. However, you will only be interacting | ||
with one file (script.sh). | ||
|
||
**Disclaimer: Running this script could potentially be disruptive to traffic. It |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps mention that they should not contact GKE support if there are problems with this script or controller. Running this controller is at your own risk...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
deploy/README.md
Outdated
# Overview | ||
|
||
Welcome, you are reading this because you want to run a new version of the | ||
GCP Ingress Controller (GLBC) before anyone else on GKE! You will notice that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above. Rephrase this as trying out an alpha release. The purpose of which is to find bugs and report their existence on github.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
92dba4c
to
f129d51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to have a sub directory to contain this?
For example, we were thinking deploying stand alone NEG controller into clusters for some use cases. That basically requires different deployment script.
Let me know if this is reasonable.
Good point @freehan. Maybe this is goes under |
f129d51
to
e3fc407
Compare
SGTM. Done |
e3fc407
to
86047a9
Compare
Added copyright notice to deploy/glbc/script.sh |
…on of the ingress controller before it is released.
86047a9
to
5723efc
Compare
See title
/assign @nicksardo