Created
June 7, 2018 21:22
-
-
Save danehans/81a5769116a914a80c348d201a2f8e98 to your computer and use it in GitHub Desktop.
Istio 0.8.0 E2E Simple CCP 0.1.0 Test Success
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
make e2e_simple E2E_ARGS="--auth_enable --use_local_cluster --istioctl ${GOPATH}/out/linux_amd64/release/istioctl-linux" | |
bin/gobuild.sh /go/out/linux_amd64/release/istioctl istio.io/istio/pkg/version ./istioctl/cmd/istioctl | |
real 0m31.510s | |
user 1m27.952s | |
sys 0m7.864s | |
./install/updateVersion.sh -a docker.io/istio,0.8.0 | |
/tmp/templates /go/src/istio.io/istio | |
/go/src/istio.io/istio | |
/tmp/templates/addons /go/src/istio.io/istio | |
/go/src/istio.io/istio | |
/tmp/templates /go/src/istio.io/istio | |
/go/src/istio.io/istio | |
/tmp/templates /go/src/istio.io/istio | |
/go/src/istio.io/istio | |
-a docker.io/istio,0.8.0 | |
make[1]: Entering directory '/go/src/istio.io/istio' | |
bin/init_helm.sh | |
+++ dirname bin/init_helm.sh | |
++ cd bin/../../../.. | |
++ pwd | |
+ GO_TOP=/go | |
+ export OUT_DIR=/go/out | |
+ OUT_DIR=/go/out | |
+ HELM_VER=v2.7.2 | |
+ export GOPATH=/go | |
+ GOPATH=/go | |
+ export ISTIO_BIN=/go/bin | |
+ ISTIO_BIN=/go/bin | |
+ export GOARCH=amd64 | |
+ GOARCH=amd64 | |
+ LOCAL_OS=linux-gnu | |
+ case $LOCAL_OS in | |
+ LOCAL_OS=linux | |
+ export GOOS=linux | |
+ GOOS=linux | |
+ export ISTIO_OUT=/go/out/linux_amd64/release | |
+ ISTIO_OUT=/go/out/linux_amd64/release | |
+ '[' '!' -f /go/out/linux_amd64/release/helm ']' | |
++ mktemp -d | |
+ TD=/tmp/tmp.DsT8BdSwCl | |
+ cd /tmp/tmp.DsT8BdSwCl | |
+ curl -Lo /tmp/tmp.DsT8BdSwCl/helm.tgz https://storage.googleapis.com/kubernetes-helm/helm-v2.7.2-linux-amd64.tar.gz | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 11.6M 100 11.6M 0 0 16.6M 0 --:--:-- --:--:-- --:--:-- 16.6M | |
+ tar xfz helm.tgz | |
+ mv linux-amd64/helm /go/out/linux_amd64/release/helm | |
+ rm -rf /tmp/tmp.DsT8BdSwCl | |
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio.yaml | |
/go/out/linux_amd64/release/helm template --set global.tag=0.8.0 \ | |
--namespace=istio-system \ | |
--set global.hub=docker.io/istio \ | |
--values install/kubernetes/helm/istio/values-istio.yaml \ | |
install/kubernetes/helm/istio >> install/kubernetes/istio.yaml | |
make[1]: Leaving directory '/go/src/istio.io/istio' | |
make[1]: Entering directory '/go/src/istio.io/istio' | |
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-auth.yaml | |
/go/out/linux_amd64/release/helm template --set global.tag=0.8.0 \ | |
--namespace=istio-system \ | |
--set global.hub=docker.io/istio \ | |
--values install/kubernetes/helm/istio/values-istio-auth.yaml \ | |
install/kubernetes/helm/istio >> install/kubernetes/istio-auth.yaml | |
make[1]: Leaving directory '/go/src/istio.io/istio' | |
make[1]: Entering directory '/go/src/istio.io/istio' | |
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-one-namespace.yaml | |
/go/out/linux_amd64/release/helm template --set global.tag=0.8.0 \ | |
--namespace=istio-system \ | |
--set global.hub=docker.io/istio \ | |
--values install/kubernetes/helm/istio/values-istio-one-namespace.yaml \ | |
install/kubernetes/helm/istio >> install/kubernetes/istio-one-namespace.yaml | |
make[1]: Leaving directory '/go/src/istio.io/istio' | |
make[1]: Entering directory '/go/src/istio.io/istio' | |
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-one-namespace-auth.yaml | |
/go/out/linux_amd64/release/helm template --set global.tag=0.8.0 \ | |
--namespace=istio-system \ | |
--set global.hub=docker.io/istio \ | |
--values install/kubernetes/helm/istio/values-istio-one-namespace-auth.yaml \ | |
install/kubernetes/helm/istio >> install/kubernetes/istio-one-namespace-auth.yaml | |
make[1]: Leaving directory '/go/src/istio.io/istio' | |
make[1]: Entering directory '/go/src/istio.io/istio' | |
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-multicluster.yaml | |
/go/out/linux_amd64/release/helm template --set global.tag=0.8.0 \ | |
--namespace=istio-system \ | |
--set global.hub=docker.io/istio \ | |
--values install/kubernetes/helm/istio/values-istio-multicluster.yaml \ | |
install/kubernetes/helm/istio >> install/kubernetes/istio-multicluster.yaml | |
make[1]: Leaving directory '/go/src/istio.io/istio' | |
make[1]: Entering directory '/go/src/istio.io/istio' | |
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-auth-multicluster.yaml | |
/go/out/linux_amd64/release/helm template --set global.tag=0.8.0 \ | |
--namespace=istio-system \ | |
--set global.hub=docker.io/istio \ | |
--values install/kubernetes/helm/istio/values-istio-auth-multicluster.yaml \ | |
install/kubernetes/helm/istio >> install/kubernetes/istio-auth-multicluster.yaml | |
make[1]: Leaving directory '/go/src/istio.io/istio' | |
make[1]: Entering directory '/go/src/istio.io/istio' | |
cat install/kubernetes/templates/namespace.yaml > install/kubernetes/istio-remote.yaml | |
/go/out/linux_amd64/release/helm template --namespace=istio-system \ | |
install/kubernetes/helm/istio-remote >> install/kubernetes/istio-remote.yaml | |
make[1]: Leaving directory '/go/src/istio.io/istio' | |
go test -v -timeout 20m ./tests/e2e/tests/simple -args --auth_enable --use_local_cluster --istioctl /go/out/linux_amd64/release/istioctl-linux --istioctl=/go/out/linux_amd64/release/istioctl --mixer_tag=0.8.0 --pilot_tag=0.8.0 --proxy_tag=0.8.0 --ca_tag=0.8.0 --galley_tag=0.8.0 --mixer_hub=docker.io/istio --pilot_hub=docker.io/istio --proxy_hub=docker.io/istio --ca_hub=docker.io/istio --galley_hub=docker.io/istio | |
2018-06-07T20:50:36.689868Z info Logging initialized | |
2018-06-07T20:50:36.690329Z info Using temp dir /tmp/istio.e2e.224379072 | |
2018-06-07T20:50:36.690463Z info Using release dir: /go/src/istio.io/istio | |
2018-06-07T20:50:36.690604Z info Fortio hub tag -> image istio/fortio:latest_release | |
2018-06-07T20:50:36.690701Z info Starting Initialization | |
2018-06-07T20:50:36.690738Z info Setting up kubeInfo setupSkip=false | |
2018-06-07T20:50:36.695005Z info Running command kubectl create namespace simple-auth-test-e9c7c14b0b05452d8d85 --kubeconfig= | |
2018-06-07T20:50:37.009557Z info namespace simple-auth-test-e9c7c14b0b05452d8d85 created | |
2018-06-07T20:50:37.009622Z info Running command kubectl apply -n simple-auth-test-e9c7c14b0b05452d8d85 -f /tmp/istio.e2e.224379072/yaml/istio-one-namespace-auth.yaml --kubeconfig= | |
2018-06-07T20:50:38.226018Z info Command output: | |
Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply | |
namespace "simple-auth-test-e9c7c14b0b05452d8d85" configured | |
configmap "istio-statsd-prom-bridge" created | |
configmap "istio-mixer-custom-resources" created | |
configmap "prometheus" created | |
configmap "istio" created | |
configmap "istio-sidecar-injector" created | |
serviceaccount "istio-egressgateway-service-account" created | |
serviceaccount "istio-ingress-service-account" created | |
serviceaccount "istio-ingressgateway-service-account" created | |
serviceaccount "istio-mixer-post-install-account" created | |
clusterrole.rbac.authorization.k8s.io "istio-mixer-post-install-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrolebinding.rbac.authorization.k8s.io "istio-mixer-post-install-role-binding-simple-auth-test-e9c7c14b0b05452d8d85" created | |
job.batch "istio-mixer-post-install" created | |
serviceaccount "istio-mixer-service-account" created | |
serviceaccount "istio-pilot-service-account" created | |
serviceaccount "prometheus" created | |
serviceaccount "istio-citadel-service-account" created | |
serviceaccount "istio-cleanup-old-ca-service-account" created | |
serviceaccount "istio-sidecar-injector-service-account" created | |
customresourcedefinition.apiextensions.k8s.io "rules.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "attributemanifests.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "circonuses.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "deniers.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "fluentds.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "kubernetesenvs.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "listcheckers.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "memquotas.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "noops.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "opas.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "prometheuses.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "rbacs.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "servicecontrols.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "solarwindses.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "stackdrivers.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "statsds.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "stdios.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "apikeys.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "authorizations.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "checknothings.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "kuberneteses.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "listentries.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "logentries.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "metrics.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "quotas.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "reportnothings.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "servicecontrolreports.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "tracespans.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "serviceroles.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "servicerolebindings.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "destinationpolicies.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "egressrules.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "routerules.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "virtualservices.networking.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "destinationrules.networking.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "serviceentries.networking.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "gateways.networking.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "policies.authentication.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "httpapispecbindings.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "httpapispecs.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "quotaspecbindings.config.istio.io" configured | |
customresourcedefinition.apiextensions.k8s.io "quotaspecs.config.istio.io" configured | |
clusterrole.rbac.authorization.k8s.io "istio-ingress-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrole.rbac.authorization.k8s.io "istio-mixer-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrole.rbac.authorization.k8s.io "istio-pilot-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrole.rbac.authorization.k8s.io "prometheus-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrolebinding.rbac.authorization.k8s.io "prometheus-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrole.rbac.authorization.k8s.io "istio-citadel-simple-auth-test-e9c7c14b0b05452d8d85" created | |
role.rbac.authorization.k8s.io "istio-cleanup-old-ca-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrole.rbac.authorization.k8s.io "istio-sidecar-injector-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrolebinding.rbac.authorization.k8s.io "istio-ingress-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrolebinding.rbac.authorization.k8s.io "istio-mixer-admin-role-binding-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrolebinding.rbac.authorization.k8s.io "istio-pilot-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrolebinding.rbac.authorization.k8s.io "istio-citadel-simple-auth-test-e9c7c14b0b05452d8d85" created | |
rolebinding.rbac.authorization.k8s.io "istio-cleanup-old-ca-simple-auth-test-e9c7c14b0b05452d8d85" created | |
clusterrolebinding.rbac.authorization.k8s.io "istio-sidecar-injector-admin-role-binding-simple-auth-test-e9c7c14b0b05452d8d85" created | |
service "istio-egressgateway" created | |
service "istio-ingress" created | |
service "istio-ingressgateway" created | |
service "istio-policy" created | |
service "istio-telemetry" created | |
service "istio-statsd-prom-bridge" created | |
deployment.extensions "istio-statsd-prom-bridge" created | |
service "istio-pilot" created | |
service "prometheus" created | |
service "istio-citadel" created | |
service "istio-sidecar-injector" created | |
deployment.extensions "istio-egressgateway" created | |
deployment.extensions "istio-ingress" created | |
deployment.extensions "istio-ingressgateway" created | |
deployment.extensions "istio-policy" created | |
deployment.extensions "istio-telemetry" created | |
deployment.extensions "istio-pilot" created | |
deployment.extensions "prometheus" created | |
deployment.extensions "istio-citadel" created | |
deployment.extensions "istio-sidecar-injector" created | |
job.batch "istio-cleanup-old-ca" created | |
horizontalpodautoscaler.autoscaling "istio-egressgateway" created | |
horizontalpodautoscaler.autoscaling "istio-ingress" created | |
horizontalpodautoscaler.autoscaling "istio-ingressgateway" created | |
mutatingwebhookconfiguration.admissionregistration.k8s.io "istio-sidecar-injector" configured | |
2018-06-07T20:50:38.226088Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 get deployment -o name --kubeconfig= | |
2018-06-07T20:50:38.351219Z info Command output: | |
deployment.extensions/istio-citadel | |
deployment.extensions/istio-egressgateway | |
deployment.extensions/istio-ingress | |
deployment.extensions/istio-ingressgateway | |
deployment.extensions/istio-pilot | |
deployment.extensions/istio-policy | |
deployment.extensions/istio-sidecar-injector | |
deployment.extensions/istio-statsd-prom-bridge | |
deployment.extensions/istio-telemetry | |
deployment.extensions/prometheus | |
2018-06-07T20:50:38.351433Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-citadel --kubeconfig= | |
2018-06-07T20:50:38.351458Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/prometheus --kubeconfig= | |
2018-06-07T20:50:38.351435Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-sidecar-injector --kubeconfig= | |
2018-06-07T20:50:38.351681Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-statsd-prom-bridge --kubeconfig= | |
2018-06-07T20:50:38.351756Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-pilot --kubeconfig= | |
2018-06-07T20:50:38.351802Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-ingressgateway --kubeconfig= | |
2018-06-07T20:50:38.352100Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-policy --kubeconfig= | |
2018-06-07T20:50:38.352171Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-egressgateway --kubeconfig= | |
2018-06-07T20:50:38.352343Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-telemetry --kubeconfig= | |
2018-06-07T20:50:38.352352Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-ingress --kubeconfig= | |
2018-06-07T20:51:40.337651Z info Running command kubectl create secret tls istio-ingress-certs -n simple-auth-test-e9c7c14b0b05452d8d85 --key /go/src/istio.io/istio/tests/testdata/certs/cert.key --cert /go/src/istio.io/istio/tests/testdata/certs/cert.crt --kubeconfig= | |
2018-06-07T20:51:40.441501Z info Command output: | |
secret "istio-ingress-certs" created | |
2018-06-07T20:51:40.441547Z info Setting up istioctl | |
2018-06-07T20:51:40.441556Z info Setting up apps | |
2018-06-07T20:51:40.441579Z info Setup &{/go/src/istio.io/istio/tests/e2e/tests/simple/testdata/servicesToBeInjected.yaml true 0xc420047310 } | |
2018-06-07T20:51:40.441883Z info Created /tmp/istio.e2e.224379072/servicesToBeInjected.yaml006307826.yaml from template /go/src/istio.io/istio/tests/e2e/tests/simple/testdata/servicesToBeInjected.yaml | |
2018-06-07T20:51:40.441963Z info Running command /go/out/linux_amd64/release/istioctl kube-inject -f /tmp/istio.e2e.224379072/servicesToBeInjected.yaml006307826.yaml -o /tmp/istio.e2e.224379072/KubeInject395973289.yaml --hub docker.io/istio --tag 0.8.0 -n simple-auth-test-e9c7c14b0b05452d8d85 -i simple-auth-test-e9c7c14b0b05452d8d85 --meshConfigMapName=istio | |
2018-06-07T20:51:40.540584Z info Command output: | |
Flag --hub has been deprecated, Use --injectConfigMapName or --injectConfigFile instead | |
Flag --tag has been deprecated, Use --injectConfigMapName or --injectConfigFile instead | |
2018-06-07T20:51:40.540616Z info Running command kubectl apply -n simple-auth-test-e9c7c14b0b05452d8d85 -f /tmp/istio.e2e.224379072/KubeInject395973289.yaml --kubeconfig= | |
2018-06-07T20:51:40.890763Z info Command output: | |
service "echosrv" created | |
ingress.extensions "istio-ingress" created | |
routerule.config.istio.io "fortio-redir" created | |
deployment.apps "echosrv-deployment-1" created | |
deployment.apps "echosrv-deployment-2" created | |
service "echosrv-extrap" created | |
2018-06-07T20:51:40.890850Z info Setup &{/go/src/istio.io/istio/tests/e2e/tests/simple/testdata/servicesNotInjected.yaml false 0xc420047320 } | |
2018-06-07T20:51:40.891184Z info Created /tmp/istio.e2e.224379072/servicesNotInjected.yaml145566708.yaml from template /go/src/istio.io/istio/tests/e2e/tests/simple/testdata/servicesNotInjected.yaml | |
2018-06-07T20:51:40.891203Z info Running command kubectl apply -n simple-auth-test-e9c7c14b0b05452d8d85 -f /tmp/istio.e2e.224379072/servicesNotInjected.yaml145566708.yaml --kubeconfig= | |
2018-06-07T20:51:41.094457Z info Command output: | |
service "fortio-noistio" created | |
deployment.apps "raw-cli-deployement" created | |
2018-06-07T20:51:41.094501Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 get deployment -o name --kubeconfig= | |
2018-06-07T20:51:41.223259Z info Command output: | |
deployment.extensions/echosrv-deployment-1 | |
deployment.extensions/echosrv-deployment-2 | |
deployment.extensions/istio-citadel | |
deployment.extensions/istio-egressgateway | |
deployment.extensions/istio-ingress | |
deployment.extensions/istio-ingressgateway | |
deployment.extensions/istio-pilot | |
deployment.extensions/istio-policy | |
deployment.extensions/istio-sidecar-injector | |
deployment.extensions/istio-statsd-prom-bridge | |
deployment.extensions/istio-telemetry | |
deployment.extensions/prometheus | |
deployment.extensions/raw-cli-deployement | |
2018-06-07T20:51:41.223372Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/raw-cli-deployement --kubeconfig= | |
2018-06-07T20:51:41.223389Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/echosrv-deployment-1 --kubeconfig= | |
2018-06-07T20:51:41.223560Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/echosrv-deployment-2 --kubeconfig= | |
2018-06-07T20:51:41.223676Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-citadel --kubeconfig= | |
2018-06-07T20:51:41.233680Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-telemetry --kubeconfig= | |
2018-06-07T20:51:41.233771Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-egressgateway --kubeconfig= | |
2018-06-07T20:51:41.223373Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-ingressgateway --kubeconfig= | |
2018-06-07T20:51:41.233701Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-ingress --kubeconfig= | |
2018-06-07T20:51:41.233912Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/prometheus --kubeconfig= | |
2018-06-07T20:51:41.233925Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-pilot --kubeconfig= | |
2018-06-07T20:51:41.233922Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-policy --kubeconfig= | |
2018-06-07T20:51:41.233960Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-sidecar-injector --kubeconfig= | |
2018-06-07T20:51:41.233966Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-statsd-prom-bridge --kubeconfig= | |
2018-06-07T20:51:44.213755Z info Initialization complete | |
2018-06-07T20:51:44.213822Z info Running test | |
=== RUN TestSimpleIngress | |
2018-06-07T20:51:44.213901Z info Waiting for istio-ingress to get external IP | |
2018-06-07T20:51:44.213947Z info Running command kubectl get po -l istio=ingress -n simple-auth-test-e9c7c14b0b05452d8d85 -o jsonpath='{.items[0].status.hostIP}' --kubeconfig= | |
2018-06-07T20:51:44.330499Z info Command output: | |
10.10.159.122 | |
2018-06-07T20:51:44.330622Z info Running command kubectl get svc istio-ingress -n simple-auth-test-e9c7c14b0b05452d8d85 -o jsonpath='{.spec.ports[0].nodePort}' --kubeconfig= | |
2018-06-07T20:51:44.425968Z info Command output: | |
32000 | |
2018-06-07T20:51:44.426359Z info Istio ingress: 10.10.159.122:32000 | |
2018-06-07T20:51:44.426599Z info Sanity checking http://10.10.159.122:32000 | |
2018-06-07T20:52:04.687931Z info Response 404 "404 Not Found" received from http://10.10.159.122:32000 | |
2018-06-07T20:52:04.688039Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 get deployments -ao jsonpath='{range .items[*]}{@.metadata.name}{" "}{@.status.availableReplicas}{"\n"}{end}' --kubeconfig= | |
2018-06-07T20:52:04.822730Z info Command output: | |
Flag --show-all has been deprecated, will be removed in an upcoming release | |
echosrv-deployment-1 1 | |
echosrv-deployment-2 1 | |
istio-citadel 1 | |
istio-egressgateway 1 | |
istio-ingress 1 | |
istio-ingressgateway 1 | |
istio-pilot 1 | |
istio-policy 1 | |
istio-sidecar-injector 1 | |
istio-statsd-prom-bridge 1 | |
istio-telemetry 1 | |
prometheus 1 | |
raw-cli-deployement 1 | |
2018-06-07T20:52:04.822782Z info All deployments are ready | |
2018-06-07T20:52:04.822794Z info Fetching 'http://10.10.159.122:32000/fortio/debug' | |
2018-06-07T20:52:04.834361Z info Iter 0 : ingress->Svc is up! Found 728: HTTP/1.1 200 OK\r\ncontent-type: text/plain; charset=UTF-8\r\ndate: Thu, 07 Jun 2018 20:52:04 GMT\r\ncontent-length: 561\r\nx-envoy-upstream-service-time: 9\r\nserver: envoy\r\n\r\nΦορτίο version 0.11.0 2018-05-22 17:45 d17e45b4f794ac1722747d7cfbcbe0479722868a go1...pre\nX-B3-Sampled: 1\nX-B3-Spanid: 388fde5b54b7b0fe\nX-B3-Traceid: 388fde5b54b7b0fe\nX-Envoy-Internal: true\nX-Envoy-Original-Path: /fortio/debug\nX-Forwarded-For: 10.10.159.122\nX-Forwarded-Proto: http\nX-Request-Id: b0b81e3d-e131-9775-bc2a-0b8be3e71011\n\nbody:\n\n\n | |
--- PASS: TestSimpleIngress (20.62s) | |
=== RUN TestSvc2Svc | |
2018-06-07T20:52:04.834575Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 -l app=echosrv -o jsonpath={.items[*].metadata.name} | |
2018-06-07T20:52:04.952658Z info Command output: | |
echosrv-deployment-1-66b967cd55-qcvmw echosrv-deployment-2-7b866c8f7b-c4kjv | |
2018-06-07T20:52:04.952708Z info Configuration readiness pre-check from [echosrv-deployment-1-66b967cd55-qcvmw echosrv-deployment-2-7b866c8f7b-c4kjv] to http://echosrv:8080/echo | |
2018-06-07T20:52:04.952749Z info Running command kubectl exec -n simple-auth-test-e9c7c14b0b05452d8d85 echosrv-deployment-1-66b967cd55-qcvmw -c echosrv -- /usr/local/bin/fortio curl http://echosrv:8080/echo | |
2018-06-07T20:52:05.186059Z info Command output: | |
HTTP/1.1 200 OK | |
content-length: 0 | |
date: Thu, 07 Jun 2018 20:52:05 GMT | |
x-envoy-upstream-service-time: 7 | |
server: envoy | |
2018-06-07T20:52:05.186157Z info Running command kubectl exec -n simple-auth-test-e9c7c14b0b05452d8d85 echosrv-deployment-2-7b866c8f7b-c4kjv -c echosrv -- /usr/local/bin/fortio curl http://echosrv:8080/echo | |
2018-06-07T20:52:05.430970Z info Command output: | |
HTTP/1.1 200 OK | |
content-length: 0 | |
date: Thu, 07 Jun 2018 20:52:05 GMT | |
x-envoy-upstream-service-time: 8 | |
server: envoy | |
2018-06-07T20:52:05.431039Z info All 2 pods ready | |
2018-06-07T20:52:05.431050Z info From pod "echosrv-deployment-1-66b967cd55-qcvmw" | |
2018-06-07T20:52:05.431066Z info Running command kubectl exec -n simple-auth-test-e9c7c14b0b05452d8d85 echosrv-deployment-1-66b967cd55-qcvmw -c echosrv -- /usr/local/bin/fortio load -qps 0 -t 10s http://echosrv.simple-auth-test-e9c7c14b0b05452d8d85:8080/echo | |
2018-06-07T20:52:15.737309Z info Command output: | |
Fortio 0.11.0 running at 0 queries per second, 4->4 procs, for 10s: http://echosrv.simple-auth-test-e9c7c14b0b05452d8d85:8080/echo | |
20:52:05 I httprunner.go:82> Starting http test for http://echosrv.simple-auth-test-e9c7c14b0b05452d8d85:8080/echo with 4 threads at -1.0 qps | |
Starting at max qps with 4 thread(s) [gomax 4] for 10s | |
20:52:15 I periodic.go:533> T001 ended after 10.000089544s : 3211 calls. qps=321.097124767906 | |
20:52:15 I periodic.go:533> T000 ended after 10.000268074s : 3299 calls. qps=329.8911564758119 | |
20:52:15 I periodic.go:533> T002 ended after 10.001772492s : 3273 calls. qps=327.24199661789305 | |
20:52:15 I periodic.go:533> T003 ended after 10.01233593s : 3266 calls. qps=326.1976049179564 | |
Ended after 10.012368821s : 13049 calls. qps=1303.3 | |
Aggregated Function Time : count 13049 avg 0.0030654108 +/- 0.003002 min 0.000737615 max 0.066166286 sum 40.0005461 | |
# range, mid point, percentile, count | |
>= 0.000737615 <= 0.001 , 0.000868808 , 1.78, 232 | |
> 0.001 <= 0.002 , 0.0015 , 48.61, 6111 | |
> 0.002 <= 0.003 , 0.0025 , 70.57, 2866 | |
> 0.003 <= 0.004 , 0.0035 , 79.47, 1161 | |
> 0.004 <= 0.005 , 0.0045 , 85.32, 764 | |
> 0.005 <= 0.006 , 0.0055 , 89.56, 553 | |
> 0.006 <= 0.007 , 0.0065 , 92.19, 343 | |
> 0.007 <= 0.008 , 0.0075 , 94.50, 301 | |
> 0.008 <= 0.009 , 0.0085 , 96.31, 236 | |
> 0.009 <= 0.01 , 0.0095 , 97.39, 141 | |
> 0.01 <= 0.011 , 0.0105 , 97.95, 74 | |
> 0.011 <= 0.012 , 0.0115 , 98.51, 72 | |
> 0.012 <= 0.014 , 0.013 , 99.15, 84 | |
> 0.014 <= 0.016 , 0.015 , 99.41, 34 | |
> 0.016 <= 0.018 , 0.017 , 99.58, 22 | |
> 0.018 <= 0.02 , 0.019 , 99.66, 11 | |
> 0.02 <= 0.025 , 0.0225 , 99.82, 20 | |
> 0.025 <= 0.03 , 0.0275 , 99.88, 8 | |
> 0.03 <= 0.035 , 0.0325 , 99.90, 3 | |
> 0.035 <= 0.04 , 0.0375 , 99.92, 2 | |
> 0.04 <= 0.045 , 0.0425 , 99.95, 5 | |
> 0.045 <= 0.05 , 0.0475 , 99.97, 2 | |
> 0.06 <= 0.0661663 , 0.0630831 , 100.00, 4 | |
# target 50% 0.00206333 | |
# target 75% 0.00349763 | |
# target 90% 0.00616647 | |
# target 99% 0.013536 | |
# target 99.9% 0.0349183 | |
Sockets used: 4 (for perfect keepalive, would be 4) | |
Code 200 : 13049 (100.0 %) | |
Response Header Sizes : count 13049 avg 124.01065 +/- 0.1027 min 124 max 125 sum 1618215 | |
Response Body/Total Sizes : count 13049 avg 124.01065 +/- 0.1027 min 124 max 125 sum 1618215 | |
All done 13049 calls (plus 4 warmup) 3.065 ms avg, 1303.3 qps | |
2018-06-07T20:52:15.737398Z info From pod "echosrv-deployment-2-7b866c8f7b-c4kjv" | |
2018-06-07T20:52:15.737412Z info Running command kubectl exec -n simple-auth-test-e9c7c14b0b05452d8d85 echosrv-deployment-2-7b866c8f7b-c4kjv -c echosrv -- /usr/local/bin/fortio load -qps 0 -t 10s http://echosrv.simple-auth-test-e9c7c14b0b05452d8d85:8080/echo | |
2018-06-07T20:52:26.025908Z info Command output: | |
Fortio 0.11.0 running at 0 queries per second, 4->4 procs, for 10s: http://echosrv.simple-auth-test-e9c7c14b0b05452d8d85:8080/echo | |
20:52:15 I httprunner.go:82> Starting http test for http://echosrv.simple-auth-test-e9c7c14b0b05452d8d85:8080/echo with 4 threads at -1.0 qps | |
Starting at max qps with 4 thread(s) [gomax 4] for 10s | |
20:52:26 I periodic.go:533> T002 ended after 10.006947693s : 3715 calls. qps=371.24207240522446 | |
20:52:26 I periodic.go:533> T001 ended after 10.007142851s : 3710 calls. qps=370.73518937818153 | |
20:52:26 I periodic.go:533> T003 ended after 10.00748915s : 3877 calls. qps=387.40986294249444 | |
20:52:26 I periodic.go:533> T000 ended after 10.007850192s : 3690 calls. qps=368.7105551349764 | |
Ended after 10.008008334s : 14992 calls. qps=1498 | |
Aggregated Function Time : count 14992 avg 0.0026694781 +/- 0.00269 min 0.000735676 max 0.043306377 sum 40.0208152 | |
# range, mid point, percentile, count | |
>= 0.000735676 <= 0.001 , 0.000867838 , 8.90, 1334 | |
> 0.001 <= 0.002 , 0.0015 , 55.56, 6995 | |
> 0.002 <= 0.003 , 0.0025 , 76.76, 3179 | |
> 0.003 <= 0.004 , 0.0035 , 84.90, 1220 | |
> 0.004 <= 0.005 , 0.0045 , 89.15, 637 | |
> 0.005 <= 0.006 , 0.0055 , 92.02, 430 | |
> 0.006 <= 0.007 , 0.0065 , 94.41, 359 | |
> 0.007 <= 0.008 , 0.0075 , 96.14, 260 | |
> 0.008 <= 0.009 , 0.0085 , 97.20, 158 | |
> 0.009 <= 0.01 , 0.0095 , 97.87, 101 | |
> 0.01 <= 0.011 , 0.0105 , 98.31, 66 | |
> 0.011 <= 0.012 , 0.0115 , 98.67, 53 | |
> 0.012 <= 0.014 , 0.013 , 99.13, 70 | |
> 0.014 <= 0.016 , 0.015 , 99.30, 25 | |
> 0.016 <= 0.018 , 0.017 , 99.46, 24 | |
> 0.018 <= 0.02 , 0.019 , 99.61, 23 | |
> 0.02 <= 0.025 , 0.0225 , 99.79, 27 | |
> 0.025 <= 0.03 , 0.0275 , 99.89, 14 | |
> 0.03 <= 0.035 , 0.0325 , 99.96, 11 | |
> 0.035 <= 0.04 , 0.0375 , 99.99, 4 | |
> 0.04 <= 0.0433064 , 0.0416532 , 100.00, 2 | |
# target 50% 0.00188091 | |
# target 75% 0.00291696 | |
# target 90% 0.00529721 | |
# target 99% 0.0134309 | |
# target 99.9% 0.0309127 | |
Sockets used: 4 (for perfect keepalive, would be 4) | |
Code 200 : 14992 (100.0 %) | |
Response Header Sizes : count 14992 avg 124.01861 +/- 0.1351 min 124 max 125 sum 1859287 | |
Response Body/Total Sizes : count 14992 avg 124.01861 +/- 0.1351 min 124 max 125 sum 1859287 | |
All done 14992 calls (plus 4 warmup) 2.669 ms avg, 1498.0 qps | |
--- PASS: TestSvc2Svc (21.19s) | |
=== RUN TestAuth | |
2018-06-07T20:52:26.026110Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 -l app=fortio-noistio -o jsonpath={.items[*].metadata.name} | |
2018-06-07T20:52:26.131075Z info Command output: | |
raw-cli-deployement-579cd88574-zq7pv | |
2018-06-07T20:52:26.131115Z info From client, non istio injected pod "raw-cli-deployement-579cd88574-zq7pv" | |
2018-06-07T20:52:26.131132Z info Running command kubectl exec -n simple-auth-test-e9c7c14b0b05452d8d85 raw-cli-deployement-579cd88574-zq7pv -- /usr/local/bin/fortio curl http://echosrv.simple-auth-test-e9c7c14b0b05452d8d85:8080/debug | |
2018-06-07T20:52:26.398513Z info Command output: | |
20:52:26 E http_client.go:566> Read error &{{0xc4202b2380}} {10.110.243.99 8080 } 0 : read tcp 192.170.3.67:39088->10.110.243.99:8080: read: connection reset by peer | |
20:52:26 E commonflags.go:104> Error status -1 : | |
command terminated with exit code 1 | |
2018-06-07T20:52:26.398611Z info Command error: exit status 1 | |
2018-06-07T20:52:26.398719Z info Got expected error with auth on and non istio->istio connection: command failed: "20:52:26 E http_client.go:566> Read error &{{0xc4202b2380}} {10.110.243.99 8080 } 0 : read tcp 192.170.3.67:39088->10.110.243.99:8080: read: connection reset by peer\n20:52:26 E commonflags.go:104> Error status -1 : \ncommand terminated with exit code 1\n" exit status 1 | |
--- PASS: TestAuth (0.37s) | |
=== RUN TestAuthWithHeaders | |
2018-06-07T20:52:26.399134Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 -l app=fortio-noistio -o jsonpath={.items[*].metadata.name} | |
2018-06-07T20:52:26.501715Z info Command output: | |
raw-cli-deployement-579cd88574-zq7pv | |
2018-06-07T20:52:26.501754Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 -l app=echosrv,extrap=non -o jsonpath={.items[*].status.podIP} | |
2018-06-07T20:52:26.603565Z info Command output: | |
192.170.1.60 | |
2018-06-07T20:52:26.603609Z info From client, non istio injected pod "raw-cli-deployement-579cd88574-zq7pv" to istio pod "192.170.1.60" | |
2018-06-07T20:52:26.603626Z info Running command kubectl exec -n simple-auth-test-e9c7c14b0b05452d8d85 raw-cli-deployement-579cd88574-zq7pv -- /usr/local/bin/fortio curl -H Host:echosrv-extrap.simple-auth-test-e9c7c14b0b05452d8d85:8088 http://192.170.1.60:8088/debug | |
2018-06-07T20:52:26.874695Z info Command output: | |
20:52:26 E http_client.go:457> Unable to connect to {192.170.1.60 8088 } : dial tcp 192.170.1.60:8088: connect: connection refused | |
20:52:26 E commonflags.go:104> Error status -1 : | |
command terminated with exit code 1 | |
2018-06-07T20:52:26.874747Z info Command error: exit status 1 | |
2018-06-07T20:52:26.874770Z info Got expected error with auth on and non istio->istio pod ip connection despite headers: command failed: "20:52:26 E http_client.go:457> Unable to connect to {192.170.1.60 8088 } : dial tcp 192.170.1.60:8088: connect: connection refused\n20:52:26 E commonflags.go:104> Error status -1 : \ncommand terminated with exit code 1\n" exit status 1 | |
--- PASS: TestAuthWithHeaders (0.48s) | |
=== RUN Test503sDuringChanges | |
--- SKIP: Test503sDuringChanges (0.00s) | |
a_simple_1_test.go:236: Skipping Test503sDuringChanges until bug #1038 is fixed | |
=== RUN Test503sWithBadClusters | |
--- SKIP: Test503sWithBadClusters (0.00s) | |
a_simple_1_test.go:281: Skipping Test503sWithBadClusters until bug #1038 is fixed | |
=== RUN TestNginx | |
2018-06-07T20:52:27.087772Z info Created /tmp/istio.e2e.224379072/app.yaml.tmpl527535299.yaml from template /go/src/istio.io/istio/tests/e2e/tests/simple/testdata/nginx/app.yaml.tmpl | |
2018-06-07T20:52:27.087900Z info Running command /go/out/linux_amd64/release/istioctl kube-inject -f /tmp/istio.e2e.224379072/app.yaml.tmpl527535299.yaml -o /tmp/istio.e2e.224379072/KubeInject442274118.yaml --hub docker.io/istio --tag 0.8.0 -n simple-auth-test-e9c7c14b0b05452d8d85 -i simple-auth-test-e9c7c14b0b05452d8d85 --meshConfigMapName=istio | |
2018-06-07T20:52:27.182326Z info Command output: | |
Flag --hub has been deprecated, Use --injectConfigMapName or --injectConfigFile instead | |
Flag --tag has been deprecated, Use --injectConfigMapName or --injectConfigFile instead | |
2018-06-07T20:52:27.182362Z info Running command kubectl apply -n simple-auth-test-e9c7c14b0b05452d8d85 -f /tmp/istio.e2e.224379072/KubeInject442274118.yaml --kubeconfig= | |
2018-06-07T20:52:27.472039Z info Command output: | |
service "a" created | |
deployment.extensions "a" created | |
2018-06-07T20:52:27.472617Z info Created /tmp/istio.e2e.224379072/app.yaml.tmpl765764589.yaml from template /go/src/istio.io/istio/tests/e2e/tests/simple/testdata/nginx/app.yaml.tmpl | |
2018-06-07T20:52:27.472642Z info Running command kubectl apply -n simple-auth-test-e9c7c14b0b05452d8d85 -f /tmp/istio.e2e.224379072/app.yaml.tmpl765764589.yaml --kubeconfig= | |
2018-06-07T20:52:27.694428Z info Command output: | |
service "t" created | |
deployment.extensions "t" created | |
2018-06-07T20:52:27.694857Z info Created /tmp/istio.e2e.224379072/nginx.yaml.tmpl066140264.yaml from template /go/src/istio.io/istio/tests/e2e/tests/simple/testdata/nginx/nginx.yaml.tmpl | |
2018-06-07T20:52:27.694937Z info Running command /go/out/linux_amd64/release/istioctl kube-inject -f /tmp/istio.e2e.224379072/nginx.yaml.tmpl066140264.yaml -o /tmp/istio.e2e.224379072/KubeInject240140455.yaml --hub docker.io/istio --tag 0.8.0 -n simple-auth-test-e9c7c14b0b05452d8d85 -i simple-auth-test-e9c7c14b0b05452d8d85 --meshConfigMapName=istio | |
2018-06-07T20:52:27.804262Z info Command output: | |
Flag --hub has been deprecated, Use --injectConfigMapName or --injectConfigFile instead | |
Flag --tag has been deprecated, Use --injectConfigMapName or --injectConfigFile instead | |
2018-06-07T20:52:27.804305Z info Running command kubectl apply -n simple-auth-test-e9c7c14b0b05452d8d85 -f /tmp/istio.e2e.224379072/KubeInject240140455.yaml --kubeconfig= | |
2018-06-07T20:52:28.167110Z info Command output: | |
configmap "nginx-configuration" created | |
configmap "nginx-tcp-services" created | |
configmap "nginx-udp-services" created | |
serviceaccount "nginx-ingress-serviceaccount" created | |
clusterrole.rbac.authorization.k8s.io "nginx-ingress-clusterrole" configured | |
role.rbac.authorization.k8s.io "nginx-ingress-role" created | |
rolebinding.rbac.authorization.k8s.io "nginx-ingress-role-nisa-binding" created | |
clusterrolebinding.rbac.authorization.k8s.io "nginx-ingress-clusterrole-nisa-binding" configured | |
deployment.extensions "nginx-default-http-backend" created | |
service "nginx-default-http-backend" created | |
deployment.extensions "nginx-ingress-controller" created | |
service "ingress-nginx" created | |
2018-06-07T20:52:28.167417Z info Created /tmp/istio.e2e.224379072/ingress.yaml083426266.yaml from template /go/src/istio.io/istio/tests/e2e/tests/simple/testdata/nginx/ingress.yaml | |
2018-06-07T20:52:28.167434Z info Running command kubectl apply -n simple-auth-test-e9c7c14b0b05452d8d85 -f /tmp/istio.e2e.224379072/ingress.yaml083426266.yaml --kubeconfig= | |
2018-06-07T20:52:28.361591Z info Command output: | |
ingress.extensions "nginx-ingress" created | |
2018-06-07T20:52:28.361636Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 get deployment -o name --kubeconfig= | |
2018-06-07T20:52:28.493623Z info Command output: | |
deployment.extensions/a | |
deployment.extensions/echosrv-deployment-1 | |
deployment.extensions/echosrv-deployment-2 | |
deployment.extensions/istio-citadel | |
deployment.extensions/istio-egressgateway | |
deployment.extensions/istio-ingress | |
deployment.extensions/istio-ingressgateway | |
deployment.extensions/istio-pilot | |
deployment.extensions/istio-policy | |
deployment.extensions/istio-sidecar-injector | |
deployment.extensions/istio-statsd-prom-bridge | |
deployment.extensions/istio-telemetry | |
deployment.extensions/nginx-default-http-backend | |
deployment.extensions/nginx-ingress-controller | |
deployment.extensions/prometheus | |
deployment.extensions/raw-cli-deployement | |
deployment.extensions/t | |
2018-06-07T20:52:28.493753Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/t --kubeconfig= | |
2018-06-07T20:52:28.493826Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-pilot --kubeconfig= | |
2018-06-07T20:52:28.493885Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-citadel --kubeconfig= | |
2018-06-07T20:52:28.494064Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/echosrv-deployment-2 --kubeconfig= | |
2018-06-07T20:52:28.494097Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/a --kubeconfig= | |
2018-06-07T20:52:28.494246Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-egressgateway --kubeconfig= | |
2018-06-07T20:52:28.494073Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/echosrv-deployment-1 --kubeconfig= | |
2018-06-07T20:52:28.494701Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/nginx-default-http-backend --kubeconfig= | |
2018-06-07T20:52:28.494849Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/nginx-ingress-controller --kubeconfig= | |
2018-06-07T20:52:28.494930Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-policy --kubeconfig= | |
2018-06-07T20:52:28.495102Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-sidecar-injector --kubeconfig= | |
2018-06-07T20:52:28.495164Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/prometheus --kubeconfig= | |
2018-06-07T20:52:28.495318Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-statsd-prom-bridge --kubeconfig= | |
2018-06-07T20:52:28.495428Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/raw-cli-deployement --kubeconfig= | |
2018-06-07T20:52:28.495503Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-telemetry --kubeconfig= | |
2018-06-07T20:52:28.495643Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-ingressgateway --kubeconfig= | |
2018-06-07T20:52:28.495631Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 rollout status deployment.extensions/istio-ingress --kubeconfig= | |
=== RUN TestNginx/Reachable | |
2018-06-07T20:52:42.844779Z info Running command kubectl -n simple-auth-test-e9c7c14b0b05452d8d85 -l=app get pods -o=jsonpath='{range .items[*]}{.metadata.name}{" "}{.metadata.labels.app}{"\n"}{end}' --kubeconfig= | |
2018-06-07T20:52:42.972762Z info Command output: | |
a-5f5b54f9c5-qhvlf a | |
echosrv-deployment-1-66b967cd55-qcvmw echosrv | |
echosrv-deployment-2-7b866c8f7b-c4kjv echosrv | |
istio-cleanup-old-ca-kgnbc security | |
istio-mixer-post-install-9wglj mixer | |
nginx-default-http-backend-6d85bd9cb7-znz7q nginx-default-http-backend | |
nginx-ingress-controller-7c84bb99b9-rrjrk ingress-nginx | |
prometheus-86cb6dd77c-qkbf7 prometheus | |
raw-cli-deployement-579cd88574-zq7pv fortio-noistio | |
t-569b8545c9-gv278 t | |
2018-06-07T20:52:42.972850Z info Fetched pods with the `app` label: map[mixer:[istio-mixer-post-install-9wglj] nginx-default-http-backend:[nginx-default-http-backend-6d85bd9cb7-znz7q] security:[istio-cleanup-old-ca-kgnbc] a:[a-5f5b54f9c5-qhvlf] echosrv:[echosrv-deployment-2-7b866c8f7b-c4kjv echosrv-deployment-1-66b967cd55-qcvmw] ingress-nginx:[nginx-ingress-controller-7c84bb99b9-rrjrk] prometheus:[prometheus-86cb6dd77c-qkbf7] fortio-noistio:[raw-cli-deployement-579cd88574-zq7pv] t:[t-569b8545c9-gv278]] | |
2018-06-07T20:52:43.218192Z info attempt #1 failed with try again | |
2018-06-07T20:52:44.513600Z info attempt #1 failed with try again | |
2018-06-07T20:52:45.764470Z info attempt #1 failed with try again | |
2018-06-07T20:52:47.050425Z info attempt #1 failed with try again | |
2018-06-07T20:52:48.279839Z info attempt #1 failed with try again | |
--- PASS: TestNginx (22.68s) | |
--- PASS: TestNginx/Reachable (6.72s) | |
PASS | |
2018-06-07T20:52:49.559844Z info Saving logs | |
2018-06-07T20:52:49.559971Z info Creating status file | |
2018-06-07T20:52:49.560670Z info Created Status file /tmp/istio.e2e.224379072/simple_auth_test.json | |
2018-06-07T20:52:49.560695Z info Running command kubectl get ingress --all-namespaces --kubeconfig= | |
2018-06-07T20:52:49.796159Z info Command output: | |
NAMESPACE NAME HOSTS ADDRESS PORTS AGE | |
default ccp-addons-grafana * 10.10.159.100... 80 6h | |
default ccp-addons-kubernetes-dashboard * 10.10.159.100... 80 6h | |
simple-auth-test-e9c7c14b0b05452d8d85 istio-ingress * 80 1m | |
simple-auth-test-e9c7c14b0b05452d8d85 nginx-ingress * 80 21s | |
2018-06-07T20:52:49.796214Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 --kubeconfig= | |
2018-06-07T20:52:50.018415Z info Command output: | |
NAME READY STATUS RESTARTS AGE | |
a-5f5b54f9c5-qhvlf 2/2 Running 0 23s | |
echosrv-deployment-1-66b967cd55-qcvmw 2/2 Running 0 1m | |
echosrv-deployment-2-7b866c8f7b-c4kjv 2/2 Running 0 1m | |
istio-citadel-7c55778cbf-nqjgl 1/1 Running 0 2m | |
istio-cleanup-old-ca-kgnbc 0/1 Completed 0 2m | |
istio-egressgateway-5c897bdbb4-tst9r 1/1 Running 0 2m | |
istio-ingress-d8c699844-26wwv 1/1 Running 0 2m | |
istio-ingressgateway-6466d98cdb-98xgj 1/1 Running 0 2m | |
istio-mixer-post-install-9wglj 0/1 Completed 0 2m | |
istio-pilot-d5bbc5c59-45rlw 2/2 Running 0 2m | |
istio-policy-fd7c9bc86-g59wv 2/2 Running 0 2m | |
istio-sidecar-injector-645c89bc64-zc4bp 1/1 Running 0 2m | |
istio-statsd-prom-bridge-949999c4c-x7tkd 1/1 Running 0 2m | |
istio-telemetry-67469b648d-dhtf6 2/2 Running 0 2m | |
nginx-default-http-backend-6d85bd9cb7-znz7q 2/2 Running 0 22s | |
nginx-ingress-controller-7c84bb99b9-rrjrk 2/2 Running 0 22s | |
prometheus-86cb6dd77c-qkbf7 1/1 Running 0 2m | |
raw-cli-deployement-579cd88574-zq7pv 1/1 Running 0 1m | |
t-569b8545c9-gv278 1/1 Running 0 23s | |
2018-06-07T20:52:50.018470Z info Fetching logs on a-5f5b54f9c5-qhvlf | |
2018-06-07T20:52:50.018481Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 a-5f5b54f9c5-qhvlf -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:50.122111Z info Command output: | |
app istio-proxy | |
2018-06-07T20:52:50.122299Z info Running command kubectl logs a-5f5b54f9c5-qhvlf -n simple-auth-test-e9c7c14b0b05452d8d85 -c app --kubeconfig= | |
2018-06-07T20:52:50.273121Z info Running command kubectl logs a-5f5b54f9c5-qhvlf -n simple-auth-test-e9c7c14b0b05452d8d85 -c app -p --kubeconfig= | |
2018-06-07T20:52:50.432273Z info Command error: exit status 1 | |
2018-06-07T20:52:50.432339Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"app\" in pod \"a-5f5b54f9c5-qhvlf\" not found\n" exit status 1 | |
2018-06-07T20:52:50.432546Z info Running command kubectl logs a-5f5b54f9c5-qhvlf -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy --kubeconfig= | |
2018-06-07T20:52:50.635804Z info Running command kubectl logs a-5f5b54f9c5-qhvlf -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy -p --kubeconfig= | |
2018-06-07T20:52:50.788959Z info Command error: exit status 1 | |
2018-06-07T20:52:50.789020Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"istio-proxy\" in pod \"a-5f5b54f9c5-qhvlf\" not found\n" exit status 1 | |
2018-06-07T20:52:50.789042Z info Fetching logs on echosrv-deployment-1-66b967cd55-qcvmw | |
2018-06-07T20:52:50.789052Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 echosrv-deployment-1-66b967cd55-qcvmw -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:50.887086Z info Command output: | |
echosrv istio-proxy | |
2018-06-07T20:52:50.887204Z info Running command kubectl logs echosrv-deployment-1-66b967cd55-qcvmw -n simple-auth-test-e9c7c14b0b05452d8d85 -c echosrv --kubeconfig= | |
2018-06-07T20:52:51.040068Z info Running command kubectl logs echosrv-deployment-1-66b967cd55-qcvmw -n simple-auth-test-e9c7c14b0b05452d8d85 -c echosrv -p --kubeconfig= | |
2018-06-07T20:52:51.192138Z info Command error: exit status 1 | |
2018-06-07T20:52:51.192216Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"echosrv\" in pod \"echosrv-deployment-1-66b967cd55-qcvmw\" not found\n" exit status 1 | |
2018-06-07T20:52:51.192314Z info Running command kubectl logs echosrv-deployment-1-66b967cd55-qcvmw -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy --kubeconfig= | |
2018-06-07T20:52:51.962905Z info Running command kubectl logs echosrv-deployment-1-66b967cd55-qcvmw -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy -p --kubeconfig= | |
2018-06-07T20:52:52.118201Z info Command error: exit status 1 | |
2018-06-07T20:52:52.118302Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"istio-proxy\" in pod \"echosrv-deployment-1-66b967cd55-qcvmw\" not found\n" exit status 1 | |
2018-06-07T20:52:52.118332Z info Fetching logs on echosrv-deployment-2-7b866c8f7b-c4kjv | |
2018-06-07T20:52:52.118346Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 echosrv-deployment-2-7b866c8f7b-c4kjv -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:52.217261Z info Command output: | |
echosrv istio-proxy | |
2018-06-07T20:52:52.217376Z info Running command kubectl logs echosrv-deployment-2-7b866c8f7b-c4kjv -n simple-auth-test-e9c7c14b0b05452d8d85 -c echosrv --kubeconfig= | |
2018-06-07T20:52:52.372264Z info Running command kubectl logs echosrv-deployment-2-7b866c8f7b-c4kjv -n simple-auth-test-e9c7c14b0b05452d8d85 -c echosrv -p --kubeconfig= | |
2018-06-07T20:52:52.519544Z info Command error: exit status 1 | |
2018-06-07T20:52:52.519612Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"echosrv\" in pod \"echosrv-deployment-2-7b866c8f7b-c4kjv\" not found\n" exit status 1 | |
2018-06-07T20:52:52.519708Z info Running command kubectl logs echosrv-deployment-2-7b866c8f7b-c4kjv -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy --kubeconfig= | |
2018-06-07T20:52:53.511296Z info Running command kubectl logs echosrv-deployment-2-7b866c8f7b-c4kjv -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy -p --kubeconfig= | |
2018-06-07T20:52:53.665580Z info Command error: exit status 1 | |
2018-06-07T20:52:53.665638Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"istio-proxy\" in pod \"echosrv-deployment-2-7b866c8f7b-c4kjv\" not found\n" exit status 1 | |
2018-06-07T20:52:53.665660Z info Fetching logs on istio-citadel-7c55778cbf-nqjgl | |
2018-06-07T20:52:53.665676Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 istio-citadel-7c55778cbf-nqjgl -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:53.790293Z info Command output: | |
citadel | |
2018-06-07T20:52:53.790437Z info Running command kubectl logs istio-citadel-7c55778cbf-nqjgl -n simple-auth-test-e9c7c14b0b05452d8d85 -c citadel --kubeconfig= | |
2018-06-07T20:52:53.960249Z info Running command kubectl logs istio-citadel-7c55778cbf-nqjgl -n simple-auth-test-e9c7c14b0b05452d8d85 -c citadel -p --kubeconfig= | |
2018-06-07T20:52:54.123765Z info Command error: exit status 1 | |
2018-06-07T20:52:54.123890Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"citadel\" in pod \"istio-citadel-7c55778cbf-nqjgl\" not found\n" exit status 1 | |
2018-06-07T20:52:54.124012Z info Fetching logs on istio-cleanup-old-ca-kgnbc | |
2018-06-07T20:52:54.124033Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 istio-cleanup-old-ca-kgnbc -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:54.219637Z info Command output: | |
hyperkube | |
2018-06-07T20:52:54.219829Z info Running command kubectl logs istio-cleanup-old-ca-kgnbc -n simple-auth-test-e9c7c14b0b05452d8d85 -c hyperkube --kubeconfig= | |
2018-06-07T20:52:54.382134Z info Running command kubectl logs istio-cleanup-old-ca-kgnbc -n simple-auth-test-e9c7c14b0b05452d8d85 -c hyperkube -p --kubeconfig= | |
2018-06-07T20:52:54.536642Z info Command error: exit status 1 | |
2018-06-07T20:52:54.536708Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"hyperkube\" in pod \"istio-cleanup-old-ca-kgnbc\" not found\n" exit status 1 | |
2018-06-07T20:52:54.536728Z info Fetching logs on istio-egressgateway-5c897bdbb4-tst9r | |
2018-06-07T20:52:54.536741Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 istio-egressgateway-5c897bdbb4-tst9r -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:54.637025Z info Command output: | |
egressgateway | |
2018-06-07T20:52:54.637151Z info Running command kubectl logs istio-egressgateway-5c897bdbb4-tst9r -n simple-auth-test-e9c7c14b0b05452d8d85 -c egressgateway --kubeconfig= | |
2018-06-07T20:52:54.797804Z info Running command kubectl logs istio-egressgateway-5c897bdbb4-tst9r -n simple-auth-test-e9c7c14b0b05452d8d85 -c egressgateway -p --kubeconfig= | |
2018-06-07T20:52:54.955420Z info Command error: exit status 1 | |
2018-06-07T20:52:54.955482Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"egressgateway\" in pod \"istio-egressgateway-5c897bdbb4-tst9r\" not found\n" exit status 1 | |
2018-06-07T20:52:54.955503Z info Fetching logs on istio-ingress-d8c699844-26wwv | |
2018-06-07T20:52:54.955517Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 istio-ingress-d8c699844-26wwv -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:55.054262Z info Command output: | |
ingress | |
2018-06-07T20:52:55.056004Z info Running command kubectl logs istio-ingress-d8c699844-26wwv -n simple-auth-test-e9c7c14b0b05452d8d85 -c ingress --kubeconfig= | |
2018-06-07T20:52:55.234295Z info Running command kubectl logs istio-ingress-d8c699844-26wwv -n simple-auth-test-e9c7c14b0b05452d8d85 -c ingress -p --kubeconfig= | |
2018-06-07T20:52:55.388769Z info Command error: exit status 1 | |
2018-06-07T20:52:55.388828Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"ingress\" in pod \"istio-ingress-d8c699844-26wwv\" not found\n" exit status 1 | |
2018-06-07T20:52:55.388847Z info Fetching logs on istio-ingressgateway-6466d98cdb-98xgj | |
2018-06-07T20:52:55.388857Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 istio-ingressgateway-6466d98cdb-98xgj -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:55.485978Z info Command output: | |
ingressgateway | |
2018-06-07T20:52:55.486110Z info Running command kubectl logs istio-ingressgateway-6466d98cdb-98xgj -n simple-auth-test-e9c7c14b0b05452d8d85 -c ingressgateway --kubeconfig= | |
2018-06-07T20:52:55.647289Z info Running command kubectl logs istio-ingressgateway-6466d98cdb-98xgj -n simple-auth-test-e9c7c14b0b05452d8d85 -c ingressgateway -p --kubeconfig= | |
2018-06-07T20:52:55.803952Z info Command error: exit status 1 | |
2018-06-07T20:52:55.804015Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"ingressgateway\" in pod \"istio-ingressgateway-6466d98cdb-98xgj\" not found\n" exit status 1 | |
2018-06-07T20:52:55.804034Z info Fetching logs on istio-mixer-post-install-9wglj | |
2018-06-07T20:52:55.804048Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 istio-mixer-post-install-9wglj -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:55.897961Z info Command output: | |
hyperkube | |
2018-06-07T20:52:55.898077Z info Running command kubectl logs istio-mixer-post-install-9wglj -n simple-auth-test-e9c7c14b0b05452d8d85 -c hyperkube --kubeconfig= | |
2018-06-07T20:52:56.050285Z info Running command kubectl logs istio-mixer-post-install-9wglj -n simple-auth-test-e9c7c14b0b05452d8d85 -c hyperkube -p --kubeconfig= | |
2018-06-07T20:52:56.203414Z info Command error: exit status 1 | |
2018-06-07T20:52:56.203497Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"hyperkube\" in pod \"istio-mixer-post-install-9wglj\" not found\n" exit status 1 | |
2018-06-07T20:52:56.203588Z info Fetching logs on istio-pilot-d5bbc5c59-45rlw | |
2018-06-07T20:52:56.203607Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 istio-pilot-d5bbc5c59-45rlw -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:56.303400Z info Command output: | |
discovery istio-proxy | |
2018-06-07T20:52:56.303605Z info Running command kubectl logs istio-pilot-d5bbc5c59-45rlw -n simple-auth-test-e9c7c14b0b05452d8d85 -c discovery --kubeconfig= | |
2018-06-07T20:52:56.569335Z info Running command kubectl logs istio-pilot-d5bbc5c59-45rlw -n simple-auth-test-e9c7c14b0b05452d8d85 -c discovery -p --kubeconfig= | |
2018-06-07T20:52:56.723883Z info Command error: exit status 1 | |
2018-06-07T20:52:56.724000Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"discovery\" in pod \"istio-pilot-d5bbc5c59-45rlw\" not found\n" exit status 1 | |
2018-06-07T20:52:56.724415Z info Running command kubectl logs istio-pilot-d5bbc5c59-45rlw -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy --kubeconfig= | |
2018-06-07T20:52:56.980566Z info Running command kubectl logs istio-pilot-d5bbc5c59-45rlw -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy -p --kubeconfig= | |
2018-06-07T20:52:57.144773Z info Command error: exit status 1 | |
2018-06-07T20:52:57.144946Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"istio-proxy\" in pod \"istio-pilot-d5bbc5c59-45rlw\" not found\n" exit status 1 | |
2018-06-07T20:52:57.145186Z info Fetching logs on istio-policy-fd7c9bc86-g59wv | |
2018-06-07T20:52:57.145216Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 istio-policy-fd7c9bc86-g59wv -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:57.241492Z info Command output: | |
mixer istio-proxy | |
2018-06-07T20:52:57.241785Z info Running command kubectl logs istio-policy-fd7c9bc86-g59wv -n simple-auth-test-e9c7c14b0b05452d8d85 -c mixer --kubeconfig= | |
2018-06-07T20:52:57.396959Z info Running command kubectl logs istio-policy-fd7c9bc86-g59wv -n simple-auth-test-e9c7c14b0b05452d8d85 -c mixer -p --kubeconfig= | |
2018-06-07T20:52:57.551304Z info Command error: exit status 1 | |
2018-06-07T20:52:57.551421Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"mixer\" in pod \"istio-policy-fd7c9bc86-g59wv\" not found\n" exit status 1 | |
2018-06-07T20:52:57.551753Z info Running command kubectl logs istio-policy-fd7c9bc86-g59wv -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy --kubeconfig= | |
2018-06-07T20:52:57.748695Z info Running command kubectl logs istio-policy-fd7c9bc86-g59wv -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy -p --kubeconfig= | |
2018-06-07T20:52:57.900854Z info Command error: exit status 1 | |
2018-06-07T20:52:57.900985Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"istio-proxy\" in pod \"istio-policy-fd7c9bc86-g59wv\" not found\n" exit status 1 | |
2018-06-07T20:52:57.901232Z info Fetching logs on istio-sidecar-injector-645c89bc64-zc4bp | |
2018-06-07T20:52:57.901286Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 istio-sidecar-injector-645c89bc64-zc4bp -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:58.005696Z info Command output: | |
sidecar-injector-webhook | |
2018-06-07T20:52:58.006073Z info Running command kubectl logs istio-sidecar-injector-645c89bc64-zc4bp -n simple-auth-test-e9c7c14b0b05452d8d85 -c sidecar-injector-webhook --kubeconfig= | |
2018-06-07T20:52:58.167112Z info Running command kubectl logs istio-sidecar-injector-645c89bc64-zc4bp -n simple-auth-test-e9c7c14b0b05452d8d85 -c sidecar-injector-webhook -p --kubeconfig= | |
2018-06-07T20:52:58.313575Z info Command error: exit status 1 | |
2018-06-07T20:52:58.313693Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"sidecar-injector-webhook\" in pod \"istio-sidecar-injector-645c89bc64-zc4bp\" not found\n" exit status 1 | |
2018-06-07T20:52:58.313914Z info Fetching logs on istio-statsd-prom-bridge-949999c4c-x7tkd | |
2018-06-07T20:52:58.313979Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 istio-statsd-prom-bridge-949999c4c-x7tkd -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:58.416198Z info Command output: | |
statsd-prom-bridge | |
2018-06-07T20:52:58.416576Z info Running command kubectl logs istio-statsd-prom-bridge-949999c4c-x7tkd -n simple-auth-test-e9c7c14b0b05452d8d85 -c statsd-prom-bridge --kubeconfig= | |
2018-06-07T20:52:58.572684Z info Running command kubectl logs istio-statsd-prom-bridge-949999c4c-x7tkd -n simple-auth-test-e9c7c14b0b05452d8d85 -c statsd-prom-bridge -p --kubeconfig= | |
2018-06-07T20:52:58.740107Z info Command error: exit status 1 | |
2018-06-07T20:52:58.740170Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"statsd-prom-bridge\" in pod \"istio-statsd-prom-bridge-949999c4c-x7tkd\" not found\n" exit status 1 | |
2018-06-07T20:52:58.740189Z info Fetching logs on istio-telemetry-67469b648d-dhtf6 | |
2018-06-07T20:52:58.740198Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 istio-telemetry-67469b648d-dhtf6 -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:58.845217Z info Command output: | |
mixer istio-proxy | |
2018-06-07T20:52:58.845503Z info Running command kubectl logs istio-telemetry-67469b648d-dhtf6 -n simple-auth-test-e9c7c14b0b05452d8d85 -c mixer --kubeconfig= | |
2018-06-07T20:52:59.205577Z info Running command kubectl logs istio-telemetry-67469b648d-dhtf6 -n simple-auth-test-e9c7c14b0b05452d8d85 -c mixer -p --kubeconfig= | |
2018-06-07T20:52:59.357663Z info Command error: exit status 1 | |
2018-06-07T20:52:59.357725Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"mixer\" in pod \"istio-telemetry-67469b648d-dhtf6\" not found\n" exit status 1 | |
2018-06-07T20:52:59.357963Z info Running command kubectl logs istio-telemetry-67469b648d-dhtf6 -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy --kubeconfig= | |
2018-06-07T20:52:59.541282Z info Running command kubectl logs istio-telemetry-67469b648d-dhtf6 -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy -p --kubeconfig= | |
2018-06-07T20:52:59.689285Z info Command error: exit status 1 | |
2018-06-07T20:52:59.689356Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"istio-proxy\" in pod \"istio-telemetry-67469b648d-dhtf6\" not found\n" exit status 1 | |
2018-06-07T20:52:59.689537Z info Fetching logs on nginx-default-http-backend-6d85bd9cb7-znz7q | |
2018-06-07T20:52:59.689558Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 nginx-default-http-backend-6d85bd9cb7-znz7q -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:52:59.787632Z info Command output: | |
backend istio-proxy | |
2018-06-07T20:52:59.787762Z info Running command kubectl logs nginx-default-http-backend-6d85bd9cb7-znz7q -n simple-auth-test-e9c7c14b0b05452d8d85 -c backend --kubeconfig= | |
2018-06-07T20:52:59.947200Z info Running command kubectl logs nginx-default-http-backend-6d85bd9cb7-znz7q -n simple-auth-test-e9c7c14b0b05452d8d85 -c backend -p --kubeconfig= | |
2018-06-07T20:53:00.121300Z info Command error: exit status 1 | |
2018-06-07T20:53:00.123288Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"backend\" in pod \"nginx-default-http-backend-6d85bd9cb7-znz7q\" not found\n" exit status 1 | |
2018-06-07T20:53:00.123486Z info Running command kubectl logs nginx-default-http-backend-6d85bd9cb7-znz7q -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy --kubeconfig= | |
2018-06-07T20:53:00.314968Z info Running command kubectl logs nginx-default-http-backend-6d85bd9cb7-znz7q -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy -p --kubeconfig= | |
2018-06-07T20:53:00.474722Z info Command error: exit status 1 | |
2018-06-07T20:53:00.474784Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"istio-proxy\" in pod \"nginx-default-http-backend-6d85bd9cb7-znz7q\" not found\n" exit status 1 | |
2018-06-07T20:53:00.474815Z info Fetching logs on nginx-ingress-controller-7c84bb99b9-rrjrk | |
2018-06-07T20:53:00.474836Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 nginx-ingress-controller-7c84bb99b9-rrjrk -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:53:00.574124Z info Command output: | |
nginx istio-proxy | |
2018-06-07T20:53:00.574416Z info Running command kubectl logs nginx-ingress-controller-7c84bb99b9-rrjrk -n simple-auth-test-e9c7c14b0b05452d8d85 -c nginx --kubeconfig= | |
2018-06-07T20:53:01.743751Z info Running command kubectl logs nginx-ingress-controller-7c84bb99b9-rrjrk -n simple-auth-test-e9c7c14b0b05452d8d85 -c nginx -p --kubeconfig= | |
2018-06-07T20:53:01.898899Z info Command error: exit status 1 | |
2018-06-07T20:53:01.898968Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"nginx\" in pod \"nginx-ingress-controller-7c84bb99b9-rrjrk\" not found\n" exit status 1 | |
2018-06-07T20:53:01.899113Z info Running command kubectl logs nginx-ingress-controller-7c84bb99b9-rrjrk -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy --kubeconfig= | |
2018-06-07T20:53:02.071945Z info Running command kubectl logs nginx-ingress-controller-7c84bb99b9-rrjrk -n simple-auth-test-e9c7c14b0b05452d8d85 -c istio-proxy -p --kubeconfig= | |
2018-06-07T20:53:02.227779Z info Command error: exit status 1 | |
2018-06-07T20:53:02.227836Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"istio-proxy\" in pod \"nginx-ingress-controller-7c84bb99b9-rrjrk\" not found\n" exit status 1 | |
2018-06-07T20:53:02.227858Z info Fetching logs on prometheus-86cb6dd77c-qkbf7 | |
2018-06-07T20:53:02.227870Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 prometheus-86cb6dd77c-qkbf7 -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:53:02.328739Z info Command output: | |
prometheus | |
2018-06-07T20:53:02.328897Z info Running command kubectl logs prometheus-86cb6dd77c-qkbf7 -n simple-auth-test-e9c7c14b0b05452d8d85 -c prometheus --kubeconfig= | |
2018-06-07T20:53:02.497876Z info Running command kubectl logs prometheus-86cb6dd77c-qkbf7 -n simple-auth-test-e9c7c14b0b05452d8d85 -c prometheus -p --kubeconfig= | |
2018-06-07T20:53:02.647516Z info Command error: exit status 1 | |
2018-06-07T20:53:02.647582Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"prometheus\" in pod \"prometheus-86cb6dd77c-qkbf7\" not found\n" exit status 1 | |
2018-06-07T20:53:02.647601Z info Fetching logs on raw-cli-deployement-579cd88574-zq7pv | |
2018-06-07T20:53:02.647611Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 raw-cli-deployement-579cd88574-zq7pv -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:53:02.749970Z info Command output: | |
fortio-noistio | |
2018-06-07T20:53:02.750098Z info Running command kubectl logs raw-cli-deployement-579cd88574-zq7pv -n simple-auth-test-e9c7c14b0b05452d8d85 -c fortio-noistio --kubeconfig= | |
2018-06-07T20:53:02.902187Z info Running command kubectl logs raw-cli-deployement-579cd88574-zq7pv -n simple-auth-test-e9c7c14b0b05452d8d85 -c fortio-noistio -p --kubeconfig= | |
2018-06-07T20:53:03.057339Z info Command error: exit status 1 | |
2018-06-07T20:53:03.057396Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"fortio-noistio\" in pod \"raw-cli-deployement-579cd88574-zq7pv\" not found\n" exit status 1 | |
2018-06-07T20:53:03.057414Z info Fetching logs on t-569b8545c9-gv278 | |
2018-06-07T20:53:03.057432Z info Running command kubectl get pods -n simple-auth-test-e9c7c14b0b05452d8d85 t-569b8545c9-gv278 -o jsonpath={.spec.containers[*].name} --kubeconfig= | |
2018-06-07T20:53:03.155722Z info Command output: | |
app | |
2018-06-07T20:53:03.155881Z info Running command kubectl logs t-569b8545c9-gv278 -n simple-auth-test-e9c7c14b0b05452d8d85 -c app --kubeconfig= | |
2018-06-07T20:53:03.302843Z info Running command kubectl logs t-569b8545c9-gv278 -n simple-auth-test-e9c7c14b0b05452d8d85 -c app -p --kubeconfig= | |
2018-06-07T20:53:03.473375Z info Command error: exit status 1 | |
2018-06-07T20:53:03.473434Z info No previous log command failed: "Error from server (BadRequest): previous terminated container \"app\" in pod \"t-569b8545c9-gv278\" not found\n" exit status 1 | |
2018-06-07T20:53:03.473458Z info Fetching deployment info on pod | |
2018-06-07T20:53:03.473471Z info Running command kubectl get pod -n simple-auth-test-e9c7c14b0b05452d8d85 -o yaml --kubeconfig= | |
2018-06-07T20:53:03.639015Z info Fetching deployment info on service | |
2018-06-07T20:53:03.639106Z info Running command kubectl get service -n simple-auth-test-e9c7c14b0b05452d8d85 -o yaml --kubeconfig= | |
2018-06-07T20:53:03.752005Z info Fetching deployment info on ingress | |
2018-06-07T20:53:03.752097Z info Running command kubectl get ingress -n simple-auth-test-e9c7c14b0b05452d8d85 -o yaml --kubeconfig= | |
2018-06-07T20:53:03.848369Z info Starting Cleanup | |
2018-06-07T20:53:03.848402Z info Cleaning up istioctl | |
2018-06-07T20:53:03.848410Z info Cleaning up kubeInfo | |
2018-06-07T20:53:03.848419Z info Running command kubectl delete namespace simple-auth-test-e9c7c14b0b05452d8d85 --kubeconfig= | |
2018-06-07T20:53:03.946363Z info Command output: | |
namespace "simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
2018-06-07T20:53:03.946408Z info Running command kubectl get --kubeconfig= clusterrolebinding -o jsonpath={.items[*].metadata.name}|xargs -n 1|fgrep simple-auth-test-e9c7c14b0b05452d8d85|xargs kubectl delete --kubeconfig= clusterrolebinding | |
2018-06-07T20:53:04.259807Z info Command output: | |
clusterrolebinding.rbac.authorization.k8s.io "istio-citadel-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "istio-ingress-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "istio-mixer-admin-role-binding-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "istio-mixer-post-install-role-binding-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "istio-pilot-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "istio-sidecar-injector-admin-role-binding-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "prometheus-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
2018-06-07T20:53:04.259868Z info Running command kubectl get --kubeconfig= clusterrole -o jsonpath={.items[*].metadata.name}|xargs -n 1|fgrep simple-auth-test-e9c7c14b0b05452d8d85|xargs kubectl delete --kubeconfig= clusterrole | |
2018-06-07T20:53:04.591467Z info Command output: | |
clusterrole.rbac.authorization.k8s.io "istio-citadel-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrole.rbac.authorization.k8s.io "istio-ingress-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrole.rbac.authorization.k8s.io "istio-mixer-post-install-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrole.rbac.authorization.k8s.io "istio-mixer-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrole.rbac.authorization.k8s.io "istio-pilot-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrole.rbac.authorization.k8s.io "istio-sidecar-injector-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
clusterrole.rbac.authorization.k8s.io "prometheus-simple-auth-test-e9c7c14b0b05452d8d85" deleted | |
2018-06-07T20:53:04.591526Z info Deleting namespace simple-auth-test-e9c7c14b0b05452d8d85 | |
2018-06-07T20:54:27.273357Z info Namespace simple-auth-test-e9c7c14b0b05452d8d85 deletion status: true | |
2018-06-07T20:54:27.273435Z info Cleanup complete | |
ok istio.io/istio/tests/e2e/tests/simple 230.653s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment