Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created January 11, 2019 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/c277b4bec27930dbf3ce361683945730 to your computer and use it in GitHub Desktop.
Save jcrossley3/c277b4bec27930dbf3ce361683945730 to your computer and use it in GitHub Desktop.
knative install demo
[jim@localhost knative-operators]$ export KUBE_SSH_USER=ec2-user
[jim@localhost knative-operators]$ export KUBE_SSH_KEY=~/.ssh/ocp-workshop.pem
[jim@localhost knative-operators]$ ./etc/scripts/install.sh
WARNING: This script will blindly attempt to install OLM, istio, and knative
on your OpenShift cluster, so if any are already there, hijinks may ensue.
If your cluster isn't minishift, ensure $KUBE_SSH_KEY and $KUBE_SSH_USER are set
Pass -q to disable this warning
Enter to continue or Ctrl-C to exit:
+++ dirname ./etc/scripts/install.sh
++ cd ./etc/scripts
++ pwd
+ DIR=/home/jim/src/operators/knative-operators/etc/scripts
+ source /home/jim/src/operators/knative-operators/etc/scripts/installation-functions.sh
++ KNATIVE_SERVING_VERSION=v0.2.2
++ KNATIVE_BUILD_VERSION=v0.2.0
++ KNATIVE_EVENTING_VERSION=v0.2.1
++++ dirname /home/jim/src/operators/knative-operators/etc/scripts/installation-functions.sh
+++ cd /home/jim/src/operators/knative-operators/etc/scripts
+++ pwd
++ INSTALL_SCRIPT_DIR=/home/jim/src/operators/knative-operators/etc/scripts
+ enable_admission_webhooks
+ check_minishift
+ KUBE_SSH_USER=ec2-user
++ grep server
++ awk -F// '{print $2}'
++ oc config view --minify
++ awk -F: '{print $1}'
+ API_SERVER=master.knative-da6a.openshiftworkshop.com
+ ssh ec2-user@master.knative-da6a.openshiftworkshop.com -i /home/jim/.ssh/ocp-workshop.pem /bin/bash
2
2
+ '[' 0 == 0 ']'
+ oc status
In project default on server https://master.knative-da6a.openshiftworkshop.com:443
https://docker-registry-default.apps.knative-da6a.openshiftworkshop.com (passthrough) (svc/docker-registry)
dc/docker-registry deploys registry.redhat.io/openshift3/ose-docker-registry:v3.11.59
deployment #1 deployed 9 hours ago - 1 pod
svc/kubernetes - 172.30.0.1 ports 443, 53->8053, 53->8053
https://registry-console-default.apps.knative-da6a.openshiftworkshop.com (passthrough) (svc/registry-console)
dc/registry-console deploys registry.redhat.io/openshift3/registry-console:v3.11.59
deployment #1 deployed 9 hours ago - 1 pod
svc/router - 172.30.83.161 ports 80, 443, 1936
dc/router deploys registry.redhat.io/openshift3/ose-haproxy-router:v3.11.59
deployment #2 deployed 9 hours ago - 1 pod
deployment #1 deployed 9 hours ago
dc/logging-eventrouter deploys registry.redhat.io/openshift3/ose-logging-eventrouter:v3.11.59
deployment #1 deployed 9 hours ago - 1 pod
2 infos identified, use 'oc status --suggest' to see details.
+ install_olm
+ oc get ns operator-lifecycle-manager
NAME STATUS AGE
operator-lifecycle-manager Active 8h
+ oc scale -n operator-lifecycle-manager --replicas=0 deployment/catalog-operator
deployment.extensions/catalog-operator scaled
+ oc scale -n operator-lifecycle-manager --replicas=0 deployment/olm-operator
deployment.extensions/olm-operator scaled
+ local ROOT_DIR=/home/jim/src/operators/knative-operators/etc/scripts/../..
+ local REPO_DIR=/home/jim/src/operators/knative-operators/etc/scripts/../../.repos
+ local OLM_DIR=/home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm
+ mkdir -p /home/jim/src/operators/knative-operators/etc/scripts/../../.repos
+ rm -rf /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm
+ git clone https://github.com/operator-framework/operator-lifecycle-manager /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm
Cloning into '/home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm'...
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 23382 (delta 2), reused 4 (delta 1), pack-reused 23373
Receiving objects: 100% (23382/23382), 13.95 MiB | 3.46 MiB/s, done.
Resolving deltas: 100% (13445/13445), done.
+ for i in "$OLM_DIR"/deploy/okd/manifests/latest/*.crd.yaml
+ oc apply -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_02-clusterserviceversion.crd.yaml
Warning: oc apply should be used on resource created by either oc create --save-config or oc apply
customresourcedefinition.apiextensions.k8s.io/clusterserviceversions.operators.coreos.com configured
+ for i in "$OLM_DIR"/deploy/okd/manifests/latest/*.crd.yaml
+ oc apply -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_03-installplan.crd.yaml
Warning: oc apply should be used on resource created by either oc create --save-config or oc apply
customresourcedefinition.apiextensions.k8s.io/installplans.operators.coreos.com configured
+ for i in "$OLM_DIR"/deploy/okd/manifests/latest/*.crd.yaml
+ oc apply -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_04-subscription.crd.yaml
Warning: oc apply should be used on resource created by either oc create --save-config or oc apply
customresourcedefinition.apiextensions.k8s.io/subscriptions.operators.coreos.com configured
+ for i in "$OLM_DIR"/deploy/okd/manifests/latest/*.crd.yaml
+ oc apply -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_05-catalogsource.crd.yaml
Warning: oc apply should be used on resource created by either oc create --save-config or oc apply
customresourcedefinition.apiextensions.k8s.io/catalogsources.operators.coreos.com configured
+ for i in "$OLM_DIR"/deploy/okd/manifests/latest/*.crd.yaml
+ oc apply -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_13-operatorgroup.crd.yaml
customresourcedefinition.apiextensions.k8s.io/operatorgroups.operators.coreos.com created
++ find /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/ -type f '!' -name '*crd.yaml'
++ sort
+ for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort)
+ oc create -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_00-namespace.yaml
namespace/openshift-operator-lifecycle-manager created
namespace/openshift-operators created
+ for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort)
+ oc create -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_01-olm-operator.serviceaccount.yaml
serviceaccount/olm-operator-serviceaccount created
clusterrolebinding.rbac.authorization.k8s.io/olm-operator-binding-openshift-operator-lifecycle-manager created
Error from server (AlreadyExists): error when creating "/home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_01-olm-operator.serviceaccount.yaml": clusterroles.rbac.authorization.k8s.io "system:controller:operator-lifecycle-manager" already exists
+ for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort)
+ oc create -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_06-rh-operators.configmap.yaml
configmap/rh-operators created
+ for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort)
+ oc create -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_09-rh-operators.catalogsource.yaml
catalogsource.operators.coreos.com/rh-operators created
+ for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort)
+ oc create -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_10-olm-operator.deployment.yaml
deployment.apps/olm-operator created
+ for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort)
+ oc create -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_11-catalog-operator.deployment.yaml
deployment.apps/catalog-operator created
+ for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort)
+ oc create -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_12-aggregated.clusterrole.yaml
Error from server (AlreadyExists): error when creating "/home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_12-aggregated.clusterrole.yaml": clusterroles.rbac.authorization.k8s.io "aggregate-olm-edit" already exists
Error from server (AlreadyExists): error when creating "/home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_12-aggregated.clusterrole.yaml": clusterroles.rbac.authorization.k8s.io "aggregate-olm-view" already exists
+ for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort)
+ oc create -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_14-olm-operators.configmap.yaml
configmap/olm-operators created
+ for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort)
+ oc create -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_15-olm-operators.catalogsource.yaml
catalogsource.operators.coreos.com/olm-operators created
+ for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort)
+ oc create -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_16-operatorgroup-default.yaml
operatorgroup.operators.coreos.com/global-operators created
+ for i in $(find "$OLM_DIR/deploy/okd/manifests/latest/" -type f ! -name "*crd.yaml" | sort)
+ oc create -f /home/jim/src/operators/knative-operators/etc/scripts/../../.repos/olm/deploy/okd/manifests/latest/0000_30_17-packageserver.subscription.yaml
subscription.operators.coreos.com/packageserver created
+ wait_for_all_pods openshift-operator-lifecycle-manager
+ timeout 300 'oc get pods -n openshift-operator-lifecycle-manager 2>&1 | grep -v -E '\''(Running|Completed|STATUS)'\'''
+ SECONDS=0
+ TIMEOUT=300
+ shift
+ eval oc get pods -n openshift-operator-lifecycle-manager '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ grep -v -E '(Running|Completed|STATUS)'
++ oc get pods -n openshift-operator-lifecycle-manager
catalog-operator-5c5d564744-rwnjb 0/1 ContainerCreating 0 5s
olm-operator-55f95dbcb6-rxpfl 0/1 ContainerCreating 0 6s
+ sleep 5
+ [[ 6 -gt 300 ]]
+ eval oc get pods -n openshift-operator-lifecycle-manager '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n openshift-operator-lifecycle-manager
++ grep -v -E '(Running|Completed|STATUS)'
+ oc adm policy add-cluster-role-to-user cluster-admin system:serviceaccount:kube-system:default
cluster role "cluster-admin" added: "system:serviceaccount:kube-system:default"
+ oc apply -f /home/jim/src/operators/knative-operators/etc/scripts/../../knative-operators.catalogsource.yaml
configmap/knative-operators created
catalogsource.operators.coreos.com/knative-operators created
+ oc apply -f /home/jim/src/operators/knative-operators/etc/scripts/../../maistra-operators.catalogsource.yaml
configmap/maistra-operators created
catalogsource.operators.coreos.com/maistra-operators created
+ install_istio
+ oc create ns istio-operator
namespace/istio-operator created
+ cat
+ oc apply -f -
subscription.operators.coreos.com/maistra created
operatorgroup.operators.coreos.com/istio-operator created
+ wait_for_all_pods istio-operator
+ timeout 300 'oc get pods -n istio-operator 2>&1 | grep -v -E '\''(Running|Completed|STATUS)'\'''
+ SECONDS=0
+ TIMEOUT=300
+ shift
+ eval oc get pods -n istio-operator '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ grep -v -E '(Running|Completed|STATUS)'
++ oc get pods -n istio-operator
No resources found.
+ sleep 5
+ [[ 5 -gt 300 ]]
+ eval oc get pods -n istio-operator '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n istio-operator
++ grep -v -E '(Running|Completed|STATUS)'
istio-operator-5799b9967b-rgl92 0/1 ContainerCreating 0 3s
+ sleep 5
+ [[ 11 -gt 300 ]]
+ eval oc get pods -n istio-operator '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n istio-operator
++ grep -v -E '(Running|Completed|STATUS)'
istio-operator-5799b9967b-rgl92 0/1 ContainerCreating 0 8s
+ sleep 5
+ [[ 17 -gt 300 ]]
+ eval oc get pods -n istio-operator '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n istio-operator
++ grep -v -E '(Running|Completed|STATUS)'
+ cat
+ oc apply -f -
installation.istio.openshift.com/istio-installation created
+ timeout 900 'oc get pods -n istio-system && [[ $(oc get pods -n istio-system | grep openshift-ansible-istio-installer | grep -c Completed) -eq 0 ]]'
+ SECONDS=0
+ TIMEOUT=900
+ shift
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 0/1 ContainerCreating 0 0s
+++ oc get pods -n istio-system
+++ grep -c Completed
+++ grep openshift-ansible-istio-installer
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 6 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 0/1 ContainerCreating 0 6s
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 12 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 0/1 ContainerCreating 0 13s
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 18 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 0/1 ContainerCreating 0 19s
+++ oc get pods -n istio-system
+++ grep -c Completed
+++ grep openshift-ansible-istio-installer
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 25 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 0/1 ContainerCreating 0 25s
+++ oc get pods -n istio-system
+++ grep -c Completed
+++ grep openshift-ansible-istio-installer
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 31 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 31s
+++ oc get pods -n istio-system
+++ grep -c Completed
+++ grep openshift-ansible-istio-installer
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 37 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 38s
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 43 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 44s
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 50 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 50s
+++ grep -c Completed
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 56 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 56s
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 62 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 1m
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 68 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 1m
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 75 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 1m
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 81 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 1m
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 87 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
istio-citadel-746c765786-p54ns 0/1 ContainerCreating 0 7s
istio-egressgateway-7b46794587-9qkf2 0/1 ContainerCreating 0 7s
istio-galley-75c6976d79-zbkcd 0/1 ContainerCreating 0 7s
istio-ingressgateway-57f76dc4db-9xhqv 0/1 ContainerCreating 0 7s
istio-pilot-6cc98b7955-8g8jr 0/2 ContainerCreating 0 7s
istio-policy-6677c87b9f-lw5mx 0/2 ContainerCreating 0 7s
istio-sidecar-injector-879fd9dfc-zpc2f 0/1 ContainerCreating 0 7s
istio-statsd-prom-bridge-549d687fd9-h8tk2 0/1 ContainerCreating 0 7s
istio-telemetry-7d46d668db-8pz5f 0/2 ContainerCreating 0 7s
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 1m
prometheus-6ffc56584f-pj2qr 0/1 ContainerCreating 0 7s
+++ oc get pods -n istio-system
+++ grep -c Completed
+++ grep openshift-ansible-istio-installer
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 93 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
istio-citadel-746c765786-p54ns 1/1 Running 0 14s
istio-egressgateway-7b46794587-9qkf2 0/1 ContainerCreating 0 14s
istio-galley-75c6976d79-zbkcd 0/1 ContainerCreating 0 14s
istio-ingressgateway-57f76dc4db-9xhqv 0/1 ContainerCreating 0 14s
istio-pilot-6cc98b7955-8g8jr 0/2 ContainerCreating 0 14s
istio-policy-6677c87b9f-lw5mx 0/2 ContainerCreating 0 14s
istio-sidecar-injector-879fd9dfc-zpc2f 0/1 ContainerCreating 0 14s
istio-statsd-prom-bridge-549d687fd9-h8tk2 1/1 Running 0 14s
istio-telemetry-7d46d668db-8pz5f 0/2 ContainerCreating 0 14s
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 1m
prometheus-6ffc56584f-pj2qr 0/1 ContainerCreating 0 14s
+++ oc get pods -n istio-system
+++ grep -c Completed
+++ grep openshift-ansible-istio-installer
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 101 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
istio-citadel-746c765786-p54ns 1/1 Running 0 21s
istio-egressgateway-7b46794587-9qkf2 0/1 ContainerCreating 0 21s
istio-galley-75c6976d79-zbkcd 0/1 ContainerCreating 0 21s
istio-ingressgateway-57f76dc4db-9xhqv 0/1 ContainerCreating 0 21s
istio-pilot-6cc98b7955-8g8jr 0/2 ContainerCreating 0 21s
istio-policy-6677c87b9f-lw5mx 0/2 ContainerCreating 0 21s
istio-sidecar-injector-879fd9dfc-zpc2f 0/1 ContainerCreating 0 21s
istio-statsd-prom-bridge-549d687fd9-h8tk2 1/1 Running 0 21s
istio-telemetry-7d46d668db-8pz5f 0/2 ContainerCreating 0 21s
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 1m
prometheus-6ffc56584f-pj2qr 0/1 Running 0 21s
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 108 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
istio-citadel-746c765786-p54ns 1/1 Running 0 27s
istio-egressgateway-7b46794587-9qkf2 0/1 ContainerCreating 0 27s
istio-galley-75c6976d79-zbkcd 0/1 Running 0 27s
istio-ingressgateway-57f76dc4db-9xhqv 1/1 Running 0 27s
istio-pilot-6cc98b7955-8g8jr 0/2 ContainerCreating 0 27s
istio-policy-6677c87b9f-lw5mx 0/2 ContainerCreating 0 27s
istio-sidecar-injector-879fd9dfc-zpc2f 0/1 ContainerCreating 0 27s
istio-statsd-prom-bridge-549d687fd9-h8tk2 1/1 Running 0 27s
istio-telemetry-7d46d668db-8pz5f 2/2 Running 0 27s
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 1m
prometheus-6ffc56584f-pj2qr 1/1 Running 0 27s
+++ oc get pods -n istio-system
+++ grep -c Completed
+++ grep openshift-ansible-istio-installer
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 114 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
istio-citadel-746c765786-p54ns 1/1 Running 0 34s
istio-egressgateway-7b46794587-9qkf2 1/1 Running 0 34s
istio-galley-75c6976d79-zbkcd 1/1 Running 0 34s
istio-ingressgateway-57f76dc4db-9xhqv 1/1 Running 0 34s
istio-pilot-6cc98b7955-8g8jr 0/2 ContainerCreating 0 34s
istio-policy-6677c87b9f-lw5mx 0/2 ContainerCreating 0 34s
istio-sidecar-injector-879fd9dfc-zpc2f 1/1 Running 0 34s
istio-statsd-prom-bridge-549d687fd9-h8tk2 1/1 Running 0 34s
istio-telemetry-7d46d668db-8pz5f 2/2 Running 0 34s
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 1m
prometheus-6ffc56584f-pj2qr 1/1 Running 0 34s
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 120 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
grafana-648c7d5cc6-jndxb 0/1 ContainerCreating 0 1s
istio-citadel-746c765786-p54ns 1/1 Running 0 40s
istio-egressgateway-7b46794587-9qkf2 1/1 Running 0 40s
istio-galley-75c6976d79-zbkcd 1/1 Running 0 40s
istio-ingressgateway-57f76dc4db-9xhqv 1/1 Running 0 40s
istio-pilot-6cc98b7955-8g8jr 1/2 Running 0 40s
istio-policy-6677c87b9f-lw5mx 2/2 Running 0 40s
istio-sidecar-injector-879fd9dfc-zpc2f 1/1 Running 0 40s
istio-statsd-prom-bridge-549d687fd9-h8tk2 1/1 Running 0 40s
istio-telemetry-7d46d668db-8pz5f 2/2 Running 0 40s
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 2m
prometheus-6ffc56584f-pj2qr 1/1 Running 0 40s
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 126 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
elasticsearch-0 0/1 ContainerCreating 0 2s
grafana-648c7d5cc6-jndxb 0/1 ContainerCreating 0 7s
istio-citadel-746c765786-p54ns 1/1 Running 0 46s
istio-egressgateway-7b46794587-9qkf2 1/1 Running 0 46s
istio-galley-75c6976d79-zbkcd 1/1 Running 0 46s
istio-ingressgateway-57f76dc4db-9xhqv 1/1 Running 0 46s
istio-pilot-6cc98b7955-8g8jr 1/2 Running 0 46s
istio-policy-6677c87b9f-lw5mx 2/2 Running 0 46s
istio-sidecar-injector-879fd9dfc-zpc2f 1/1 Running 0 46s
istio-statsd-prom-bridge-549d687fd9-h8tk2 1/1 Running 0 46s
istio-telemetry-7d46d668db-8pz5f 2/2 Running 0 46s
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 2m
prometheus-6ffc56584f-pj2qr 1/1 Running 0 46s
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 133 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
elasticsearch-0 0/1 ContainerCreating 0 9s
grafana-648c7d5cc6-jndxb 0/1 ContainerCreating 0 14s
istio-citadel-746c765786-p54ns 1/1 Running 0 53s
istio-egressgateway-7b46794587-9qkf2 1/1 Running 0 53s
istio-galley-75c6976d79-zbkcd 1/1 Running 0 53s
istio-ingressgateway-57f76dc4db-9xhqv 1/1 Running 0 53s
istio-pilot-6cc98b7955-8g8jr 1/2 Running 0 53s
istio-policy-6677c87b9f-lw5mx 2/2 Running 0 53s
istio-sidecar-injector-879fd9dfc-zpc2f 1/1 Running 0 53s
istio-statsd-prom-bridge-549d687fd9-h8tk2 1/1 Running 0 53s
istio-telemetry-7d46d668db-8pz5f 2/2 Running 0 53s
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 2m
prometheus-6ffc56584f-pj2qr 1/1 Running 0 53s
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 140 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
elasticsearch-0 1/1 Running 0 15s
grafana-648c7d5cc6-jndxb 0/1 Running 0 20s
istio-citadel-746c765786-p54ns 1/1 Running 0 59s
istio-egressgateway-7b46794587-9qkf2 1/1 Running 0 59s
istio-galley-75c6976d79-zbkcd 1/1 Running 0 59s
istio-ingressgateway-57f76dc4db-9xhqv 1/1 Running 0 59s
istio-pilot-6cc98b7955-8g8jr 1/2 Running 0 59s
istio-policy-6677c87b9f-lw5mx 2/2 Running 0 59s
istio-sidecar-injector-879fd9dfc-zpc2f 1/1 Running 0 59s
istio-statsd-prom-bridge-549d687fd9-h8tk2 1/1 Running 0 59s
istio-telemetry-7d46d668db-8pz5f 2/2 Running 0 59s
jaeger-agent-sxc87 0/1 Pending 0 0s
jaeger-agent-td7l8 0/1 ContainerCreating 0 0s
jaeger-collector-5f87d97b6f-f4zch 0/1 Pending 0 0s
jaeger-query-56f6686987-5rvbp 0/1 ContainerCreating 0 0s
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 2m
prometheus-6ffc56584f-pj2qr 1/1 Running 0 59s
+++ oc get pods -n istio-system
+++ grep -c Completed
+++ grep openshift-ansible-istio-installer
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 146 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
elasticsearch-0 1/1 Running 0 21s
grafana-648c7d5cc6-jndxb 1/1 Running 0 26s
istio-citadel-746c765786-p54ns 1/1 Running 0 1m
istio-egressgateway-7b46794587-9qkf2 1/1 Running 0 1m
istio-galley-75c6976d79-zbkcd 1/1 Running 0 1m
istio-ingressgateway-57f76dc4db-9xhqv 1/1 Running 0 1m
istio-pilot-6cc98b7955-8g8jr 2/2 Running 0 1m
istio-policy-6677c87b9f-lw5mx 2/2 Running 0 1m
istio-sidecar-injector-879fd9dfc-zpc2f 1/1 Running 0 1m
istio-statsd-prom-bridge-549d687fd9-h8tk2 1/1 Running 0 1m
istio-telemetry-7d46d668db-8pz5f 2/2 Running 0 1m
jaeger-agent-sxc87 1/1 Running 0 6s
jaeger-agent-td7l8 1/1 Running 0 6s
jaeger-collector-5f87d97b6f-f4zch 0/1 ContainerCreating 0 6s
jaeger-query-56f6686987-5rvbp 0/1 Running 0 6s
openshift-ansible-istio-installer-job-tklhm 1/1 Running 0 2m
prometheus-6ffc56584f-pj2qr 1/1 Running 0 1m
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 0 -eq 0 ]]
+ sleep 5
+ [[ 152 -gt 900 ]]
+ eval oc get pods -n istio-system '&&' '[[' '$(oc' get pods -n istio-system '|' grep openshift-ansible-istio-installer '|' grep -c 'Completed)' -eq 0 ']]'
++ oc get pods -n istio-system
NAME READY STATUS RESTARTS AGE
elasticsearch-0 1/1 Running 0 28s
grafana-648c7d5cc6-jndxb 1/1 Running 0 33s
istio-citadel-746c765786-p54ns 1/1 Running 0 1m
istio-egressgateway-7b46794587-9qkf2 1/1 Running 0 1m
istio-galley-75c6976d79-zbkcd 1/1 Running 0 1m
istio-ingressgateway-57f76dc4db-9xhqv 1/1 Running 0 1m
istio-pilot-6cc98b7955-8g8jr 2/2 Running 0 1m
istio-policy-6677c87b9f-lw5mx 2/2 Running 0 1m
istio-sidecar-injector-879fd9dfc-zpc2f 1/1 Running 0 1m
istio-statsd-prom-bridge-549d687fd9-h8tk2 1/1 Running 0 1m
istio-telemetry-7d46d668db-8pz5f 2/2 Running 0 1m
jaeger-agent-sxc87 1/1 Running 0 13s
jaeger-agent-td7l8 1/1 Running 0 13s
jaeger-collector-5f87d97b6f-f4zch 1/1 Running 0 13s
jaeger-query-56f6686987-5rvbp 1/1 Running 0 13s
kiali-6b8c686d9b-lmh2r 0/1 ContainerCreating 0 4s
openshift-ansible-istio-installer-job-tklhm 0/1 Completed 0 2m
prometheus-6ffc56584f-pj2qr 1/1 Running 0 1m
+++ oc get pods -n istio-system
+++ grep openshift-ansible-istio-installer
+++ grep -c Completed
++ [[ 1 -eq 0 ]]
+ oc scale -n istio-system --replicas=0 deployment/grafana
deployment.extensions/grafana scaled
+ oc scale -n istio-system --replicas=0 deployment/jaeger-collector
deployment.extensions/jaeger-collector scaled
+ oc scale -n istio-system --replicas=0 deployment/jaeger-query
deployment.extensions/jaeger-query scaled
+ oc scale -n istio-system --replicas=0 statefulset/elasticsearch
statefulset.apps/elasticsearch scaled
+ install_knative_build
+ oc create ns knative-build
namespace/knative-build created
+ cat
+ oc apply -f -
subscription.operators.coreos.com/knative-build-subscription created
operatorgroup.operators.coreos.com/knative-build created
+ install_knative_serving
+ oc create ns knative-serving
namespace/knative-serving created
+ cat
+ oc apply -f -
subscription.operators.coreos.com/knative-serving-subscription created
operatorgroup.operators.coreos.com/knative-serving created
+ install_knative_eventing
+ oc create ns knative-eventing
namespace/knative-eventing created
+ cat
+ oc apply -f -
subscription.operators.coreos.com/knative-eventing-subscription created
operatorgroup.operators.coreos.com/knative-eventing created
+ wait_for_all_pods knative-build
+ timeout 300 'oc get pods -n knative-build 2>&1 | grep -v -E '\''(Running|Completed|STATUS)'\'''
+ SECONDS=0
+ TIMEOUT=300
+ shift
+ eval oc get pods -n knative-build '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n knative-build
++ grep -v -E '(Running|Completed|STATUS)'
build-controller-64864bd9c9-jw9qg 0/1 Pending 0 1s
build-webhook-f97d479f9-m5bhd 0/1 ContainerCreating 0 1s
+ sleep 5
+ [[ 6 -gt 300 ]]
+ eval oc get pods -n knative-build '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n knative-build
++ grep -v -E '(Running|Completed|STATUS)'
build-controller-64864bd9c9-jw9qg 0/1 Init:0/1 0 6s
build-webhook-f97d479f9-m5bhd 0/1 ContainerCreating 0 6s
+ sleep 5
+ [[ 11 -gt 300 ]]
+ eval oc get pods -n knative-build '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ grep -v -E '(Running|Completed|STATUS)'
++ oc get pods -n knative-build
build-webhook-f97d479f9-m5bhd 0/1 ContainerCreating 0 12s
+ sleep 5
+ [[ 17 -gt 300 ]]
+ eval oc get pods -n knative-build '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n knative-build
++ grep -v -E '(Running|Completed|STATUS)'
+ wait_for_all_pods knative-eventing
+ timeout 300 'oc get pods -n knative-eventing 2>&1 | grep -v -E '\''(Running|Completed|STATUS)'\'''
+ SECONDS=0
+ TIMEOUT=300
+ shift
+ eval oc get pods -n knative-eventing '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n knative-eventing
++ grep -v -E '(Running|Completed|STATUS)'
eventing-controller-76dff4b68-dn794 0/1 Init:0/1 0 7s
in-memory-channel-controller-67555c986f-pf94r 0/1 ContainerCreating 0 7s
in-memory-channel-dispatcher-8b977d6d7-qncs8 0/2 Init:0/1 0 6s
webhook-5f48596f4c-mm5lr 0/1 ContainerCreating 0 7s
+ sleep 5
+ [[ 6 -gt 300 ]]
+ eval oc get pods -n knative-eventing '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n knative-eventing
++ grep -v -E '(Running|Completed|STATUS)'
controller-manager-0 0/1 ContainerCreating 0 6s
eventing-controller-76dff4b68-dn794 0/1 PodInitializing 0 13s
in-memory-channel-dispatcher-8b977d6d7-qncs8 0/2 PodInitializing 0 12s
webhook-5f48596f4c-mm5lr 0/1 ContainerCreating 0 13s
+ sleep 5
+ [[ 12 -gt 300 ]]
+ eval oc get pods -n knative-eventing '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n knative-eventing
++ grep -v -E '(Running|Completed|STATUS)'
controller-manager-0 0/1 ContainerCreating 0 11s
eventing-controller-76dff4b68-dn794 0/1 PodInitializing 0 18s
in-memory-channel-dispatcher-8b977d6d7-qncs8 0/2 PodInitializing 0 17s
webhook-5f48596f4c-mm5lr 0/1 ContainerCreating 0 18s
+ sleep 5
+ [[ 17 -gt 300 ]]
+ eval oc get pods -n knative-eventing '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n knative-eventing
++ grep -v -E '(Running|Completed|STATUS)'
controller-manager-0 0/1 ContainerCreating 0 17s
in-memory-channel-dispatcher-8b977d6d7-qncs8 0/2 PodInitializing 0 23s
webhook-5f48596f4c-mm5lr 0/1 ContainerCreating 0 24s
+ sleep 5
+ [[ 23 -gt 300 ]]
+ eval oc get pods -n knative-eventing '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n knative-eventing
++ grep -v -E '(Running|Completed|STATUS)'
+ wait_for_all_pods knative-serving
+ timeout 300 'oc get pods -n knative-serving 2>&1 | grep -v -E '\''(Running|Completed|STATUS)'\'''
+ SECONDS=0
+ TIMEOUT=300
+ shift
+ eval oc get pods -n knative-serving '2>&1' '|' grep -v -E ''\''(Running|Completed|STATUS)'\'''
++ oc get pods -n knative-serving
++ grep -v -E '(Running|Completed|STATUS)'
+ oc -n knative-serving get cm config-controller -oyaml
+ sed 's/\(^ *registriesSkippingTagResolving.*$\)/\1,docker-registry.default.svc:5000/'
+ oc apply -f -
configmap/config-controller configured
+ oc import-image -n openshift golang --from=centos/go-toolset-7-centos7 --confirm
imagestream.image.openshift.io/golang imported
Name: golang
Namespace: openshift
Created: Less than a second ago
Labels: <none>
Annotations: openshift.io/image.dockerRepositoryCheck=2019-01-11T14:55:25Z
Docker Pull Spec: docker-registry.default.svc:5000/openshift/golang
Image Lookup: local=false
Unique Images: 1
Tags: 1
latest
tagged from centos/go-toolset-7-centos7
* centos/go-toolset-7-centos7@sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
Less than a second ago
Image Name: golang:latest
Docker Image: centos/go-toolset-7-centos7@sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
Name: sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
Created: Less than a second ago
Annotations: image.openshift.io/dockerLayersOrder=ascending
Image Size: 299.1MB in 9 layers
Layers: 74.7MB sha256:aeb7866da422acc7e93dcf7323f38d7646f6269af33bcdb6647f2094fc4b3bf7
9.895MB sha256:9291e350be08c93d4e48286db9e72d9c74c7cba5778729d167220c664656d314
4.746kB sha256:4d3620628f7cc3d26ed80469f503f521a9939c2aaac68ec1a1bb4076d92b77e8
190.7kB sha256:94d526a435e926d08aaf39d22731d1d58935203409978a2a7eb170fb76a9d4d8
103.2MB sha256:2603cb6c0d494298779d11c9f9888824a121946162ad28397377d47738b15f5e
111MB sha256:bf6aff362ed818ca19fb66273a230e40934a2276648ad2872eed03a84e608cb2
1.16kB sha256:db0a15110343904c4049d64c453019c31975b30722e4e72901883c7042bdd8d3
1.161kB sha256:cae24a7e95c4e5b3f265665318dd7254b4d34bddfc1b6cc2bf241de458632ca1
1.458kB sha256:7ef63d364299aa49f945d3f2de096b6ece6856ca41071765e589ec224598e316
Image Created: 5 weeks ago
Author: <none>
Arch: amd64
Entrypoint: container-entrypoint
Command: /bin/sh -c $STI_SCRIPTS_PATH/usage
Working Dir: /opt/app-root/src
User: 1001
Exposes Ports: <none>
Docker Labels: com.redhat.component=go-toolset-7
description=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
io.k8s.description=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
io.k8s.display-name=Go 1.10
io.openshift.builder-version="3b2effd"
io.openshift.s2i.scripts-url=image:///usr/libexec/s2i
io.openshift.tags=builder,golang,golang18,rh-golang18,go
io.s2i.scripts-url=image:///usr/libexec/s2i
maintainer=Jakub Čajka <jcajka@redhat.com>
name=centos/go-toolset-7-centos7
org.label-schema.build-date=20181006
org.label-schema.license=GPLv2
org.label-schema.name=CentOS Base Image
org.label-schema.schema-version=1.0
org.label-schema.vendor=CentOS
summary=Platform for building and running Go 1.10 based applications
usage=docker run centos/go-toolset-7-centos7
version=1
Environment: PATH=/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SUMMARY=Platform for building and running Go 1.10 based applications
DESCRIPTION=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
STI_SCRIPTS_URL=image:///usr/libexec/s2i
STI_SCRIPTS_PATH=/usr/libexec/s2i
APP_ROOT=/opt/app-root
HOME=/opt/app-root/src
BASH_ENV=/opt/app-root/etc/scl_enable
ENV=/opt/app-root/etc/scl_enable
PROMPT_COMMAND=. /opt/app-root/etc/scl_enable
NODEJS_SCL=rh-nodejs8
NAME=golang
VERSION=1.10
+ oc import-image -n openshift golang:1.11 --from=centos/go-toolset-7-centos7 --confirm
imagestream.image.openshift.io/golang imported
Name: golang
Namespace: openshift
Created: 1 second ago
Labels: <none>
Annotations: openshift.io/image.dockerRepositoryCheck=2019-01-11T14:55:26Z
Docker Pull Spec: docker-registry.default.svc:5000/openshift/golang
Image Lookup: local=false
Unique Images: 1
Tags: 2
latest
tagged from centos/go-toolset-7-centos7
* centos/go-toolset-7-centos7@sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
1 second ago
1.11
tagged from centos/go-toolset-7-centos7
* centos/go-toolset-7-centos7@sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
Less than a second ago
Image Name: golang:latest
Docker Image: centos/go-toolset-7-centos7@sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
Name: sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
Created: Less than a second ago
Annotations: image.openshift.io/dockerLayersOrder=ascending
Image Size: 299.1MB in 9 layers
Layers: 74.7MB sha256:aeb7866da422acc7e93dcf7323f38d7646f6269af33bcdb6647f2094fc4b3bf7
9.895MB sha256:9291e350be08c93d4e48286db9e72d9c74c7cba5778729d167220c664656d314
4.746kB sha256:4d3620628f7cc3d26ed80469f503f521a9939c2aaac68ec1a1bb4076d92b77e8
190.7kB sha256:94d526a435e926d08aaf39d22731d1d58935203409978a2a7eb170fb76a9d4d8
103.2MB sha256:2603cb6c0d494298779d11c9f9888824a121946162ad28397377d47738b15f5e
111MB sha256:bf6aff362ed818ca19fb66273a230e40934a2276648ad2872eed03a84e608cb2
1.16kB sha256:db0a15110343904c4049d64c453019c31975b30722e4e72901883c7042bdd8d3
1.161kB sha256:cae24a7e95c4e5b3f265665318dd7254b4d34bddfc1b6cc2bf241de458632ca1
1.458kB sha256:7ef63d364299aa49f945d3f2de096b6ece6856ca41071765e589ec224598e316
Image Created: 5 weeks ago
Author: <none>
Arch: amd64
Entrypoint: container-entrypoint
Command: /bin/sh -c $STI_SCRIPTS_PATH/usage
Working Dir: /opt/app-root/src
User: 1001
Exposes Ports: <none>
Docker Labels: com.redhat.component=go-toolset-7
description=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
io.k8s.description=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
io.k8s.display-name=Go 1.10
io.openshift.builder-version="3b2effd"
io.openshift.s2i.scripts-url=image:///usr/libexec/s2i
io.openshift.tags=builder,golang,golang18,rh-golang18,go
io.s2i.scripts-url=image:///usr/libexec/s2i
maintainer=Jakub Čajka <jcajka@redhat.com>
name=centos/go-toolset-7-centos7
org.label-schema.build-date=20181006
org.label-schema.license=GPLv2
org.label-schema.name=CentOS Base Image
org.label-schema.schema-version=1.0
org.label-schema.vendor=CentOS
summary=Platform for building and running Go 1.10 based applications
usage=docker run centos/go-toolset-7-centos7
version=1
Environment: PATH=/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SUMMARY=Platform for building and running Go 1.10 based applications
DESCRIPTION=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
STI_SCRIPTS_URL=image:///usr/libexec/s2i
STI_SCRIPTS_PATH=/usr/libexec/s2i
APP_ROOT=/opt/app-root
HOME=/opt/app-root/src
BASH_ENV=/opt/app-root/etc/scl_enable
ENV=/opt/app-root/etc/scl_enable
PROMPT_COMMAND=. /opt/app-root/etc/scl_enable
NODEJS_SCL=rh-nodejs8
NAME=golang
VERSION=1.10
+ oc get pods --all-namespaces
NAMESPACE NAME READY STATUS RESTARTS AGE
default docker-registry-1-rgq2v 1/1 Running 0 9h
default logging-eventrouter-1-whdsl 1/1 Running 0 8h
default registry-console-1-z8wfd 1/1 Running 0 9h
default router-2-tfhb2 1/1 Running 0 8h
istio-operator istio-operator-5799b9967b-rgl92 1/1 Running 0 3m
istio-system istio-citadel-746c765786-p54ns 1/1 Running 0 2m
istio-system istio-egressgateway-7b46794587-9qkf2 1/1 Running 0 2m
istio-system istio-galley-75c6976d79-zbkcd 1/1 Running 0 2m
istio-system istio-ingressgateway-57f76dc4db-9xhqv 1/1 Running 0 2m
istio-system istio-pilot-6cc98b7955-8g8jr 2/2 Running 0 2m
istio-system istio-policy-6677c87b9f-lw5mx 2/2 Running 0 2m
istio-system istio-sidecar-injector-879fd9dfc-zpc2f 1/1 Running 0 2m
istio-system istio-statsd-prom-bridge-549d687fd9-h8tk2 1/1 Running 0 2m
istio-system istio-telemetry-7d46d668db-8pz5f 2/2 Running 0 2m
istio-system jaeger-agent-sxc87 1/1 Running 0 1m
istio-system jaeger-agent-td7l8 1/1 Running 0 1m
istio-system kiali-6b8c686d9b-lmh2r 1/1 Running 0 59s
istio-system knative-ingressgateway-56d46fcb88-4rhwp 1/1 Running 0 30s
istio-system openshift-ansible-istio-installer-job-tklhm 0/1 Completed 0 3m
istio-system prometheus-6ffc56584f-pj2qr 1/1 Running 0 2m
knative-build build-controller-64864bd9c9-jw9qg 1/1 Running 0 44s
knative-build build-webhook-f97d479f9-m5bhd 1/1 Running 0 44s
knative-eventing controller-manager-0 1/1 Running 0 26s
knative-eventing eventing-controller-76dff4b68-dn794 1/1 Running 0 33s
knative-eventing in-memory-channel-controller-67555c986f-pf94r 1/1 Running 0 33s
knative-eventing in-memory-channel-dispatcher-8b977d6d7-qncs8 2/2 Running 1 32s
knative-eventing webhook-5f48596f4c-mm5lr 1/1 Running 0 33s
knative-serving activator-55d86b98cd-hxp2w 2/2 Running 0 36s
knative-serving activator-55d86b98cd-jnbm2 2/2 Running 0 36s
knative-serving activator-55d86b98cd-mtsth 2/2 Running 0 36s
knative-serving autoscaler-5d87cc6b75-n44g6 2/2 Running 0 36s
knative-serving controller-f4c59f474-v9nps 1/1 Running 0 36s
knative-serving webhook-5d9cbd46f7-ftprn 1/1 Running 0 36s
kube-service-catalog apiserver-f7hg5 1/1 Running 0 8h
kube-service-catalog controller-manager-24lfq 1/1 Running 5 8h
kube-system master-api-master1.knative-da6a.internal 1/1 Running 2 9h
kube-system master-controllers-master1.knative-da6a.internal 1/1 Running 1 9h
kube-system master-etcd-master1.knative-da6a.internal 1/1 Running 0 9h
openshift-ansible-service-broker asb-2-j59b7 1/1 Running 1 8h
openshift-console console-74b8c9bfb9-2fxqg 1/1 Running 0 9h
openshift-infra hawkular-cassandra-1-mc82c 1/1 Running 0 9h
openshift-infra hawkular-metrics-dqcgl 1/1 Running 0 9h
openshift-infra hawkular-metrics-schema-t2pz2 0/1 Completed 0 9h
openshift-infra heapster-9xkdv 1/1 Running 0 9h
openshift-logging logging-es-data-master-2ir8blbs-1-ts5fg 2/2 Running 0 8h
openshift-logging logging-fluentd-5zw8p 1/1 Running 0 8h
openshift-logging logging-fluentd-r7bmd 1/1 Running 0 8h
openshift-logging logging-fluentd-svzdh 1/1 Running 0 8h
openshift-logging logging-fluentd-txflh 1/1 Running 0 8h
openshift-logging logging-kibana-1-6qv8w 2/2 Running 0 8h
openshift-metrics-server metrics-server-6ffbfcdb47-kglmt 1/1 Running 0 9h
openshift-monitoring alertmanager-main-0 3/3 Running 0 9h
openshift-monitoring alertmanager-main-1 3/3 Running 0 9h
openshift-monitoring alertmanager-main-2 3/3 Running 0 9h
openshift-monitoring cluster-monitoring-operator-5b855cd7f4-4q7sd 1/1 Running 0 9h
openshift-monitoring grafana-9fc986bc-x9l8b 2/2 Running 0 9h
openshift-monitoring kube-state-metrics-77765948f8-dclrj 3/3 Running 0 9h
openshift-monitoring node-exporter-ctp42 2/2 Running 0 9h
openshift-monitoring node-exporter-fvfh5 2/2 Running 0 9h
openshift-monitoring node-exporter-twvsx 2/2 Running 0 9h
openshift-monitoring node-exporter-v77fv 2/2 Running 0 9h
openshift-monitoring prometheus-k8s-0 4/4 Running 1 9h
openshift-monitoring prometheus-k8s-1 4/4 Running 1 9h
openshift-monitoring prometheus-operator-687784bd4b-kfqsx 1/1 Running 0 9h
openshift-node sync-9rt4q 1/1 Running 0 9h
openshift-node sync-fc6ns 1/1 Running 0 9h
openshift-node sync-mdj55 1/1 Running 0 9h
openshift-node sync-nn2f4 1/1 Running 0 9h
openshift-operator-lifecycle-manager catalog-operator-5c5d564744-rwnjb 1/1 Running 0 4m
openshift-operator-lifecycle-manager olm-operator-55f95dbcb6-rxpfl 1/1 Running 0 4m
openshift-sdn ovs-5hbkw 1/1 Running 0 9h
openshift-sdn ovs-gdnnr 1/1 Running 0 9h
openshift-sdn ovs-ncbzf 1/1 Running 0 9h
openshift-sdn ovs-tg6hd 1/1 Running 0 9h
openshift-sdn sdn-k2d9h 1/1 Running 0 9h
openshift-sdn sdn-kvk46 1/1 Running 0 9h
openshift-sdn sdn-l94dq 1/1 Running 0 9h
openshift-sdn sdn-rjcvl 1/1 Running 0 9h
openshift-template-service-broker apiserver-l2dq8 1/1 Running 0 8h
openshift-web-console webconsole-7585c97c78-2qnhl 1/1 Running 2 9h
[jim@localhost knative-operators]$ source ~/go/src/github.com/openshift/knative-eventing/openshift/kubecon-demo.sh
[jim@localhost knative-operators]$ run_demo
bash: header: command not found...
imagestream.image.openshift.io/golang imported
Name: golang
Namespace: openshift
Created: 10 minutes ago
Labels: <none>
Annotations: openshift.io/image.dockerRepositoryCheck=2019-01-11T14:55:26Z
Docker Pull Spec: docker-registry.default.svc:5000/openshift/golang
Image Lookup: local=false
Unique Images: 1
Tags: 2
latest
tagged from centos/go-toolset-7-centos7
* centos/go-toolset-7-centos7@sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
10 minutes ago
1.11
tagged from centos/go-toolset-7-centos7
* centos/go-toolset-7-centos7@sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
10 minutes ago
Image Name: golang:latest
Docker Image: centos/go-toolset-7-centos7@sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
Name: sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
Created: Less than a second ago
Annotations: image.openshift.io/dockerLayersOrder=ascending
Image Size: 299.1MB in 9 layers
Layers: 74.7MB sha256:aeb7866da422acc7e93dcf7323f38d7646f6269af33bcdb6647f2094fc4b3bf7
9.895MB sha256:9291e350be08c93d4e48286db9e72d9c74c7cba5778729d167220c664656d314
4.746kB sha256:4d3620628f7cc3d26ed80469f503f521a9939c2aaac68ec1a1bb4076d92b77e8
190.7kB sha256:94d526a435e926d08aaf39d22731d1d58935203409978a2a7eb170fb76a9d4d8
103.2MB sha256:2603cb6c0d494298779d11c9f9888824a121946162ad28397377d47738b15f5e
111MB sha256:bf6aff362ed818ca19fb66273a230e40934a2276648ad2872eed03a84e608cb2
1.16kB sha256:db0a15110343904c4049d64c453019c31975b30722e4e72901883c7042bdd8d3
1.161kB sha256:cae24a7e95c4e5b3f265665318dd7254b4d34bddfc1b6cc2bf241de458632ca1
1.458kB sha256:7ef63d364299aa49f945d3f2de096b6ece6856ca41071765e589ec224598e316
Image Created: 5 weeks ago
Author: <none>
Arch: amd64
Entrypoint: container-entrypoint
Command: /bin/sh -c $STI_SCRIPTS_PATH/usage
Working Dir: /opt/app-root/src
User: 1001
Exposes Ports: <none>
Docker Labels: com.redhat.component=go-toolset-7
description=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
io.k8s.description=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
io.k8s.display-name=Go 1.10
io.openshift.builder-version="3b2effd"
io.openshift.s2i.scripts-url=image:///usr/libexec/s2i
io.openshift.tags=builder,golang,golang18,rh-golang18,go
io.s2i.scripts-url=image:///usr/libexec/s2i
maintainer=Jakub Čajka <jcajka@redhat.com>
name=centos/go-toolset-7-centos7
org.label-schema.build-date=20181006
org.label-schema.license=GPLv2
org.label-schema.name=CentOS Base Image
org.label-schema.schema-version=1.0
org.label-schema.vendor=CentOS
summary=Platform for building and running Go 1.10 based applications
usage=docker run centos/go-toolset-7-centos7
version=1
Environment: PATH=/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SUMMARY=Platform for building and running Go 1.10 based applications
DESCRIPTION=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
STI_SCRIPTS_URL=image:///usr/libexec/s2i
STI_SCRIPTS_PATH=/usr/libexec/s2i
APP_ROOT=/opt/app-root
HOME=/opt/app-root/src
BASH_ENV=/opt/app-root/etc/scl_enable
ENV=/opt/app-root/etc/scl_enable
PROMPT_COMMAND=. /opt/app-root/etc/scl_enable
NODEJS_SCL=rh-nodejs8
NAME=golang
VERSION=1.10
imagestream.image.openshift.io/golang imported
Name: golang
Namespace: openshift
Created: 10 minutes ago
Labels: <none>
Annotations: openshift.io/image.dockerRepositoryCheck=2019-01-11T14:55:26Z
Docker Pull Spec: docker-registry.default.svc:5000/openshift/golang
Image Lookup: local=false
Unique Images: 1
Tags: 2
latest
tagged from centos/go-toolset-7-centos7
* centos/go-toolset-7-centos7@sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
10 minutes ago
1.11
tagged from centos/go-toolset-7-centos7
* centos/go-toolset-7-centos7@sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
10 minutes ago
Image Name: golang:latest
Docker Image: centos/go-toolset-7-centos7@sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
Name: sha256:f515aea549980c0d2595fc9b7a9cc2e5822be952889a200f2bb9954619ceafe3
Created: Less than a second ago
Annotations: image.openshift.io/dockerLayersOrder=ascending
Image Size: 299.1MB in 9 layers
Layers: 74.7MB sha256:aeb7866da422acc7e93dcf7323f38d7646f6269af33bcdb6647f2094fc4b3bf7
9.895MB sha256:9291e350be08c93d4e48286db9e72d9c74c7cba5778729d167220c664656d314
4.746kB sha256:4d3620628f7cc3d26ed80469f503f521a9939c2aaac68ec1a1bb4076d92b77e8
190.7kB sha256:94d526a435e926d08aaf39d22731d1d58935203409978a2a7eb170fb76a9d4d8
103.2MB sha256:2603cb6c0d494298779d11c9f9888824a121946162ad28397377d47738b15f5e
111MB sha256:bf6aff362ed818ca19fb66273a230e40934a2276648ad2872eed03a84e608cb2
1.16kB sha256:db0a15110343904c4049d64c453019c31975b30722e4e72901883c7042bdd8d3
1.161kB sha256:cae24a7e95c4e5b3f265665318dd7254b4d34bddfc1b6cc2bf241de458632ca1
1.458kB sha256:7ef63d364299aa49f945d3f2de096b6ece6856ca41071765e589ec224598e316
Image Created: 5 weeks ago
Author: <none>
Arch: amd64
Entrypoint: container-entrypoint
Command: /bin/sh -c $STI_SCRIPTS_PATH/usage
Working Dir: /opt/app-root/src
User: 1001
Exposes Ports: <none>
Docker Labels: com.redhat.component=go-toolset-7
description=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
io.k8s.description=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
io.k8s.display-name=Go 1.10
io.openshift.builder-version="3b2effd"
io.openshift.s2i.scripts-url=image:///usr/libexec/s2i
io.openshift.tags=builder,golang,golang18,rh-golang18,go
io.s2i.scripts-url=image:///usr/libexec/s2i
maintainer=Jakub Čajka <jcajka@redhat.com>
name=centos/go-toolset-7-centos7
org.label-schema.build-date=20181006
org.label-schema.license=GPLv2
org.label-schema.name=CentOS Base Image
org.label-schema.schema-version=1.0
org.label-schema.vendor=CentOS
summary=Platform for building and running Go 1.10 based applications
usage=docker run centos/go-toolset-7-centos7
version=1
Environment: PATH=/opt/app-root/src/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SUMMARY=Platform for building and running Go 1.10 based applications
DESCRIPTION=Go 1.10 available as docker container is a base platform for building and running various Go 1.10 applications and frameworks. Go is an easy to learn, powerful, statically typed language in the C/C++ tradition with garbage collection, concurrent programming support, and memory safety features.
STI_SCRIPTS_URL=image:///usr/libexec/s2i
STI_SCRIPTS_PATH=/usr/libexec/s2i
APP_ROOT=/opt/app-root
HOME=/opt/app-root/src
BASH_ENV=/opt/app-root/etc/scl_enable
ENV=/opt/app-root/etc/scl_enable
PROMPT_COMMAND=. /opt/app-root/etc/scl_enable
NODEJS_SCL=rh-nodejs8
NAME=golang
VERSION=1.10
Now using project "myproject" on server "https://master.knative-da6a.openshiftworkshop.com:443".
You can add applications to this project with the 'new-app' command. For example, try:
oc new-app centos/ruby-25-centos7~https://github.com/sclorg/ruby-ex.git
to build a new example application in Ruby.
cluster role "cluster-admin" added: "default"
scc "anyuid" added to: ["system:serviceaccount:myproject:default"]
scc "privileged" added to: ["system:serviceaccount:myproject:default"]
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1431 100 1431 0 0 9604 0 --:--:-- --:--:-- --:--:-- 9604
role.rbac.authorization.k8s.io/imagestream-manager created
role.rbac.authorization.k8s.io/buildconfig-manager created
role.rbac.authorization.k8s.io/build-manager created
rolebinding.rbac.authorization.k8s.io/kobw-images created
rolebinding.rbac.authorization.k8s.io/kobw-buildconfig created
rolebinding.rbac.authorization.k8s.io/kobw-build created
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1217 100 1217 0 0 6837 0 --:--:-- --:--:-- --:--:-- 6837
buildtemplate.build.knative.dev/openshift-builds created
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 869 100 869 0 0 5298 0 --:--:-- --:--:-- --:--:-- 5298
service.serving.knative.dev/dumpy created
dumpy-00001-988cc 0/1 Init:0/4 0 1s
dumpy-00001-988cc 0/1 Init:1/4 0 6s
dumpy-00001-988cc 0/1 Init:2/4 0 12s
dumpy-00001-988cc 0/1 Init:2/4 0 18s
dumpy-00001-988cc 0/1 Init:3/4 0 24s
dumpy-00001-988cc 0/1 Init:3/4 0 30s
dumpy-build-1-build 0/1 Init:0/2 0 6s
dumpy-00001-988cc 0/1 Init:3/4 0 35s
dumpy-build-1-build 0/1 Init:0/2 0 11s
dumpy-00001-988cc 0/1 Init:3/4 0 41s
dumpy-00001-988cc 0/1 Init:3/4 0 47s
dumpy-00001-988cc 0/1 Init:3/4 0 53s
dumpy-00001-988cc 0/1 Init:3/4 0 59s
dumpy-00001-988cc 0/1 Init:3/4 0 1m
dumpy-00001-988cc 0/1 Init:3/4 0 1m
dumpy-00001-988cc 0/1 Init:3/4 0 1m
dumpy-00001-988cc 0/1 Init:3/4 0 1m
dumpy-00001-988cc 0/1 Init:3/4 0 1m
dumpy-00001-988cc 0/1 PodInitializing 0 1m
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:02:09 --:--:-- 0curl: (7) Failed to connect to 172.29.141.115 port 80: Connection timed out
ERROR: Timed out
[jim@localhost knative-operators]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment