From d69d41248cde685a41809ddb9d881e2b0d24232e Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 10 Dec 2021 10:09:09 +0100 Subject: [PATCH] Copy k8s troubleshooting guide to k8s section --- sections/devops.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sections/devops.md b/sections/devops.md index 39b5c71..386333b 100644 --- a/sections/devops.md +++ b/sections/devops.md @@ -1093,7 +1093,8 @@ curl --user username:password -X POST -F "jenkinsfile= Tips * [diegolnasc/kubernetes-best-practices](https://github.com/diegolnasc/kubernetes-best-practices) - A cookbook with the best practices to working with kubernetes. * [Kubernetes Docs](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) - kubectl Cheat Sheet