Jerome Petazzoni
a5d857edd4
✂️ Simplify Consul YAML a tiny bit
2021-04-09 15:26:27 +02:00
Jerome Petazzoni
25d6073b17
✂️ Remove unused annotations (they're confusing)
2021-04-09 13:46:52 +02:00
Jerome Petazzoni
f3eb9ce12f
👀 Review + improve OpenEBS content
2021-04-09 12:51:38 +02:00
Anton Weiss
b1adca025d
Add openebs tutorial
2021-02-24 12:26:44 +02:00
Jerome Petazzoni
17c5f6de01
Add cert-manager section
2020-11-15 19:29:35 +01:00
Jerome Petazzoni
556dbb965c
Add networking.k8s.io permissions to Traefik v2
2020-11-15 18:44:17 +01:00
Jerome Petazzoni
2ab06c6dfd
Add events section
2020-11-11 20:51:33 +01:00
Jerome Petazzoni
bf28dff816
Add HPA v2 content using Prometheus Adapter
2020-10-30 17:55:46 +01:00
Jerome Petazzoni
0553a1ba8b
Add chapter on Kyverno
2020-10-28 00:00:32 +01:00
Jerome Petazzoni
69d084e04a
Update PSP (runtime/default instead of docker/default)
2020-10-20 22:11:26 +02:00
Jerome Petazzoni
1300d76890
Update dashboard content
2020-10-20 21:19:08 +02:00
Jerome Petazzoni
c1020f24b1
Add Ingress TLS chapter
2020-09-15 17:44:05 +02:00
Jerome Petazzoni
07457af6f7
Update Consul section
2020-09-11 22:30:18 +02:00
Jerome Petazzoni
7d96562042
Minor updates after LKE testing
2020-08-12 19:22:57 +02:00
Jerome Petazzoni
8146c4dabe
Add CRD that I had forgotten
2020-07-01 18:15:33 +02:00
Jerome Petazzoni
17aea33beb
Add config for Traefik v2
2020-07-01 18:15:23 +02:00
Jerome Petazzoni
9770f81a1c
Update DaemonSet in filebeat example to apps/v1
2020-07-01 16:55:48 +02:00
Jerome Petazzoni
0cb9095303
Fix up CRDs and add better openapiv3 schema validation
2020-07-01 16:53:51 +02:00
Jerome Petazzoni
ffded8469b
Clean up socat deployment (even if we don't use it anymore)
2020-07-01 16:10:40 +02:00
Jerome Petazzoni
b9743a5f8c
Simplify Portworx setup and update it for k8s 1.18
2020-06-01 14:41:25 +02:00
Jérôme Petazzoni
3f088236a4
Merge pull request #557 from barpilot/psp
...
psp: update deprecated parts
2020-05-03 17:07:41 +02:00
Jerome Petazzoni
ce4e2ffe46
Add sleep command in init container example
...
It can be tricky to illustrate what's going on here, since installing
git and cloning the repo can be so fast. So we're sleeping a few seconds
to help with this demo and make it easier to show the race condition.
2020-05-03 17:01:59 +02:00
Jerome Petazzoni
efdcf4905d
Bump up Kubernetes dashboard to 2.0.0
2020-05-03 16:01:19 +02:00
Jérôme Petazzoni
bdb57c05b4
Merge pull request #550 from BretFisher/patch-20
...
update k8s dashboard versions
2020-05-03 15:55:15 +02:00
Jerome Petazzoni
af0762a0a2
Remove ':' from file names
...
Colons are not allowed in file names on Windows. Let's use
something else instead.
(Initially reported by @DenisBalan. This closes #549.)
2020-05-03 15:49:37 +02:00
Guilhem Lettron
7402c8e6a8
psp: update psp apiVersion to policy/v1beta1
2020-04-29 22:46:33 +02:00
Bret Fisher
2ce50007d2
update k8s dashboard versions
2020-03-16 17:57:41 -04: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
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
ed5009c769
Tweaks after Caen
2020-01-30 14:44:44 -06:00
Jerome Petazzoni
a32df01165
Revamp operator example
...
Use Elastic Cloud for Kubernetes instead of the
UPMC Enterprises operator.
2020-01-19 11:32:04 -06:00
Jerome Petazzoni
ba323cb4e6
Update Portworx
2020-01-18 12:06:04 -06:00
Jerome Petazzoni
db276af182
Update Consul
...
Bump up Consul version to 1.6.
Change persistent consul demo; instead of a separate namespace,
use a different label. This way, the two manifests can be more
similar; and this simplifies the demo flow.
2020-01-18 11:33:02 -06:00
Jerome Petazzoni
87462939d9
Update dashboard to version 2.0
2020-01-18 11:12:33 -06:00
Jerome Petazzoni
7d6ab6974d
Big autopilot update
...
'keys' does not handle special keys (like ^J) anymore.
Instead, we should use `key`, which will pass its entire
argument to tmux, without any processing. It is therefore
possible to do something like:
```key ^C```
Or
```key Escape```
Most (if not all) calls to special keys have been
converted to use 'key' instead of 'keys'.
Action ```copypaste``` has been deprecated in favor
of three separate actions:
```copy REGEX``` (searches the regex in the active pane,
and if found, places it in an internal clipboard)
```paste``` (inserts the content of the clipboard as
keystrokes)
```check``` (forces a status check)
Also, a 'tmux' command has been added. It allows to
do stuff like:
```tmux split-pane -v```
2020-01-18 09:49:18 -06:00
Jerome Petazzoni
3e9a939578
Add traffic split / canary for Traefik
2020-01-17 17:07:43 -06:00
Jerome Petazzoni
6d01a9d813
Add commands to prep portworx; make postgresql work on PKS
2019-11-19 07:40:01 -06:00
Jerome Petazzoni
cb81469170
Move storage class to portworx manifest
2019-11-19 06:58:49 -06:00
Jerome Petazzoni
7addacef22
Pin HAProxy to v1
2019-11-12 01:47:36 -06:00
Jerome Petazzoni
ed27ad1d1e
Expand volume section
2019-11-11 00:59:39 -06:00
Jerome Petazzoni
c15aa708df
Put random values in Ingress
2019-11-11 00:25:50 -06:00
Jerome Petazzoni
7444f8d71e
Add cronjobs and YAML catch up instructions
2019-11-01 22:46:43 -05:00
Jerome Petazzoni
eb2e74f236
Adjust apiVersion for k8s 1.16
2019-09-23 08:53:38 -05:00
Jerome Petazzoni
169d850fc7
bump apiversion for 1.16
2019-09-23 08:30:28 -05:00
Bret Fisher
f3622d98fe
fixing uppercase K in yaml for static pods
2019-09-13 16:49:47 -04:00
Jerome Petazzoni
ace911a208
Restore ingress YAML template
2019-08-23 04:45:37 -05:00
Jerome Petazzoni
34fca341bc
Bump k8s YAML versions
2019-08-13 08:05:39 -05:00
Jerome Petazzoni
f809faadb9
Merge YAML files to master branch
...
I'd like to use these YAML files without having to tell people
to explicitly check a specific branch. So I'm merging the YAML
files right away. I'm not merging the Markdown content so that
it can be reviewed further.
2019-06-02 19:39:09 -05:00
Jérôme Petazzoni
7b8370dc12
Merge branch 'master' into user-certificates
2019-05-26 04:38:01 +02:00
Jérôme Petazzoni
84b691a89d
Merge branch 'master' into pod-security-policy
2019-05-26 03:59:06 +02:00