-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Rewrite and re-scope deployment documentation #631
Conversation
This is a follow-on to #584 |
} | ||
``` | ||
|
||
In this example, when the `latest` tag value for the `imageRepository` named `openshift/origin-ruby-sample` changes, every container in the `deploymentConfig` matching those in `containerNames` will be updated with the new tag value, and a new `deployment` will be created. |
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.
"every container in the deploymentConfig
matching those in containerNames
" is a bit confusing to me.
maybe: the containers specified in containerNames
for deploymentConfig
D will be updated ...
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.
Incorporated, thanks
0c14a70
to
0e4d8c6
Compare
Make the deployment doc less of a low level technical document/proposal mashup, and rewrite it for end-user consumption. Architecture and technical details can be moved to a new document. The upstream proposal will also be a new document.
LGTM [merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_openshift3/589/) (Image: devenv-fedora_528) |
[merge] looks like jenkins timeout |
Evaluated for origin up to 0e4d8c6 |
Merged by openshift-bot
Merged by openshift-bot
Make the deployment doc less of a low level technical document/proposal
mashup, and rewrite it for end-user consumption. Architecture and
technical details can be moved to a new document. The upstream proposal
will also be a new document.