Compare commits

...

13 Commits

Author SHA1 Message Date
Jerome Petazzoni
19ff679eb7 fix-redirects.sh: adding forced redirect 2020-04-07 16:49:36 -05:00
Jérôme Petazzoni
a1e84406a2 Merge pull request #456 from arthurchaloin/kadm-2019-04
Minor exercises commands fixes
2019-04-28 02:13:28 +02:00
Arthur Chaloin
965c7802b4 Replace kubenet by kuberouter for CNI slides 2019-04-26 12:14:12 +02:00
Arthur Chaloin
eb436d2dc8 Fix typo in 'kuectl' 2019-04-26 10:44:21 +02:00
Arthur Chaloin
ec13112d9a Fix kubeconfig filename to match previous slides 2019-04-26 10:44:01 +02:00
Arthur Chaloin
a4cf208fd8 Add missing namespace name in kubctl label command example 2019-04-26 10:42:41 +02:00
Jerome Petazzoni
3dbc424106 Wifi info 2019-04-25 14:49:17 -05:00
Jerome Petazzoni
09e30ff9be Merge branch 'master' into kadm-2019-04 2019-04-25 14:48:20 -05:00
Jerome Petazzoni
15c2268c01 Typo fix 2019-04-24 09:06:06 -05:00
Jerome Petazzoni
8edec49912 Merge branch 'enixlogo' into kadm-2019-04 2019-04-24 01:54:44 -05:00
Jerome Petazzoni
47b015ba9c Build deck for K8S for ops and admins April 2019-04-24 01:54:41 -05:00
Jerome Petazzoni
f01bc2a7a9 Fix overlapsing slide number and pics 2018-09-29 18:54:00 -05:00
Jerome Petazzoni
3eaa844c55 Add ENIX logo
Warning: do not merge this branch to your content, otherwise you
will get the ENIX logo in the top right of all your decks
2018-09-08 07:49:38 -05:00
9 changed files with 36 additions and 33 deletions

View File

@@ -2,3 +2,4 @@
#/ /kube-halfday.yml.html 200
#/ /kube-fullday.yml.html 200
#/ /kube-twodays.yml.html 200
/ /kube-admin-one.yml.html 200!

View File

@@ -214,7 +214,7 @@ This is equivalent to `kubectl create namespace hello`.
- Read back our object:
```bash
kuectl get namespace hello -o yaml
kubectl get namespace hello -o yaml
```
]
@@ -307,7 +307,7 @@ class: extra-details
- In the other, update our namespace:
```bash
kubectl label namespaces color=purple
kubectl label namespaces hello color=purple
```
]

View File

@@ -321,7 +321,7 @@ Note: the DaemonSet won't create any pods (yet) since there are no nodes (yet).
- Copy `kubeconfig` to the other nodes:
```bash
for N in 2 3; do
scp ~/kubeconfig kubenet$N:
scp ~/kubeconfig kuberouter$N:
done
```
@@ -346,8 +346,8 @@ Note: the DaemonSet won't create any pods (yet) since there are no nodes (yet).
- Open more terminals and join the other nodes:
```bash
ssh kubenet2 sudo kubelet --kubeconfig ~/kubeconfig --network-plugin=cni
ssh kubenet3 sudo kubelet --kubeconfig ~/kubeconfig --network-plugin=cni
ssh kuberouter2 sudo kubelet --kubeconfig ~/kubeconfig --network-plugin=cni
ssh kuberouter3 sudo kubelet --kubeconfig ~/kubeconfig --network-plugin=cni
```
]

View File

@@ -535,7 +535,7 @@ clusters:
- Start kubelet with that `kubeconfig.kubelet` file:
```bash
kubelet --kubeconfig kubelet.kubeconfig
kubelet --kubeconfig kubeconfig.kubelet
```
]

View File

@@ -3,12 +3,12 @@ title: |
for Admins and Ops
#chat: "[Slack](https://dockercommunity.slack.com/messages/C7GKACWDV)"
#chat: "[Gitter](https://gitter.im/jpetazzo/workshop-yyyymmdd-city)"
chat: "In person!"
chat: "[Gitter](https://gitter.im/enix/formation-kubernetes-ops-20190426)"
#chat: "In person!"
gitrepo: github.com/jpetazzo/container.training
slides: http://container.training/
slides: http://kadm-2019-04.container.training/
exclude:
- self-paced

View File

@@ -1,30 +1,14 @@
## Intros
- This slide should be customized by the tutorial instructor(s).
- Hello! We are:
- .emoji[👩🏻‍🏫] Ann O'Nymous ([@...](https://twitter.com/...), Megacorp Inc)
- .emoji[👨🏾‍🎓] Stu Dent ([@...](https://twitter.com/...), University of Wakanda)
<!-- .dummy[
- .emoji[👷🏻‍♀️] AJ ([@s0ulshake](https://twitter.com/s0ulshake), Travis CI)
- .emoji[🚁] Alexandre ([@alexbuisine](https://twitter.com/alexbuisine), Enix SAS)
- .emoji[🐳] Jérôme ([@jpetazzo](https://twitter.com/jpetazzo), Enix SAS)
- .emoji[⛵] Jérémy ([@jeremygarrouste](twitter.com/jeremygarrouste), Inpiwee)
- The workshop will run from 9:15am to 5:30pm
- .emoji[🎧] Romain ([@rdegez](https://twitter.com/rdegez), Enix SAS)
] -->
- The workshop will run from ...
- There will be a lunch break at ...
- There will be a lunch break at noon
(And coffee breaks!)

17
slides/override.css Normal file
View File

@@ -0,0 +1,17 @@
.remark-slide-content:not(.pic) {
background-repeat: no-repeat;
background-position: 99% 1%;
background-size: 8%;
background-image: url(https://enix.io/static/img/logos/logo-domain-cropped.png);
}
div.extra-details:not(.pic) {
background-image: url("images/extra-details.png"), url(https://enix.io/static/img/logos/logo-domain-cropped.png);
background-position: 0.5% 1%, 99% 1%;
background-size: 4%, 8%;
}
.remark-slide-content:not(.pic) div.remark-slide-number {
top: 16px;
right: 112px
}

View File

@@ -11,11 +11,11 @@ class: title, in-person
@@TITLE@@<br/></br>
.footnote[
**Be kind to the WiFi!**<br/>
<!-- *Use the 5G network.* -->
*Don't use your hotspot.*<br/>
*Don't stream videos or download big files during the workshop[.](https://www.youtube.com/watch?v=h16zyxiwDLY)*<br/>
*Thank you!*
WiFi : 123_SEBASTOPOL
<br/>
Mot de passe : Sebastopol02
**Slides: @@SLIDES@@**
**Slides
[:](https://www.youtube.com/watch?v=h16zyxiwDLY)
@@SLIDES@@**
]

View File

@@ -4,6 +4,7 @@
<title>@@TITLE@@</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="workshop.css">
<link rel="stylesheet" href="override.css">
</head>
<body>
<!--