From 687bad10fce66cddeb2607ecdaa78bdc572829c8 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Tue, 16 Jun 2020 22:48:07 +0200 Subject: [PATCH] Tweak content --- slides/2.yml | 4 ++-- slides/k8s/batch-jobs.md | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/slides/2.yml b/slides/2.yml index 94299417..f929510f 100644 --- a/slides/2.yml +++ b/slides/2.yml @@ -45,7 +45,6 @@ content: - k8s/ourapponkube.md #- k8s/exercise-wordsmith.md - - - k8s/batch-jobs.md - k8s/labels-annotations.md - k8s/kubectl-logs.md - k8s/logs-cli.md @@ -57,7 +56,7 @@ content: - #- k8s/dryrun.md - k8s/rollout.md - - k8s/record.md + #- k8s/record.md - k8s/healthchecks.md #- k8s/healthchecks-more.md - k8s/setup-overview.md @@ -77,6 +76,7 @@ content: #- k8s/build-with-docker.md #- k8s/build-with-kaniko.md - k8s/configuration.md + - k8s/batch-jobs.md #- k8s/logs-centralized.md #- k8s/prometheus.md #- k8s/statefulsets.md diff --git a/slides/k8s/batch-jobs.md b/slides/k8s/batch-jobs.md index c8b765ed..4a86b7cb 100644 --- a/slides/k8s/batch-jobs.md +++ b/slides/k8s/batch-jobs.md @@ -186,8 +186,6 @@ class: extra-details - If we write these manifests ourselves, we can use all features and options -- We'll see later how to do that! - ??? :EN:- Running batch and cron jobs