cli reference: remove handling of kubernetes orchestrator

Support for "docker stack deploy" using kubernetes as orchestrator has
been deprecated and removed, so removing this part of the template.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-01-09 11:41:45 +01:00
parent 0f35683784
commit f2e6257350
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 0 additions and 5 deletions

View File

@ -67,11 +67,6 @@ your client and daemon API versions.
<span class="badge badge-info" data-toggle="tooltip" data-placement="right" title="This command works with the Swarm orchestrator.">Swarm</span> This command works with the Swarm orchestrator.
{% endif %}
{% if controller_data.kubernetes %}
<span class="badge badge-info" data-toggle="tooltip" data-placement="right" title="This command works with the Kubernetes orchestrator.">Kubernetes</span> This command works with the Kubernetes orchestrator.
{% endif %}
{% endcapture %}{{ command-orchestrator }}