We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9689311 + 714c618 commit bfe8832Copy full SHA for bfe8832
1 file changed
client/deis.py
@@ -1495,8 +1495,8 @@ def tags_set(self, args):
1495
"""
1496
Sets tags for an application.
1497
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.
+ A tag is a key/value pair used to tag an application's containers and is passed to the scheduler.
+ This is often used to restrict workloads to specific hosts matching the scheduler-configured metadata.
1500
1501
Usage: deis tags:set [options] <key>=<value>...
1502
0 commit comments