Created
April 24, 2017 13:56
-
-
Save arcolife/07ed204419a35f0fe1a255734f211445 to your computer and use it in GitHub Desktop.
openshift image stream labels example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@openshift-master openshift_scalability]# oc get is --show-labels | |
| NAME DOCKER REPO TAGS UPDATED LABELS | |
| my_test_image 70.30.60.158:5000/default/my_test_image latest About an hour ago <none> | |
| registry-console 70.30.60.158:5000/default/registry-console 3.4 13 days ago app=registry-console,createdBy=registry-console-template | |
| [root@openshift-master openshift_scalability]# oc edit is my_test_image | |
| imagestream "my_test_image" edited | |
| [root@openshift-master openshift_scalability]# oc get is --show-labels | |
| NAME DOCKER REPO TAGS UPDATED LABELS | |
| my_test_image 70.30.60.158:5000/default/my_test_image latest About an hour ago foo=bar | |
| registry-console 70.30.60.158:5000/default/registry-console 3.4 13 days ago app=registry-console,createdBy=registry-console-template |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment