Jerome Petazzoni
3c0ec02a52
fix-redirects.sh: adding forced redirect
2020-04-07 16:48:10 -05:00
Jerome Petazzoni
3300d30f96
Remove chat room info
2020-03-05 02:53:22 -06:00
Jerome Petazzoni
8e39b91fc7
WiFi
2020-03-05 02:39:36 -06:00
Jerome Petazzoni
21d4d15131
Merge branch 'master' into 2020-03-qcon
2020-03-05 02:02:26 -06:00
Jerome Petazzoni
c506038682
Add QCON slides; tweak title
2020-03-05 02:01:17 -06:00
Jerome Petazzoni
24f6b6f1fd
Add QR code
2020-03-05 00:40:40 -06:00
Jerome Petazzoni
44ba91847c
email link, take two
2020-03-05 00:34:13 -06:00
Jerome Petazzoni
2a988715c3
Try mailto link
2020-03-05 00:23:15 -06:00
Jerome Petazzoni
e52a4e8969
Content for QCON2020
2020-03-03 04:35:59 -06:00
Jerome Petazzoni
3f0452efba
Merge branch 'master' into 2020-03-qcon
2020-03-02 21:48:04 -06:00
Jerome Petazzoni
7d8fdd43bd
Improve exec syntax section
2020-03-02 21:47:58 -06:00
Jerome Petazzoni
873737ea85
Content for QCON2020
2020-03-02 17:05:22 -06:00
Jerome Petazzoni
adf0f53aab
Update coupons
2020-02-29 11:46:27 -06:00
Jérôme Petazzoni
49fe1b8e17
Merge pull request #547 from tiffanyfay/master-typo
...
Fix resource typo in k8s slides
2020-02-26 00:01:20 -06:00
tiffany jernigan
073a5f8c84
Fix resource typo in k8s slides
2020-02-25 21:15:01 -08:00
Jerome Petazzoni
032803806d
Refactor 'last words' slides
2020-02-24 20:38:01 -06:00
Jerome Petazzoni
f7b327a33a
Streamline title slide
2020-02-24 19:00:41 -06:00
Jerome Petazzoni
d3526aac00
Add exercises
2020-02-22 07:43:27 -06:00
Jerome Petazzoni
3736dd6e86
Add 2-day container course
2020-02-19 10:00:24 -06:00
Jerome Petazzoni
c03f199023
Add reference to resource monitoring tools
2020-02-17 04:56:43 -06:00
Jerome Petazzoni
8ba9c2e41b
Reorg admin content
...
Split network interconnect in separate section
2020-02-09 15:12:55 -06:00
Jerome Petazzoni
36d1199b70
Upgrade from 1.15 to illustrate version skipping + retry logic
...
Instead of upgrading from 1.16 to <latest> we upgrade from 1.15
to 1.16, because upgrading from <latest-1> is a special case and
it is better to show the general case.
Also, the script that sets up admin clusters now has some retry
logic to accommodate hiccups in pssh or in the cloud provider.
2020-02-09 11:29:05 -06:00
Jerome Petazzoni
56e09eef6d
Bump up kube ops versions
...
- Kubernetes binaries installed for ops labs bumped up to 1.17.2
- Composed-based control plane bumped up to 1.17.2
- kuberouter now uses apps/v1 DaemonSet (compatible with 1.16+)
- disable containerd (cosmetic)
2020-02-09 10:37:03 -06:00
Jerome Petazzoni
15f71506b6
Rewrite section about PV and PVC
2020-02-09 10:06:09 -06:00
Jerome Petazzoni
5eb8453597
Add namespace info to YAML section
2020-02-09 07:19:17 -06:00
Jerome Petazzoni
65ee4e3885
Streamline 1-day docker course
2020-02-09 07:05:47 -06:00
Jerome Petazzoni
ac801746eb
Add OpenAPI / Swagger info
2020-02-09 06:26:15 -06:00
Jerome Petazzoni
0af16b98c9
Fix CRDs
...
Use v1beta1 for the first example (it's a bit simpler) and v1 for the second example.
The second example illustrate the served and storage attributes, and the fact that
each version can have a different schema.
Closes #541
2020-02-08 08:54:34 -06:00
Arthur Lutz
2fde58a3ee
[cluster-backup] add bivac
...
Backup Interface for Volumes Attached to Containers
2020-02-08 08:43:21 -06:00
Arthur Lutz
38fec0b00d
[extending-api] link to video, not playlist
2020-02-08 08:41:24 -06:00
Arthur Lutz
627800ddd5
[cluster-sizing.md] add link to Kiyot project page
2020-02-08 08:40:38 -06:00
Jérôme Petazzoni
871aab23ad
Merge pull request #544 from arthurlogilab/patch-5
...
[compose/simple-k8s-control-plane] bump hyperkube from 1.14 to 1.16
2020-02-08 08:38:36 -06:00
Jérôme Petazzoni
8d7fa29a79
Merge pull request #543 from arthurlogilab/patch-4
...
[architecture] add links
2020-02-08 08:37:58 -06:00
Arthur Lutz
22f09c37a3
[compose/simple-k8s-control-plane] bump hyperkube from 1.14 to 1.16
2020-02-07 11:17:29 +01:00
Arthur Lutz
eacffe3cc5
[architecture] add kind as example
2020-02-07 09:40:36 +01:00
Arthur Lutz
d044f2bbd0
[architecture] add links
2020-02-07 09:39:00 +01:00
Jerome Petazzoni
a3da2615ff
typos
2020-02-05 09:31:13 -06:00
Jerome Petazzoni
9a1ea0f1bd
Expand info on kube-ps1
2020-02-05 04:29:04 -06:00
Jerome Petazzoni
67ac03e76e
Highlight $IP
2020-02-05 02:51:12 -06:00
Jerome Petazzoni
38725cf3da
typo
2020-02-04 06:33:54 -06:00
Jerome Petazzoni
3e98148e3f
Refactor useful information to about-slide.md
...
prereqs.md can vary from a session to another, so I moved
the common information to about-slides.md (which should be
included all the time).
2020-02-02 10:20:39 -06:00
Jerome Petazzoni
b988c28b41
Extend section on API extension
...
Mention the aggregation layer.
Add an example of CRD.
2020-02-02 09:24:17 -06:00
Jerome Petazzoni
583933c492
Add kubectl delete -f and --prune
2020-02-02 08:16:28 -06:00
Jerome Petazzoni
ebadc1ca59
Upgrade the cluster upgrade chapter
...
Add information about version skew.
Better explain what's good/bad to do.
2020-02-02 05:41:01 -06:00
Jérôme Petazzoni
7f85c645f0
Update helm-intro.md
2020-01-31 03:53:28 -06:00
Jerome Petazzoni
ed5009c769
Tweaks after Caen
2020-01-30 14:44:44 -06:00
Jerome Petazzoni
e2f3034a96
Fix container picture generator
2020-01-30 01:11:09 -06:00
Jerome Petazzoni
8933e6aa1b
Big Helm update
...
Revamp most of the Helm content:
- overview of Helm moved to helm-intro.md
- explanation of chart format in helm-chart-format.md
- the very crude chart example is now in helm-create-basic-chart.md
- the more advanced chart (with templates etc) is now in helm-create-better-chart.md
- deep dive into Helm internals (how it stores it's data) in helm-secrets.md
This is all for Helm 3. Helm 2 is not supported anymore.
2020-01-27 07:26:54 -06:00
Jerome Petazzoni
784b2a3e4e
Big update to autopilot
...
Autopilot can now continue when errors happen, and it writes
success/failure of each snippet in a log file for later review.
Also added e2e.sh to provision a test environment and start
the remote tmux instance.
2020-01-20 14:23:20 -06:00
Jerome Petazzoni
f3bbd6377b
Merge branch 'helm-3'
2020-01-20 02:45:05 -06:00