mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-05 00:16:39 +00:00
Merge pull request #112 from bridgetkromhout/indexconf2018
Clarification
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user