Don't check Kubernetes version for using Service API

All supported Kubernetes versions let you access Services within your
cluster, so there is no special need to check what version you're running.
This commit is contained in:
Tim Bannister 2022-10-22 00:32:12 +01:00
parent b2f830f5be
commit 9584f1d807
No known key found for this signature in database
GPG Key ID: 1E76582C4F66FA48
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ provides load balancing for an application that has two running instances.
## {{% heading "prerequisites" %}}
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
{{< include "task-tutorial-prereqs.md" >}}