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:
parent
b2f830f5be
commit
9584f1d807
|
|
@ -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" >}}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue