Skip to content

Instantly share code, notes, and snippets.

@arcolife
Created April 24, 2017 13:56
Show Gist options
  • Select an option

  • Save arcolife/07ed204419a35f0fe1a255734f211445 to your computer and use it in GitHub Desktop.

Select an option

Save arcolife/07ed204419a35f0fe1a255734f211445 to your computer and use it in GitHub Desktop.
openshift image stream labels example
[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