Commit Graph

77 Commits

Author SHA1 Message Date
Sarah Franc 3197a9c072 [doc] fix README 2023-04-05 17:32:34 +02:00
Sarah Franc 2692195a3c [doc] update the doc 2022-10-12 18:30:09 +02:00
Sarah Franc 624e836a98 [service] update Ingress syntax 2022-10-12 18:26:36 +02:00
Sarah Franc 8428495057 [doc] update the doc 2022-10-12 18:26:03 +02:00
Jawad Seddar 5da6e50992 Fix CircleCI 2022-10-12 14:03:19 +02:00
Sarah Franc af5e223427 [doc] update the doc 2022-10-12 13:55:23 +02:00
Nedko Hristov c87de40c6e
Update batch apiVersion to v1 (#68)
`batch/v1beta` will be deprecated soon (unavailable in v1.25+) so moving to `batch/v1`
2022-10-12 09:20:08 +02:00
Thomas Lambert 02165b5e9f
add note on --vm=true for mac users (#67)
* add note on --vm=true for mac users
2021-06-01 15:49:55 +02:00
Jawad Seddar 843e542937
Log collection example for sidecar containers (#64)
* Log collection example for sidecar containers

* Add service and update readme

* Update 16-sidecar-containers/README.md

Co-authored-by: Matthieu Dumont <5095856+Jerska@users.noreply.github.com>
2020-11-12 16:37:35 +01:00
José-Paul D 10b545a97d
doc(ingress): add link to the rewrite-target doc (#63) 2020-11-12 15:52:27 +01:00
Vincent Camus 400f5c94ea
fix(14): kind api version (#62)
I got this error without the change:

$ ~/go/bin/kind create cluster --config 14-pdb/kind.yml
ERROR: failed to create cluster: unknown apiVersion: kind.sigs.k8s.io/v1alpha3
2020-11-12 15:46:26 +01:00
Jawad Seddar bf9f5ff60e
Fix node version in CircleCI (#65) 2020-11-12 15:43:30 +01:00
Xavier Grand 17f20eeabe
Fix kubectl exec (#61)
Error:
```
$> kubectl exec -ti redis-with-volume-secrets /bin/bash
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead.
error: unable to upgrade connection: container not found ("redis")
```
2020-11-12 13:34:44 +01:00
Jérôme Schneider 600aaa77ae
Updated simpleservice from 0.4 to 0.5 (0.4 is missing /info) (#60) 2020-01-30 11:00:40 +01:00
Samuel Vaillant b203b3be92
fix(probes): http -> tcp (#56) 2020-01-29 16:53:59 +01:00
antoinegauvain a5b4383297
Various fixes (#57)
* fix: fix internal service filename in 08-service section

* fix: typo

* fix: fix markdownlint in CI

* fix: typo

* fix: typo

* fix: `environment variables`, not `environmental`

* fix: typo & missing punctuation

* fix: `much` not `many`

* fix: `lets` not `let's`

* fix: typo

* fix: typo

* fix: phrasing

* fix: typo

* fix: typo

* fix: mysql operator manifest api version

got this error while trying to run it as is:

error: unable to recognize "20-operators/01-mysql-operator.yml": no matches for
kind "Deployment" in version "apps/v1beta1"

* fix: spelling
2020-01-29 16:41:07 +01:00
Rémy-Christophe Schermesser 67f4216fd4
fix: good practices links (#52) 2019-06-05 17:56:09 +02:00
Rémy-Christophe Schermesser e2b18d2d84
feat: add operators (#50) 2019-05-24 12:08:28 +02:00
Rémy-Christophe Schermesser d2aeef5b3c
fix(resources): add explanation on error message (#51) 2019-05-24 10:35:30 +02:00
Rémy-Christophe Schermesser e8470e9d4f
fix: fix services names (#49) 2019-05-23 14:11:41 +02:00
Samuel Bodin 13dc122c47 docs(stateful-sets): fix folder name (#48) 2019-05-23 14:03:02 +02:00
Benjamin Baron 2d64230e0e Update README.md (#45) 2019-05-23 11:43:02 +02:00
Thomas Paulmyer 11046b6c63 remove wrong directory in kubectl apply examples in volumes (#47) 2019-05-23 11:42:47 +02:00
Matthieu Dumont 88e0969d44 chore(affinity): fix typo (#46) 2019-05-23 11:41:31 +02:00
Thomas Paulmyer 2febb7e513 fix sidecar manifest (#44) 2019-05-23 11:13:32 +02:00
Benjamin Baron cad8e32ffe fix typos (#42) 2019-05-23 10:47:53 +02:00
Rémy-Christophe Schermesser 013692af32
fix(resources): typo (#43) 2019-05-23 10:47:25 +02:00
Benjamin Baron 5ebea66c4d Add how to look up the secrets in both cases (#41)
* Add how to look up the secrets in both cases

* Update README.md

* lint
2019-05-23 10:46:29 +02:00
Jawad Seddar 11e01e9190 Fix exit not found error in readiness probe manifest (#40) 2019-05-23 10:12:28 +02:00
Jawad Seddar bbaa7280b9 Fix exit not found error in liveness probe manifest (#38) 2019-05-23 10:04:46 +02:00
Rémy-Christophe Schermesser 6f6bb36d3e
fix: readme for kubectl (#39) 2019-05-23 10:00:57 +02:00
Rémy-Christophe Schermesser 9e1eaae3b4
fix: simpleservice endpoints (#37) 2019-05-23 09:54:22 +02:00
Rémy-Christophe Schermesser 705e476adf
fix: add kubectl in installation (#35) 2019-05-22 18:52:00 +02:00
Rémy-Christophe Schermesser ba385b1be5
feat: add hadolint (#34) 2019-05-21 17:28:12 +02:00
Rémy-Christophe Schermesser 5e086e11ed
feat: add controllers (#33) 2019-05-21 16:42:00 +02:00
Rémy-Christophe Schermesser 348d5f2bd6
chore: cleanup md, remove empty sections (#32) 2019-05-21 14:50:00 +02:00
Rémy-Christophe Schermesser 9b721db650
feat(statefulset): improve the readme (#31) 2019-05-21 14:36:40 +02:00
Rémy-Christophe Schermesser 207b07d116
feat: add other topics (#30) 2019-05-21 14:17:28 +02:00
Rémy-Christophe Schermesser 12a3b155ef
fix: readme for minikube (#29) 2019-05-21 11:15:23 +02:00
Rémy-Christophe Schermesser 3c5b855dc4
fix: use sh in md (#28) 2019-05-21 11:10:59 +02:00
Rémy-Christophe Schermesser cfa5d4e104
fix: use yml in markdown (#27) 2019-05-21 11:09:13 +02:00
Rémy-Christophe Schermesser a618a76282
fix: add exercices on vpa (#26) 2019-05-21 11:06:49 +02:00
Rémy-Christophe Schermesser 94786096ab
chore: Kubernetes not k8s or kubernetes (#25) 2019-05-20 19:17:56 +02:00
Rémy-Christophe Schermesser c3e9b6399c
feat(resources): add examples (#24) 2019-05-20 19:09:36 +02:00
Sarah Dayan 69f8a2c03f fix: amend content (#14) 2019-05-20 16:53:34 +02:00
Rémy-Christophe Schermesser 83a374193f
feat: add hpa-vpa (#23) 2019-05-20 11:53:33 +02:00
Rémy-Christophe Schermesser 8d30971869
fix(volumes): fix typos in volumes (#22) 2019-05-17 17:33:49 +02:00
Rémy-Christophe Schermesser ba8acc5034
chore: add ci (#21) 2019-05-15 14:32:43 +02:00
Rémy-Christophe Schermesser 813a7787c1
chore: lint yaml (#19) 2019-05-14 18:04:12 +02:00
Rémy-Christophe Schermesser 30e82a16da
feat: add sidecars (#20) 2019-05-14 17:56:47 +02:00