From d18e363e89f4c9346f4ea3e3e2db0c039aede4b8 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Tue, 13 Feb 2018 10:23:50 -0800 Subject: [PATCH] Increase min version, because YAML has been changed to apps/v1. (#7385) --- .../run-application/run-stateless-application-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/run-application/run-stateless-application-deployment.md b/docs/tasks/run-application/run-stateless-application-deployment.md index 8b4a110160..1c40b88f0e 100644 --- a/docs/tasks/run-application/run-stateless-application-deployment.md +++ b/docs/tasks/run-application/run-stateless-application-deployment.md @@ -1,6 +1,6 @@ --- title: Run a Stateless Application Using a Deployment -min-kubernetes-server-version: v1.8 +min-kubernetes-server-version: v1.9 --- {% capture overview %}