Created
November 14, 2018 21:05
-
-
Save jsanda/7c9b33f83a2fc0909911e1d67bd877f9 to your computer and use it in GitHub Desktop.
knative minishift install via operators
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
jsanda@localhost knative-operators]$ ./etc/scripts/install.sh | |
+++ dirname ./etc/scripts/install.sh | |
++ cd ./etc/scripts | |
++ pwd | |
+ DIR=/home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts | |
+ REPO_DIR=/home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts/.repos | |
+ rm -rf /home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts/.repos | |
+ mkdir -p /home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts/.repos | |
+ minishift profile delete knative --force | |
Profile 'knative' deleted successfully. | |
Switching to default profile 'minishift' as the active profile. | |
+ minishift profile set knative | |
Profile 'knative' set as active profile. | |
+ minishift config set openshift-version v3.11.0 | |
+ minishift config set memory 8GB | |
No Minishift instance exists. New 'memory' setting will be applied on next 'minishift start' | |
+ minishift config set cpus 4 | |
No Minishift instance exists. New 'cpus' setting will be applied on next 'minishift start' | |
+ minishift config set disk-size 50g | |
No Minishift instance exists. New 'disk-size' setting will be applied on next 'minishift start' | |
+ minishift config set image-caching true | |
+ minishift addons enable admin-user | |
Add-on 'admin-user' enabled | |
+ minishift addons enable anyuid | |
Add-on 'anyuid' enabled | |
+ minishift start | |
-- Starting profile 'knative' | |
-- Check if deprecated options are used ... OK | |
-- Checking if https://github.com is reachable ... OK | |
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK | |
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK | |
-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK | |
-- Checking if KVM driver is installed ... | |
Driver is available at /usr/local/bin/docker-machine-driver-kvm ... | |
Checking driver binary is executable ... OK | |
-- Checking if Libvirt is installed ... OK | |
-- Checking if Libvirt default network is present ... OK | |
-- Checking if Libvirt default network is active ... OK | |
-- Checking the ISO URL ... OK | |
-- Checking if provided oc flags are supported ... OK | |
-- Starting the OpenShift cluster using 'kvm' hypervisor ... | |
-- Minishift VM will be configured with ... | |
Memory: 8 GB | |
vCPUs : 4 | |
Disk size: 50 GB | |
-- Starting Minishift VM ................ OK | |
-- Checking for IP address ... OK | |
-- Checking for nameservers ... OK | |
-- Checking if external host is reachable from the Minishift VM ... | |
Pinging 8.8.8.8 ... OK | |
-- Checking HTTP connectivity from the VM ... | |
Retrieving http://minishift.io/index.html ... OK | |
-- Checking if persistent storage volume is mounted ... OK | |
-- Checking available disk space ... 1% used OK | |
-- Writing current configuration for static assignment of IP address ... WARN | |
Importing 'openshift/origin-control-plane:v3.11.0' ................ OK | |
Importing 'openshift/origin-docker-registry:v3.11.0' .......... OK | |
Importing 'openshift/origin-haproxy-router:v3.11.0' ..... OK | |
-- OpenShift cluster will be configured with ... | |
Version: v3.11.0 | |
-- Copying oc binary from the OpenShift container image to VM ... OK | |
-- Starting OpenShift cluster ................................................... | |
Getting a Docker client ... | |
Checking if image openshift/origin-control-plane:v3.11.0 is available ... | |
Pulling image openshift/origin-cli:v3.11.0 | |
E1114 20:42:01.938113 2178 helper.go:179] Reading docker config from /home/docker/.docker/config.json failed: open /home/docker/.docker/config.json: no such file or directory, will attempt to pull image docker.io/openshift/origin-cli:v3.11.0 anonymously | |
Pulled 1/4 layers, 28% complete | |
Pulled 2/4 layers, 56% complete | |
Pulled 3/4 layers, 93% complete | |
Pulled 4/4 layers, 100% complete | |
Extracting | |
Image pull complete | |
Pulling image openshift/origin-node:v3.11.0 | |
E1114 20:42:22.472370 2178 helper.go:179] Reading docker config from /home/docker/.docker/config.json failed: open /home/docker/.docker/config.json: no such file or directory, will attempt to pull image docker.io/openshift/origin-node:v3.11.0 anonymously | |
Pulled 4/6 layers, 68% complete | |
Pulled 5/6 layers, 93% complete | |
Pulled 6/6 layers, 100% complete | |
Extracting | |
Image pull complete | |
Checking type of volume mount ... | |
Determining server IP ... | |
Using public hostname IP 192.168.42.135 as the host IP | |
Checking if OpenShift is already running ... | |
Checking for supported Docker version (=>1.22) ... | |
Checking if insecured registry is configured properly in Docker ... | |
Checking if required ports are available ... | |
Checking if OpenShift client is configured properly ... | |
Checking if image openshift/origin-control-plane:v3.11.0 is available ... | |
Starting OpenShift using openshift/origin-control-plane:v3.11.0 ... | |
I1114 20:42:59.939893 2178 config.go:40] Running "create-master-config" | |
I1114 20:43:01.965725 2178 config.go:46] Running "create-node-config" | |
I1114 20:43:03.080607 2178 flags.go:30] Running "create-kubelet-flags" | |
I1114 20:43:03.584067 2178 run_kubelet.go:49] Running "start-kubelet" | |
I1114 20:43:03.824304 2178 run_self_hosted.go:181] Waiting for the kube-apiserver to be ready ... | |
I1114 20:43:35.866436 2178 interface.go:26] Installing "kube-proxy" ... | |
I1114 20:43:35.866496 2178 interface.go:26] Installing "kube-dns" ... | |
I1114 20:43:35.866527 2178 interface.go:26] Installing "openshift-service-cert-signer-operator" ... | |
I1114 20:43:35.866556 2178 interface.go:26] Installing "openshift-apiserver" ... | |
I1114 20:43:35.866644 2178 apply_template.go:81] Installing "openshift-apiserver" | |
I1114 20:43:35.869383 2178 apply_template.go:81] Installing "kube-proxy" | |
I1114 20:43:35.872951 2178 apply_template.go:81] Installing "kube-dns" | |
I1114 20:43:35.873628 2178 apply_template.go:81] Installing "openshift-service-cert-signer-operator" | |
I1114 20:43:38.724460 2178 interface.go:41] Finished installing "kube-proxy" "kube-dns" "openshift-service-cert-signer-operator" "openshift-apiserver" | |
I1114 20:44:50.747146 2178 run_self_hosted.go:242] openshift-apiserver available | |
I1114 20:44:50.747684 2178 interface.go:26] Installing "openshift-controller-manager" ... | |
I1114 20:44:50.747704 2178 apply_template.go:81] Installing "openshift-controller-manager" | |
I1114 20:44:52.955013 2178 interface.go:41] Finished installing "openshift-controller-manager" | |
Adding default OAuthClient redirect URIs ... | |
Adding router ... | |
Adding centos-imagestreams ... | |
Adding sample-templates ... | |
Adding persistent-volumes ... | |
Adding web-console ... | |
Adding registry ... | |
I1114 20:44:52.970176 2178 interface.go:26] Installing "openshift-router" ... | |
I1114 20:44:52.970185 2178 interface.go:26] Installing "centos-imagestreams" ... | |
I1114 20:44:52.970190 2178 interface.go:26] Installing "sample-templates" ... | |
I1114 20:44:52.970195 2178 interface.go:26] Installing "persistent-volumes" ... | |
I1114 20:44:52.970201 2178 interface.go:26] Installing "openshift-web-console-operator" ... | |
I1114 20:44:52.970208 2178 interface.go:26] Installing "openshift-image-registry" ... | |
I1114 20:44:52.970837 2178 interface.go:26] Installing "sample-templates/rails quickstart" ... | |
I1114 20:44:52.970852 2178 interface.go:26] Installing "sample-templates/jenkins pipeline ephemeral" ... | |
I1114 20:44:52.970863 2178 interface.go:26] Installing "sample-templates/sample pipeline" ... | |
I1114 20:44:52.970886 2178 interface.go:26] Installing "sample-templates/mysql" ... | |
I1114 20:44:52.970907 2178 interface.go:26] Installing "sample-templates/cakephp quickstart" ... | |
I1114 20:44:52.970915 2178 interface.go:26] Installing "sample-templates/django quickstart" ... | |
I1114 20:44:52.970939 2178 interface.go:26] Installing "sample-templates/nodejs quickstart" ... | |
I1114 20:44:52.970946 2178 interface.go:26] Installing "sample-templates/mongodb" ... | |
I1114 20:44:52.970954 2178 interface.go:26] Installing "sample-templates/mariadb" ... | |
I1114 20:44:52.970961 2178 interface.go:26] Installing "sample-templates/postgresql" ... | |
I1114 20:44:52.970979 2178 interface.go:26] Installing "sample-templates/dancer quickstart" ... | |
I1114 20:44:52.971046 2178 apply_list.go:67] Installing "sample-templates/dancer quickstart" | |
I1114 20:44:52.971862 2178 apply_list.go:67] Installing "centos-imagestreams" | |
I1114 20:44:52.973416 2178 apply_template.go:81] Installing "openshift-web-console-operator" | |
I1114 20:44:52.973728 2178 apply_list.go:67] Installing "sample-templates/cakephp quickstart" | |
I1114 20:44:52.973912 2178 apply_list.go:67] Installing "sample-templates/rails quickstart" | |
I1114 20:44:52.974069 2178 apply_list.go:67] Installing "sample-templates/jenkins pipeline ephemeral" | |
I1114 20:44:52.974300 2178 apply_list.go:67] Installing "sample-templates/sample pipeline" | |
I1114 20:44:52.974522 2178 apply_list.go:67] Installing "sample-templates/mysql" | |
I1114 20:44:52.975092 2178 apply_list.go:67] Installing "sample-templates/mongodb" | |
I1114 20:44:52.975234 2178 apply_list.go:67] Installing "sample-templates/django quickstart" | |
I1114 20:44:52.975364 2178 apply_list.go:67] Installing "sample-templates/nodejs quickstart" | |
I1114 20:44:52.975691 2178 apply_list.go:67] Installing "sample-templates/mariadb" | |
I1114 20:44:52.975895 2178 apply_list.go:67] Installing "sample-templates/postgresql" | |
I1114 20:44:58.967767 2178 interface.go:41] Finished installing "sample-templates/rails quickstart" "sample-templates/jenkins pipeline ephemeral" "sample-templates/sample pipeline" "sample-templates/mysql" "sample-templates/cakephp quickstart" "sample-templates/django quickstart" "sample-templates/nodejs quickstart" "sample-templates/mongodb" "sample-templates/mariadb" "sample-templates/postgresql" "sample-templates/dancer quickstart" | |
I1114 20:45:23.948197 2178 interface.go:41] Finished installing "openshift-router" "centos-imagestreams" "sample-templates" "persistent-volumes" "openshift-web-console-operator" "openshift-image-registry" | |
Login to server ... | |
Creating initial project "myproject" ... | |
Server Information ... | |
OpenShift server started. | |
The server is accessible via web console at: | |
https://192.168.42.135:8443 | |
You are logged in as: | |
User: developer | |
Password: <any value> | |
To login as administrator: | |
oc login -u system:admin | |
-- Applying addon 'admin-user':.. | |
-- Applying addon 'anyuid':. | |
Add-on 'anyuid' changed the default security context constraints to allow pods to run as any user. | |
Per default OpenShift runs containers using an arbitrarily assigned user ID. | |
Refer to https://docs.okd.io/latest/architecture/additional_concepts/authorization.html#security-context-constraints and | |
https://docs.okd.io/latest/creating_images/guidelines.html#openshift-origin-specific-guidelines for more information. | |
++ minishift oc-env | |
+ eval export 'PATH="/home/jsanda/.minishift/cache/oc/v3.11.0/linux:$PATH"' '#' Run this command to configure your shell: '#' eval '$(minishift' 'oc-env)' | |
++ export PATH=/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/usr/java/latest/bin:/home/jsanda/bin:/home/jsanda/Downloads/google/google-cloud-sdk/bin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/local/go/bin:/bin:/home/jsanda/.local/bin:/usr/local/go/bin:/home/jsanda/Development/gocode/bin | |
++ PATH=/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/home/jsanda/.minishift/cache/oc/v3.11.0/linux:/usr/java/latest/bin:/home/jsanda/bin:/home/jsanda/Downloads/google/google-cloud-sdk/bin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/local/go/bin:/bin:/home/jsanda/.local/bin:/usr/local/go/bin:/home/jsanda/Development/gocode/bin | |
+ /home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts/prep-knative.sh | |
+ minishift openshift config view --target=kube | |
+ grep ValidatingAdmissionWebhook | |
+ minishift openshift config set --target=kube --patch '{ | |
"admissionConfig": { | |
"pluginConfig": { | |
"ValidatingAdmissionWebhook": { | |
"configuration": { | |
"apiVersion": "apiserver.config.k8s.io/v1alpha1", | |
"kind": "WebhookAdmission", | |
"kubeConfigFile": "/dev/null" | |
} | |
}, | |
"MutatingAdmissionWebhook": { | |
"configuration": { | |
"apiVersion": "apiserver.config.k8s.io/v1alpha1", | |
"kind": "WebhookAdmission", | |
"kubeConfigFile": "/dev/null" | |
} | |
} | |
} | |
} | |
}' | |
Patching OpenShift configuration '/var/lib/minishift/base/kube-apiserver/master-config.yaml' with '{ | |
"admissionConfig": { | |
"pluginConfig": { | |
"ValidatingAdmissionWebhook": { | |
"configuration": { | |
"apiVersion": "apiserver.config.k8s.io/v1alpha1", | |
"kind": "WebhookAdmission", | |
"kubeConfigFile": "/dev/null" | |
} | |
}, | |
"MutatingAdmissionWebhook": { | |
"configuration": { | |
"apiVersion": "apiserver.config.k8s.io/v1alpha1", | |
"kind": "WebhookAdmission", | |
"kubeConfigFile": "/dev/null" | |
} | |
} | |
} | |
} | |
}' | |
+ oc login -u admin -p admin | |
+ sleep 5 | |
+ oc login -u admin -p admin | |
+ sleep 5 | |
+ oc login -u admin -p admin | |
+ sleep 5 | |
+ oc login -u admin -p admin | |
+ sleep 5 | |
+ oc login -u admin -p admin | |
+ sleep 5 | |
+ oc login -u admin -p admin | |
Login successful. | |
+ sleep 5 | |
+ oc login -u admin -p admin | |
Login successful. | |
+ sleep 5 | |
+ oc login -u admin -p admin | |
Login successful. | |
You have access to the following projects and can switch between them with 'oc project <projectname>': | |
default | |
kube-dns | |
kube-proxy | |
kube-public | |
kube-system | |
* myproject | |
openshift | |
openshift-apiserver | |
openshift-controller-manager | |
openshift-core-operators | |
openshift-infra | |
openshift-node | |
openshift-service-cert-signer | |
openshift-web-console | |
Using project "myproject". | |
+ oc project myproject | |
Already on project "myproject" on server "https://192.168.42.135:8443". | |
+ oc adm policy add-scc-to-user privileged -z default | |
Error from server (ServiceUnavailable): the server is currently unable to handle the request (get securitycontextconstraints.security.openshift.io privileged) | |
+ 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" | |
+ git clone https://github.com/minishift/minishift-addons /home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts/.repos/minishift-addons | |
Cloning into '/home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts/.repos/minishift-addons'... | |
remote: Enumerating objects: 43, done. | |
remote: Counting objects: 100% (43/43), done. | |
remote: Compressing objects: 100% (23/23), done. | |
remote: Total 556 (delta 21), reused 39 (delta 20), pack-reused 513 | |
Receiving objects: 100% (556/556), 156.04 KiB | 568.00 KiB/s, done. | |
Resolving deltas: 100% (263/263), done. | |
+ minishift addon install /home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts/.repos/minishift-addons/add-ons/istio | |
Addon 'istio' installed | |
+ minishift addon apply istio | |
-- Applying addon 'istio': | |
Prepare for install istio... | |
Installing istio-operator... | |
Installing Istio.. | |
'minishift addons enable admin-user' | |
'minishift addons apply admin-user' | |
'minishift addons enable anyuid' | |
'minishift addons apply anyuid' | |
'oc adm policy add-scc-to-user anyuid -z default -n myproject' | |
'oc adm policy add-scc-to-user privileged -z default -n myproject' | |
Please wait for few seconds before all pods are up! | |
Watch the pods status via minishift console or oc get pods -w -n istio-system --as system:admin | |
+ timeout 600 bash -c -- 'until oc get pods -n istio-system | grep openshift-ansible-istio-installer | grep Completed; do sleep 5; oc get pods -n istio-system; done' | |
No resources found. | |
No resources found. | |
No resources found. | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 0/1 ContainerCreating 0 2s | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 0/1 ContainerCreating 0 7s | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 0/1 ContainerCreating 0 13s | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 0/1 ContainerCreating 0 18s | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 0/1 ContainerCreating 0 24s | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 0/1 ContainerCreating 0 31s | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 0/1 ContainerCreating 0 40s | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 0/1 ContainerCreating 0 45s | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 0/1 ContainerCreating 0 51s | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 57s | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 0/1 Pending 0 2s | |
istio-egressgateway-bf89bb48-qlmmr 0/1 ContainerCreating 0 3s | |
istio-galley-75c6976d79-jbwbp 0/1 Pending 0 2s | |
istio-ingressgateway-586775887f-6bfnl 0/1 ContainerCreating 0 3s | |
istio-pilot-c5dd8cc5-fljhp 0/2 Pending 0 3s | |
istio-policy-6bdd478f9f-768h2 0/2 ContainerCreating 0 3s | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 Pending 0 1s | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 0/1 ContainerCreating 0 3s | |
istio-telemetry-694676fd6-npwnj 0/2 ContainerCreating 0 3s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 2m | |
prometheus-6ffc56584f-hwptb 0/1 Pending 0 2s | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 0/1 Pending 0 7s | |
istio-egressgateway-bf89bb48-qlmmr 0/1 ContainerCreating 0 8s | |
istio-galley-75c6976d79-jbwbp 0/1 Pending 0 7s | |
istio-ingressgateway-586775887f-6bfnl 0/1 ContainerCreating 0 8s | |
istio-pilot-c5dd8cc5-fljhp 0/2 ContainerCreating 0 8s | |
istio-policy-6bdd478f9f-768h2 0/2 ContainerCreating 0 8s | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 Pending 0 6s | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 0/1 ContainerCreating 0 8s | |
istio-telemetry-694676fd6-npwnj 0/2 ContainerCreating 0 8s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 2m | |
prometheus-6ffc56584f-hwptb 0/1 Pending 0 7s | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 0/1 ContainerCreating 0 13s | |
istio-egressgateway-bf89bb48-qlmmr 0/1 ContainerCreating 0 14s | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 13s | |
istio-ingressgateway-586775887f-6bfnl 0/1 ContainerCreating 0 14s | |
istio-pilot-c5dd8cc5-fljhp 0/2 ContainerCreating 0 14s | |
istio-policy-6bdd478f9f-768h2 0/2 ContainerCreating 0 14s | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 12s | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 14s | |
istio-telemetry-694676fd6-npwnj 0/2 ContainerCreating 0 14s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 2m | |
prometheus-6ffc56584f-hwptb 0/1 ContainerCreating 0 13s | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 0/1 ContainerCreating 0 18s | |
istio-egressgateway-bf89bb48-qlmmr 0/1 ContainerCreating 0 19s | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 18s | |
istio-ingressgateway-586775887f-6bfnl 0/1 ContainerCreating 0 19s | |
istio-pilot-c5dd8cc5-fljhp 0/2 ContainerCreating 0 19s | |
istio-policy-6bdd478f9f-768h2 0/2 ContainerCreating 0 19s | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 17s | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 19s | |
istio-telemetry-694676fd6-npwnj 0/2 ContainerCreating 0 19s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 2m | |
prometheus-6ffc56584f-hwptb 0/1 ContainerCreating 0 18s | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 0/1 ContainerCreating 0 24s | |
istio-egressgateway-bf89bb48-qlmmr 0/1 ContainerCreating 0 25s | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 24s | |
istio-ingressgateway-586775887f-6bfnl 0/1 ContainerCreating 0 25s | |
istio-pilot-c5dd8cc5-fljhp 0/2 ContainerCreating 0 25s | |
istio-policy-6bdd478f9f-768h2 0/2 ContainerCreating 0 25s | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 23s | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 25s | |
istio-telemetry-694676fd6-npwnj 0/2 ContainerCreating 0 25s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 2m | |
prometheus-6ffc56584f-hwptb 0/1 ContainerCreating 0 24s | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 0/1 ContainerCreating 0 29s | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 30s | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 29s | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 30s | |
istio-pilot-c5dd8cc5-fljhp 0/2 ContainerCreating 0 30s | |
istio-policy-6bdd478f9f-768h2 0/2 ContainerCreating 0 30s | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 28s | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 30s | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 30s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 2m | |
prometheus-6ffc56584f-hwptb 0/1 ContainerCreating 0 29s | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 0/1 ContainerCreating 0 35s | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 36s | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 35s | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 36s | |
istio-pilot-c5dd8cc5-fljhp 1/2 Running 0 36s | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 36s | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 34s | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 36s | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 36s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 2m | |
prometheus-6ffc56584f-hwptb 0/1 ContainerCreating 0 35s | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 0/1 ContainerCreating 0 42s | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 43s | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 42s | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 43s | |
istio-pilot-c5dd8cc5-fljhp 1/2 Running 0 43s | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 43s | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 41s | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 43s | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 43s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 3m | |
prometheus-6ffc56584f-hwptb 0/1 ContainerCreating 0 42s | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 47s | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 48s | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 47s | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 48s | |
istio-pilot-c5dd8cc5-fljhp 1/2 Running 0 48s | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 48s | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 46s | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 48s | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 48s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 3m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 47s | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 53s | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 54s | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 53s | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 54s | |
istio-pilot-c5dd8cc5-fljhp 1/2 Running 0 54s | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 54s | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 52s | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 54s | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 54s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 3m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 53s | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 58s | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 59s | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 58s | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 59s | |
istio-pilot-c5dd8cc5-fljhp 1/2 Running 0 59s | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 59s | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 57s | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 59s | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 59s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 3m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 58s | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 1m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 1m | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 1m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 1m | |
istio-pilot-c5dd8cc5-fljhp 1/2 Running 0 1m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 1m | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 1m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 1m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 1m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 3m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 1m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 1m | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 1m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 1m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 1m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 1m | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 1m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 1m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 1m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 3m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 1m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 1m | |
istio-galley-75c6976d79-jbwbp 0/1 ContainerCreating 0 1m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 1m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 1m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 1m | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 ContainerCreating 0 1m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 1m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 1m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 3m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 1m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 1m | |
istio-galley-75c6976d79-jbwbp 0/1 Running 0 1m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 1m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 1m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 1m | |
istio-sidecar-injector-879fd9dfc-q4tzj 0/1 Running 0 1m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 1m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 1m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 3m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 1m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 1m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 1m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 1m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 1m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 1m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 1m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 1m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 1m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 3m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 1m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 1m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 1m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 1m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 1m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 1m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 1m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 1m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 1m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 3m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
grafana-648c7d5cc6-q2g47 0/1 ContainerCreating 0 3s | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 1m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 1m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 1m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 1m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 1m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 1m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 1m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 1m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 1m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 3m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 2s | |
grafana-648c7d5cc6-q2g47 0/1 ContainerCreating 0 9s | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 1m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 1m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 1m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 1m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 1m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 1m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 1m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 1m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 1m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 4m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 7s | |
grafana-648c7d5cc6-q2g47 0/1 ContainerCreating 0 14s | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 1m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 1m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 1m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 1m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 1m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 1m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 1m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 1m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 1m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 4m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 13s | |
grafana-648c7d5cc6-q2g47 0/1 Running 0 20s | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 1m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 1m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 1m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 1m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 1m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 1m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 1m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 1m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 1m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 4m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 18s | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 25s | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 1m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 2m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 1m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 2m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 2m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 2m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 1m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 2m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 2m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 4m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 1m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 24s | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 31s | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 2m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 2m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 2m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 2m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 2m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 2m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 2m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 2m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 2m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 4m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 29s | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 36s | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 2m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 2m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 2m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 2m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 2m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 2m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 2m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 2m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 2m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 4m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 35s | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 42s | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 2m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 2m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 2m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 2m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 2m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 2m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 2m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 2m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 2m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 4m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 40s | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 47s | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 2m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 2m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 2m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 2m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 2m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 2m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 2m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 2m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 2m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 4m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 50s | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 57s | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 2m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 2m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 2m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 2m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 2m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 2m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 2m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 2m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 2m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 4m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 55s | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 1m | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 2m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 2m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 2m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 2m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 2m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 2m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 2m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 2m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 2m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 4m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 1m | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 1m | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 2m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 2m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 2m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 2m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 2m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 2m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 2m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 2m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 2m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 5m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 1m | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 1m | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 2m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 2m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 2m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 2m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 2m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 2m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 2m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 2m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 2m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 5m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 0/1 ContainerCreating 0 1m | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 1m | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 2m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 2m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 2m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 2m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 2m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 2m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 2m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 2m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 2m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 5m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 1/1 Running 0 1m | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 1m | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 2m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 3m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 2m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 3m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 3m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 3m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 2m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 3m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 3m | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 5m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 2m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 1/1 Running 0 1m | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 1m | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 3m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 3m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 3m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 3m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 3m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 3m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 3m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 3m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 3m | |
jaeger-agent-477lh 0/1 ContainerCreating 0 5s | |
jaeger-collector-5f87d97b6f-4zfcn 0/1 ContainerCreating 0 6s | |
jaeger-query-56f6686987-qn4gg 0/1 ContainerCreating 0 6s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 5m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 3m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 1/1 Running 0 1m | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 1m | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 3m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 3m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 3m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 3m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 3m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 3m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 3m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 3m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 3m | |
jaeger-agent-477lh 1/1 Running 0 10s | |
jaeger-collector-5f87d97b6f-4zfcn 1/1 Running 0 11s | |
jaeger-query-56f6686987-qn4gg 0/1 ContainerCreating 0 11s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 5m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 3m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 1/1 Running 0 1m | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 1m | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 3m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 3m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 3m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 3m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 3m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 3m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 3m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 3m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 3m | |
jaeger-agent-477lh 1/1 Running 0 16s | |
jaeger-collector-5f87d97b6f-4zfcn 1/1 Running 0 17s | |
jaeger-query-56f6686987-qn4gg 1/1 Running 0 17s | |
kiali-6b8c686d9b-nf6q4 0/1 Pending 0 0s | |
openshift-ansible-istio-installer-job-zgz69 1/1 Running 0 5m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 3m | |
NAME READY STATUS RESTARTS AGE | |
elasticsearch-0 1/1 Running 0 1m | |
grafana-648c7d5cc6-q2g47 1/1 Running 0 1m | |
istio-citadel-746c765786-b7bvc 1/1 Running 0 3m | |
istio-egressgateway-bf89bb48-qlmmr 1/1 Running 0 3m | |
istio-galley-75c6976d79-jbwbp 1/1 Running 0 3m | |
istio-ingressgateway-586775887f-6bfnl 1/1 Running 0 3m | |
istio-pilot-c5dd8cc5-fljhp 2/2 Running 0 3m | |
istio-policy-6bdd478f9f-768h2 2/2 Running 0 3m | |
istio-sidecar-injector-879fd9dfc-q4tzj 1/1 Running 0 3m | |
istio-statsd-prom-bridge-549d687fd9-2tsbq 1/1 Running 0 3m | |
istio-telemetry-694676fd6-npwnj 2/2 Running 0 3m | |
jaeger-agent-477lh 1/1 Running 0 22s | |
jaeger-collector-5f87d97b6f-4zfcn 1/1 Running 0 23s | |
jaeger-query-56f6686987-qn4gg 1/1 Running 0 23s | |
kiali-6b8c686d9b-nf6q4 0/1 ContainerCreating 0 6s | |
openshift-ansible-istio-installer-job-zgz69 0/1 Completed 0 5m | |
prometheus-6ffc56584f-hwptb 1/1 Running 0 3m | |
openshift-ansible-istio-installer-job-zgz69 0/1 Completed 0 5m | |
+ git clone https://github.com/operator-framework/operator-lifecycle-manager /home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts/.repos/olm | |
Cloning into '/home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts/.repos/olm'... | |
remote: Enumerating objects: 2, done. | |
remote: Counting objects: 100% (2/2), done. | |
remote: Compressing objects: 100% (2/2), done. | |
remote: Total 21350 (delta 0), reused 0 (delta 0), pack-reused 21348 | |
Receiving objects: 100% (21350/21350), 13.08 MiB | 9.96 MiB/s, done. | |
Resolving deltas: 100% (12071/12071), done. | |
+ oc create -f /home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts/.repos/olm/deploy/okd/manifests/latest/ | |
namespace/openshift-operator-lifecycle-manager created | |
clusterrole.rbac.authorization.k8s.io/system:controller:operator-lifecycle-manager created | |
serviceaccount/olm-operator-serviceaccount created | |
clusterrolebinding.rbac.authorization.k8s.io/olm-operator-binding-openshift-operator-lifecycle-manager created | |
customresourcedefinition.apiextensions.k8s.io/clusterserviceversions.operators.coreos.com created | |
customresourcedefinition.apiextensions.k8s.io/installplans.operators.coreos.com created | |
customresourcedefinition.apiextensions.k8s.io/subscriptions.operators.coreos.com created | |
customresourcedefinition.apiextensions.k8s.io/catalogsources.operators.coreos.com created | |
configmap/rh-operators created | |
catalogsource.operators.coreos.com/rh-operators created | |
deployment.apps/olm-operator created | |
deployment.apps/catalog-operator created | |
clusterrole.rbac.authorization.k8s.io/aggregate-olm-edit created | |
clusterrole.rbac.authorization.k8s.io/aggregate-olm-view created | |
apiservice.apiregistration.k8s.io/v1alpha1.packages.apps.redhat.com created | |
clusterrolebinding.rbac.authorization.k8s.io/packagemanifest:system:auth-delegator created | |
rolebinding.rbac.authorization.k8s.io/packagemanifest-auth-reader created | |
clusterrolebinding.rbac.authorization.k8s.io/packagemanifest-view created | |
clusterrolebinding.rbac.authorization.k8s.io/package-apiserver-clusterrolebinding created | |
secret/package-server-certs created | |
deployment.apps/package-server created | |
service/package-server created | |
customresourcedefinition.apiextensions.k8s.io/operatorgroups.operators.coreos.com created | |
+ timeout 300 bash -c -- 'while oc get pods -n openshift-operator-lifecycle-manager | grep -v -E "(Running|Completed|STATUS)"; do sleep 5; done' | |
catalog-operator-5c5d564744-n28sc 0/1 ContainerCreating 0 1s | |
olm-operator-55f95dbcb6-j6cn4 0/1 ContainerCreating 0 1s | |
package-server-8db87bc5d-g58lg 0/1 ContainerCreating 0 0s | |
catalog-operator-5c5d564744-n28sc 0/1 ContainerCreating 0 7s | |
olm-operator-55f95dbcb6-j6cn4 0/1 ContainerCreating 0 7s | |
package-server-8db87bc5d-g58lg 0/1 ContainerCreating 0 6s | |
catalog-operator-5c5d564744-n28sc 0/1 ContainerCreating 0 12s | |
package-server-8db87bc5d-g58lg 0/1 ContainerCreating 0 11s | |
+ oc apply -f /home/jsanda/Development/redhat/openshift-cloud-functions/knative-operators/etc/scripts/../../knative-operators.catalogsource.yaml | |
configmap/knative-operators created | |
catalogsource.operators.coreos.com/knative-operators created | |
+ oc create ns knative-build | |
namespace/knative-build created | |
+ oc create ns knative-serving | |
namespace/knative-serving created | |
+ oc create ns knative-eventing | |
namespace/knative-eventing created | |
+ cat | |
+ oc apply -f - | |
subscription.operators.coreos.com/knative-build-subscription created | |
subscription.operators.coreos.com/knative-serving-subscription created | |
subscription.operators.coreos.com/knative-eventing-subscription created | |
[jsanda@localhost knative-operators]$ . ~/bin/init_knative_env.sh | |
[jsanda@localhost knative-operators]$ oc login -u admin -p admin | |
Login successful. | |
You have access to the following projects and can switch between them with 'oc project <projectname>': | |
default | |
istio-operator | |
istio-system | |
knative-build | |
knative-eventing | |
knative-serving | |
kube-dns | |
kube-proxy | |
kube-public | |
kube-system | |
* myproject | |
openshift | |
openshift-apiserver | |
openshift-controller-manager | |
openshift-core-operators | |
openshift-infra | |
openshift-node | |
openshift-operator-lifecycle-manager | |
openshift-service-cert-signer | |
openshift-web-console | |
Using project "myproject". | |
[jsanda@localhost knative-operators]$ oc get crd | |
NAME CREATED AT | |
adapters.config.istio.io 2018-11-14T20:49:14Z | |
apikeys.config.istio.io 2018-11-14T20:49:14Z | |
attributemanifests.config.istio.io 2018-11-14T20:49:14Z | |
authorizations.config.istio.io 2018-11-14T20:49:14Z | |
bypasses.config.istio.io 2018-11-14T20:49:14Z | |
catalogsources.operators.coreos.com 2018-11-14T20:52:51Z | |
checknothings.config.istio.io 2018-11-14T20:49:14Z | |
circonuses.config.istio.io 2018-11-14T20:49:14Z | |
clusterserviceversions.operators.coreos.com 2018-11-14T20:52:51Z | |
deniers.config.istio.io 2018-11-14T20:49:14Z | |
destinationrules.networking.istio.io 2018-11-14T20:49:13Z | |
edges.config.istio.io 2018-11-14T20:49:14Z | |
envoyfilters.networking.istio.io 2018-11-14T20:49:13Z | |
fluentds.config.istio.io 2018-11-14T20:49:14Z | |
gateways.networking.istio.io 2018-11-14T20:49:13Z | |
handlers.config.istio.io 2018-11-14T20:49:14Z | |
httpapispecbindings.config.istio.io 2018-11-14T20:49:13Z | |
httpapispecs.config.istio.io 2018-11-14T20:49:13Z | |
installations.istio.openshift.com 2018-11-14T20:46:47Z | |
installplans.operators.coreos.com 2018-11-14T20:52:51Z | |
instances.config.istio.io 2018-11-14T20:49:14Z | |
kubernetesenvs.config.istio.io 2018-11-14T20:49:14Z | |
kuberneteses.config.istio.io 2018-11-14T20:49:14Z | |
listcheckers.config.istio.io 2018-11-14T20:49:14Z | |
listentries.config.istio.io 2018-11-14T20:49:14Z | |
logentries.config.istio.io 2018-11-14T20:49:14Z | |
memquotas.config.istio.io 2018-11-14T20:49:14Z | |
meshpolicies.authentication.istio.io 2018-11-14T20:49:13Z | |
metrics.config.istio.io 2018-11-14T20:49:14Z | |
noops.config.istio.io 2018-11-14T20:49:14Z | |
opas.config.istio.io 2018-11-14T20:49:14Z | |
openshiftwebconsoleconfigs.webconsole.operator.openshift.io 2018-11-14T20:44:59Z | |
operatorgroups.operators.coreos.com 2018-11-14T20:52:52Z | |
policies.authentication.istio.io 2018-11-14T20:49:13Z | |
prometheuses.config.istio.io 2018-11-14T20:49:14Z | |
quotas.config.istio.io 2018-11-14T20:49:14Z | |
quotaspecbindings.config.istio.io 2018-11-14T20:49:13Z | |
quotaspecs.config.istio.io 2018-11-14T20:49:13Z | |
rbacconfigs.rbac.istio.io 2018-11-14T20:49:14Z | |
rbacs.config.istio.io 2018-11-14T20:49:14Z | |
redisquotas.config.istio.io 2018-11-14T20:49:14Z | |
reportnothings.config.istio.io 2018-11-14T20:49:14Z | |
rules.config.istio.io 2018-11-14T20:49:14Z | |
servicecertsigneroperatorconfigs.servicecertsigner.config.openshift.io 2018-11-14T20:43:38Z | |
servicecontrolreports.config.istio.io 2018-11-14T20:49:14Z | |
servicecontrols.config.istio.io 2018-11-14T20:49:14Z | |
serviceentries.networking.istio.io 2018-11-14T20:49:13Z | |
servicerolebindings.rbac.istio.io 2018-11-14T20:49:14Z | |
serviceroles.rbac.istio.io 2018-11-14T20:49:14Z | |
signalfxs.config.istio.io 2018-11-14T20:49:14Z | |
solarwindses.config.istio.io 2018-11-14T20:49:14Z | |
stackdrivers.config.istio.io 2018-11-14T20:49:14Z | |
statsds.config.istio.io 2018-11-14T20:49:14Z | |
stdios.config.istio.io 2018-11-14T20:49:14Z | |
subscriptions.operators.coreos.com 2018-11-14T20:52:51Z | |
templates.config.istio.io 2018-11-14T20:49:14Z | |
tracespans.config.istio.io 2018-11-14T20:49:14Z | |
virtualservices.networking.istio.io 2018-11-14T20:49:13Z | |
[jsanda@localhost knative-operators]$ oc get crd | grep knatifve | |
[jsanda@localhost knative-operators]$ oc get crd | grep knative | |
[jsanda@localhost knative-operators]$ oc -n knative-serving get pdos | |
error: the server doesn't have a resource type "pdos" | |
[jsanda@localhost knative-operators]$ oc -n knative-serving get pods | |
No resources found. | |
[jsanda@localhost knative-operators]$ oc get project | |
NAME DISPLAY NAME STATUS | |
default Active | |
istio-operator Active | |
istio-system Active | |
knative-build Active | |
knative-eventing Active | |
knative-serving Active | |
kube-dns Active | |
kube-proxy Active | |
kube-public Active | |
kube-system Active | |
myproject My Project Active | |
openshift Active | |
openshift-apiserver Active | |
openshift-controller-manager Active | |
openshift-core-operators Active | |
openshift-infra Active | |
openshift-node Active | |
openshift-operator-lifecycle-manager Active | |
openshift-service-cert-signer Active | |
openshift-web-console Active |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment