Skip to content

Commit

Permalink
Revise version requirements (kubernetes#18688)
Browse files Browse the repository at this point in the history
Assume that the reader is running a version of Kubernetes that supports
the Secret resource.
  • Loading branch information
sftim authored and wawa0210 committed Mar 2, 2020
1 parent 5f2f41f commit 9862ff2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Distribute Credentials Securely Using Secrets
content_template: templates/task
weight: 50
min-kubernetes-server-version: v1.6
---

{{% capture overview %}}
Expand All @@ -11,7 +12,7 @@ encryption keys, into Pods.

{{% capture prerequisites %}}

{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
{{< include "task-tutorial-prereqs.md" >}}

{{% /capture %}}

Expand Down

0 comments on commit 9862ff2

Please sign in to comment.