Skip to content

Commit 714c618

Browse files
committed
docs: clarify tags_set usage
Mention that tags are passed to the scheduler.
1 parent 4851192 commit 714c618

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/deis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,8 +1495,8 @@ def tags_set(self, args):
14951495
"""
14961496
Sets tags for an application.
14971497
1498-
A tag is a key/value pair used to tag an application's containers.
1499-
This is often used to restrict workloads to specific hosts.
1498+
A tag is a key/value pair used to tag an application's containers and is passed to the scheduler.
1499+
This is often used to restrict workloads to specific hosts matching the scheduler-configured metadata.
15001500
15011501
Usage: deis tags:set [options] <key>=<value>...
15021502

0 commit comments

Comments
 (0)