Skip to content

Commit

Permalink
Add docs for publishing-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhita committed Apr 23, 2020
1 parent 6a6b50f commit 21f7609
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
7 changes: 0 additions & 7 deletions k8s.io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,3 @@ Use `make test` to run unit tests to verify the various endpoints on the server.
Deploying
===
Set kubectl to target the production cluster, then run `make deploy`.

Publishing-bot
===

Details about running the [publishing-bot](https://git.k8s.io/publishing-bot)
for the Kubernetes project can be found
[here](https://git.k8s.io/publishing-bot/k8s-publishing-bot.md).
14 changes: 14 additions & 0 deletions publishing-bot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Publishing Bot

The [publishing-bot] runs in the`publishing-bot` namespace in the `aaa`
cluster in the `kubernetes-public` project.

The GitHub token is in the publishing-bot repo and is encrypted
with git-crypt. The publishing-bot [OWNERS] have access to the token.

For more details on deploying the bot, please see these [instructions].


[publishing-bot]: https://github.com/kubernetes/publishing-bot
[OWNERS]: https://github.com/kubernetes/publishing-bot/blob/master/OWNERS
[instructions]: https://github.com/kubernetes/publishing-bot/blob/master/k8s-publishing-bot.md

0 comments on commit 21f7609

Please sign in to comment.