Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

feat(whitelist): Add docs for specifying application whitelist using deis client#477

Merged
kmala merged 1 commit intodeis:masterfrom
kmala:doc
Aug 26, 2016
Merged

feat(whitelist): Add docs for specifying application whitelist using deis client#477
kmala merged 1 commit intodeis:masterfrom
kmala:doc

Conversation

@kmala
Copy link
Copy Markdown
Contributor

@kmala kmala commented Aug 25, 2016

@kmala kmala self-assigned this Aug 25, 2016
@kmala kmala added this to the v2.5 milestone Aug 25, 2016
$ kubectl --namespace=example annotate service example-web router.deis.io/whitelist="10.0.1.0/24,121.212.121.212"
$ kubectl --namespace=example annotate service example-web router.deis.io/whitelist="10.0.1.0/24,121.212.121.212"

Application level whitelist can also be done using deis client. To add/remove/list addresses of an application whitelist, use `deis whitelist`:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Application level whitelist can also be done using deis client.

Is a little awkward. Maybe "Application level whitelists can also be done using the deis client."

There also are not any example of listing application whitelists.

$ kubectl --namespace=example annotate service example-web router.deis.io/whitelist="10.0.1.0/24,121.212.121.212"
$ kubectl --namespace=example annotate service example-web router.deis.io/whitelist="10.0.1.0/24,121.212.121.212"

Application level whitelisting can also be done using the deis client. To add/remove/list addresses of an application whitelist, use `deis whitelist`:
Copy link
Copy Markdown
Member

@bacongobbler bacongobbler Aug 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deis should be capitalized when used in a sentence

@kmala kmala merged commit 0cdeda1 into deis:master Aug 26, 2016
@kmala kmala deleted the doc branch August 26, 2016 20:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants