Merge pull request #112 from bridgetkromhout/indexconf2018

Clarification
This commit is contained in:
Jérôme Petazzoni
2018-02-21 18:12:45 -08:00
committed by GitHub
2 changed files with 7 additions and 4 deletions

View File

@@ -67,7 +67,12 @@
<tr><td class="title" colspan="4">Coming soon at a conference near you</td></tr>
<tr>
<td><a class="attend" href="https://developer.ibm.com/indexconf/sessions/#!?id=5474" />February 22, 2018: IndexConf - Kubernetes 101</td>
<!--
<td>Nothing for now (stay tuned...)</td>
-->
<td>February 22, 2018: IndexConf — Kubernetes 101</td>
<td><a class="slides" href="http://indexconf2018.container.training/" /></td>
<td><a class="attend" href="https://developer.ibm.com/indexconf/sessions/#!?id=5474" />
</tr>
<tr><td class="title" colspan="4">Past workshops</td></tr>

View File

@@ -1,8 +1,6 @@
# Daemon sets
- Remember: we did all that cluster orchestration business for `rng`
- We want one (and exactly one) instance of `rng` per node
- What if we want one (and exactly one) instance of `rng` per node?
- If we just scale `deploy/rng` to 2, nothing guarantees that they spread