Jerome Petazzoni
59f2416c56
Do not scale DockerCoins with Compose in Kubernetes courses
...
In the Kubernetes courses, it takes a bit too long before we
reach the Kubernetes content. Furthermore, learning how to
scale with Compose is not super helpful. These changes
allow to switch between two course flows:
- show how to scale with Compose, then transition to k8s/Swarm
- do not show how to scale with Compose; jump to k8s/Swarm earlier
In the latter case, we still benchmark the speed of rng and
hasher, but we do it on Kuberntes (by running httping on
the ClusterIP of these services).
These changes will also allow to make the whole DaemonSet
section optional, for shorter courses when we want to
simply scale the rng service without telling the bogus
explanation about entropy.
2019-04-02 09:54:43 -05:00
Jerome Petazzoni
1ee4c31135
Add the external IP address to the API server certs
...
This allows us to NOT skip TLS verification when playing with
a remote cluster. It's minor but it makes that section less
hackish.
2019-03-27 12:15:41 -05:00
Jerome Petazzoni
6f655bff03
Modularize the self-hosted registry section and remove it by default
2019-03-27 11:27:53 -05:00
Jerome Petazzoni
7fbabd5cc2
Update kubectl logs for 1.14
2019-03-27 05:01:41 -05:00
Jerome Petazzoni
c1d4df38e5
Update CronJobs for 1.14
2019-03-27 04:30:21 -05:00
Jerome Petazzoni
8e6a18d5f7
Bump version numbers to 1.14
2019-03-27 03:47:56 -05:00
Jerome Petazzoni
d902f2e6e6
Remove an autopilot warning
2019-03-27 03:38:35 -05:00
Jerome Petazzoni
8ba825db54
Add link to OperatorHub
2019-03-24 06:57:05 -05:00
Jérôme Petazzoni
1309409528
Merge pull request #428 from jpetazzo/extending-api
...
Add chapter about API extension mechanisms: CRDs, admission webhooks...
2019-03-24 12:53:58 +01:00
Jerome Petazzoni
b3a9a017d9
Slightly revamp the list of installation options
2019-03-24 06:52:19 -05:00
Jerome Petazzoni
3c6cbff913
Add video promo
2019-03-20 11:03:49 -05:00
Jerome Petazzoni
48a5fb5c7a
Add QCON London video link
2019-03-20 06:20:09 -05:00
Jérôme Petazzoni
ed11f089e1
Merge pull request #441 from djalal/patch-6
...
fix kubectl CLI error
2019-03-15 15:42:20 +01:00
Jérôme Petazzoni
461020300d
Merge pull request #440 from djalal/patch-5
...
fix traefik dead links
2019-03-15 15:34:44 +01:00
Jérôme Petazzoni
f4e4d13f68
Merge pull request #439 from djalal/patch-4
...
tiny wording
2019-03-15 15:34:11 +01:00
Jérôme Petazzoni
5b2a5c1f05
Merge pull request #438 from djalal/patch-3
...
fix macos compat
2019-03-15 15:33:46 +01:00
djalal
95e2128e7c
Update gitworkflows.md
2019-03-15 11:51:53 +01:00
djalal
4a8cc82326
fix kubectl CLI error
...
Error from server (NotFound): pods "deployment" not found
2019-03-15 11:50:31 +01:00
djalal
a4e50f6c6f
fix dead links
...
see https://blog.containo.us/traefik-1-7-yet-another-slice-of-awesomeness-2a9c99737889
2019-03-15 11:22:58 +01:00
djalal
a85266c44c
tiny wording
...
thx :)
2019-03-15 10:33:56 +01:00
djalal
5977b11f33
better compat when decoding base64
2019-03-14 19:32:37 +01:00
djalal
3351cf2d13
fix macos compat
...
command on macos fails with : "base64: invalid option -- d"
2019-03-12 20:38:56 +01:00
djalal
facb5997b7
fix wording
2019-03-12 20:27:38 +01:00
djalal
2cff684e79
☸️ fix dead link
2019-03-10 21:23:06 +01:00
Jerome Petazzoni
304faff96b
Add template _redirects file to save time
2019-03-10 10:20:19 -05:00
Jerome Petazzoni
852135df9a
use proper product name
2019-03-10 06:02:59 -05:00
Jerome Petazzoni
9b4413f332
Mention kubernetes/kubernetes#67573
2019-03-06 03:01:51 -06:00
Jerome Petazzoni
e5a7e15ef8
Add PyCon
2019-03-05 07:25:40 -06:00
Jerome Petazzoni
52be1aa464
Fix QCON London date
2019-03-05 06:27:39 -06:00
Jerome Petazzoni
6a644e53e0
Add QCON slides
2019-03-03 01:44:38 -06:00
Jerome Petazzoni
3f8ec37225
Bump versions
2019-03-03 01:28:18 -06:00
Jerome Petazzoni
c9b85650cb
Add Dockerfile and Compose file to build slides
...
Fixes #426
2019-03-01 19:43:53 -06:00
Jerome Petazzoni
964057cd52
Add troubleshooting instructions to Helm exercise
...
When following all the instructions, the Helm Chart that
we create is buggy, and the app shows up but with a zero
hash rate. This explains why, and how to fix it.
Fixes #432
2019-03-01 19:04:39 -06:00
Romain Dégez
da13946ba0
Update helm.md: "helm list" after "helm install"
...
Execute helm list after helm install to display installed charts and associated infos.
2019-03-01 18:46:47 -06:00
Jérôme Petazzoni
f6d154cb84
Merge pull request #427 from diegoquintanav/patch-5
...
Add information about `.dockerignore`
2019-03-02 01:23:37 +01:00
Jérôme Petazzoni
1657503da1
Merge pull request #407 from jpetazzo/static-pods
...
Add a section about static pods
2019-03-02 01:21:16 +01:00
Jérôme Petazzoni
af8441912e
Merge pull request #434 from soulshake/aj-update-workshop-page
...
Indicate rescheduled workshops; specify that slides are in English
2019-02-27 22:03:29 +01:00
AJ Bowen
e16c1d982a
Add a note to specify that slides are always in English
2019-02-27 12:56:13 -08:00
AJ Bowen
1fb0ec7580
Keep the attend URL handy to facilitate future updates
2019-02-27 12:30:23 -08:00
AJ Bowen
ad80914000
Also display 'status' for past events if there is no 'slides' field and 'status' field is present
2019-02-27 12:25:26 -08:00
AJ Bowen
d877844a5e
Add 'status' yaml field; only display 'slides' link if slides field is present; only display 'attend' link if attend field is present
2019-02-27 12:21:39 -08:00
Joep van Delft
195c08cb91
typo correction
2019-02-27 14:09:25 -06:00
AJ Bowen
8a3dad3206
Indicate rescheduled workshops; specify that slides are in English
2019-02-27 11:27:25 -08:00
djalal
8753279603
use HTTPS when possible
2019-02-17 14:49:31 +01:00
djalal
b8f8ffa07d
tie pow 0:)
2019-02-13 11:19:09 +01:00
djalal
4f2ecb0f4a
"sall" typo (sic)
2019-02-13 11:16:42 +01:00
djalal
662b3a47a0
use official URL for compose upgrade
2019-02-13 11:14:31 +01:00
djalal
8325dcc6a0
clarify product name
2019-02-13 11:13:06 +01:00
djalal
42c1a93d5f
reflect official product name
2019-02-13 11:10:03 +01:00
djalal
8d1737c2b3
reflect latest stable versions
...
ATTN: coupled with YAML files in "prepare-vms/settings" folder
2019-02-13 11:07:00 +01:00