mirror of https://github.com/docker/docs.git
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:
parent
0f35683784
commit
f2e6257350
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue