<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>http://wiki.ciscolinux.co.uk/index.php?action=history&amp;feed=atom&amp;title=Kubernetes%2FIstio-logs-default-install</id>
	<title>Kubernetes/Istio-logs-default-install - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ciscolinux.co.uk/index.php?action=history&amp;feed=atom&amp;title=Kubernetes%2FIstio-logs-default-install"/>
	<link rel="alternate" type="text/html" href="http://wiki.ciscolinux.co.uk/index.php?title=Kubernetes/Istio-logs-default-install&amp;action=history"/>
	<updated>2026-04-05T08:33:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>http://wiki.ciscolinux.co.uk/index.php?title=Kubernetes/Istio-logs-default-install&amp;diff=6116&amp;oldid=prev</id>
		<title>Pio2pio at 08:59, 12 November 2020</title>
		<link rel="alternate" type="text/html" href="http://wiki.ciscolinux.co.uk/index.php?title=Kubernetes/Istio-logs-default-install&amp;diff=6116&amp;oldid=prev"/>
		<updated>2020-11-12T08:59:09Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;http://wiki.ciscolinux.co.uk/index.php?title=Kubernetes/Istio-logs-default-install&amp;amp;diff=6116&amp;amp;oldid=6113&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Pio2pio</name></author>
	</entry>
	<entry>
		<id>http://wiki.ciscolinux.co.uk/index.php?title=Kubernetes/Istio-logs-default-install&amp;diff=6113&amp;oldid=prev</id>
		<title>Pio2pio: Created page with &quot;Default install using operator processing * assumed isio.operator v1.7.4 has been initialised * output from GKE   Install command: &lt;syntaxhighlightjs lang=&quot;yaml&quot;&gt; $ kubectl ve...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ciscolinux.co.uk/index.php?title=Kubernetes/Istio-logs-default-install&amp;diff=6113&amp;oldid=prev"/>
		<updated>2020-11-12T08:45:46Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Default install using operator processing * assumed isio.operator v1.7.4 has been initialised * output from GKE   Install command: &amp;lt;syntaxhighlightjs lang=&amp;quot;yaml&amp;quot;&amp;gt; $ kubectl ve...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Default install using operator processing&lt;br /&gt;
* assumed isio.operator v1.7.4 has been initialised&lt;br /&gt;
* output from GKE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Install command:&lt;br /&gt;
&amp;lt;syntaxhighlightjs lang=&amp;quot;yaml&amp;quot;&amp;gt;&lt;br /&gt;
$ kubectl version --short &lt;br /&gt;
Client Version: v1.19.3&lt;br /&gt;
Server Version: v1.17.12-gke.1504&lt;br /&gt;
&lt;br /&gt;
$ istioctl manifest install -f &amp;lt;(cat &amp;lt;&amp;lt;EOF&lt;br /&gt;
&amp;gt; apiVersion: install.istio.io/v1alpha1&lt;br /&gt;
&amp;gt; kind: IstioOperator&lt;br /&gt;
&amp;gt; spec:&lt;br /&gt;
&amp;gt;   profile: default&lt;br /&gt;
&amp;gt;   values:&lt;br /&gt;
&amp;gt;     kiali:&lt;br /&gt;
&amp;gt;       enabled: true&lt;br /&gt;
&amp;gt;     prometheus:&lt;br /&gt;
&amp;gt;       enabled: true&lt;br /&gt;
&amp;gt; EOF&lt;br /&gt;
&amp;gt; )&lt;br /&gt;
! values.kiali.enabled is deprecated; use the samples/addons/ deployments instead&lt;br /&gt;
! values.prometheus.enabled is deprecated; use the samples/addons/ deployments instead&lt;br /&gt;
! addonComponents.kiali.enabled is deprecated; use the samples/addons/ deployments instead&lt;br /&gt;
! addonComponents.prometheus.enabled is deprecated; use the samples/addons/ deployments instead&lt;br /&gt;
✔ Istio core installed                                                                                                                                         &lt;br /&gt;
✔ Istiod installed                                                                                                                                             &lt;br /&gt;
✔ Ingress gateways installed                                                                                                                                   &lt;br /&gt;
✔ Addons installed                                                                                                                                             &lt;br /&gt;
✔ Installation complete&lt;br /&gt;
&amp;lt;/syntaxhighlightjs&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Logs of istio-operator-HASH pod&lt;br /&gt;
&amp;lt;syntaxhighlightjs lang=log&amp;gt;&lt;br /&gt;
# stern -n istio-operator .&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:16.811525Z	info	Reconciling IstioOperator&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:16.819042Z	info	Adding finalizer istio-finalizer.install.istio.io to istio-system/installed-state&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:16.838448Z	info	Updating IstioOperator&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:16.838616Z	info	installer	Loading values from compiled in VFS at path profiles/default.yaml&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:17.066326Z	info	proto: tag has too few fields: &amp;quot;-&amp;quot;&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:17.776244Z	info	Detecting third-party JWT support&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:22.571120Z	info	installer	Policy is waiting on dependency...&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:22.571193Z	info	installer	EgressGateways is waiting on dependency...&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:22.571574Z	info	installer	Processing resources from manifest: Base for CR installed-state-istio-system-Base-https://10.119.240.1:443&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:22.663802Z	info	installer	Telemetry is waiting on dependency...&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:22.663865Z	info	installer	Cni is waiting on dependency...&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:22.663914Z	info	installer	Processing resources from manifest: IstiodRemote for CR installed-state-istio-system-IstiodRemote-https://10.119.240.1:443&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:22.663934Z	info	installer	Generated manifest objects are the same as cached for component IstiodRemote.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:22.663954Z	info	installer	IngressGateways is waiting on dependency...&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:22.663975Z	info	installer	AddonComponents is waiting on dependency...&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:22.663997Z	info	installer	Pilot is waiting on dependency...&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:24.466411Z	info	installer	The following objects differ between generated manifest and cache: &lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - Role:istio-system:istiod-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ClusterRole::istiod-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ClusterRole::istio-reader-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ClusterRoleBinding::istio-reader-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ClusterRoleBinding::istiod-pilot-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - RoleBinding:istio-system:istiod-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ServiceAccount:istio-system:istio-reader-service-account&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ServiceAccount:istio-system:istiod-service-account&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ValidatingWebhookConfiguration::istiod-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::httpapispecs.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::httpapispecbindings.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::quotaspecs.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::quotaspecbindings.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::destinationrules.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::envoyfilters.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::gateways.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::serviceentries.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::sidecars.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::virtualservices.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::workloadentries.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::attributemanifests.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::handlers.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::instances.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::rules.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::authorizationpolicies.security.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::peerauthentications.security.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::requestauthentications.security.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::adapters.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::templates.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - CustomResourceDefinition::istiooperators.install.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:24.472458Z	info	installer	updating resource: CustomResourceDefinition//adapters.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator &lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:24.510028Z	info	installer	updating resource: CustomResourceDefinition//attributemanifests.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:24.583754Z	info	installer	updating resource: CustomResourceDefinition//authorizationpolicies.security.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:24.769976Z	info	installer	updating resource: CustomResourceDefinition//destinationrules.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:25.373156Z	info	installer	updating resource: CustomResourceDefinition//envoyfilters.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:25.473454Z	info	installer	updating resource: CustomResourceDefinition//gateways.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:25.574937Z	info	installer	updating resource: CustomResourceDefinition//handlers.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:25.612554Z	info	installer	updating resource: CustomResourceDefinition//httpapispecbindings.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:25.687798Z	info	installer	updating resource: CustomResourceDefinition//httpapispecs.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:25.770058Z	info	installer	updating resource: CustomResourceDefinition//instances.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:25.794417Z	info	installer	updating resource: CustomResourceDefinition//istiooperators.install.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:25.813352Z	info	installer	updating resource: CustomResourceDefinition//peerauthentications.security.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:25.882058Z	info	installer	updating resource: CustomResourceDefinition//quotaspecbindings.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:26.069148Z	info	installer	updating resource: CustomResourceDefinition//quotaspecs.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:26.090971Z	info	installer	updating resource: CustomResourceDefinition//requestauthentications.security.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:26.191135Z	info	installer	updating resource: CustomResourceDefinition//rules.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:26.273571Z	info	installer	updating resource: CustomResourceDefinition//serviceentries.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:26.374952Z	info	installer	updating resource: CustomResourceDefinition//sidecars.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:26.468985Z	info	installer	updating resource: CustomResourceDefinition//templates.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:26.588488Z	info	installer	updating resource: CustomResourceDefinition//virtualservices.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.069278Z	info	installer	updating resource: CustomResourceDefinition//workloadentries.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.087182Z	info	installer	updating resource: ServiceAccount/istio-system/istio-reader-service-account&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.100478Z	info	installer	updating resource: ServiceAccount/istio-system/istiod-service-account&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.113867Z	info	installer	updating resource: ClusterRole//istio-reader-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.176815Z	info	installer	updating resource: ClusterRole//istiod-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.192281Z	info	installer	updating resource: ClusterRoleBinding//istio-reader-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.206946Z	info	installer	updating resource: ClusterRoleBinding//istiod-pilot-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.220325Z	info	installer	updating resource: ValidatingWebhookConfiguration//istiod-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.277906Z	info	installer	updating resource: Role/istio-system/istiod-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.291916Z	info	installer	updating resource: RoleBinding/istio-system/istiod-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.812917Z	info	installer	established CRD adapters.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.822443Z	info	installer	established CRD attributemanifests.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.832991Z	info	installer	established CRD authorizationpolicies.security.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.860593Z	info	installer	established CRD destinationrules.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.868408Z	info	installer	established CRD envoyfilters.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.875341Z	info	installer	established CRD gateways.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.883912Z	info	installer	established CRD handlers.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.888246Z	info	installer	established CRD httpapispecbindings.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.896421Z	info	installer	established CRD httpapispecs.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.902382Z	info	installer	established CRD instances.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.905895Z	info	installer	established CRD istiooperators.install.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.909192Z	info	installer	established CRD peerauthentications.security.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.913103Z	info	installer	established CRD quotaspecbindings.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.922576Z	info	installer	established CRD quotaspecs.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.930033Z	info	installer	established CRD requestauthentications.security.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.937582Z	info	installer	established CRD rules.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.947638Z	info	installer	established CRD serviceentries.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.956046Z	info	installer	established CRD sidecars.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.963068Z	info	installer	established CRD templates.config.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:27.998587Z	info	installer	established CRD virtualservices.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.013423Z	info	installer	established CRD workloadentries.networking.istio.io&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.013556Z	info	installer	Finished applying CRDs.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.013817Z	info	installer	Unblocking dependency Pilot.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.013844Z	info	installer	Dependency for Pilot has completed, proceeding.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.013884Z	info	installer	Processing resources from manifest: Pilot for CR installed-state-istio-system-Pilot-https://10.119.240.1:443&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator - Processing resources for Istio core.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.166491Z	info	installer	The following objects differ between generated manifest and cache: &lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - HorizontalPodAutoscaler:istio-system:istiod&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ConfigMap:istio-system:istio&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - Deployment:istio-system:istiod&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ConfigMap:istio-system:istio-sidecar-injector&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - MutatingWebhookConfiguration::istio-sidecar-injector&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - PodDisruptionBudget:istio-system:istiod&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - Service:istio-system:istiod&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - EnvoyFilter:istio-system:metadata-exchange-1.6&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - EnvoyFilter:istio-system:tcp-metadata-exchange-1.6&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - EnvoyFilter:istio-system:stats-filter-1.6&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - EnvoyFilter:istio-system:tcp-stats-filter-1.6&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - EnvoyFilter:istio-system:metadata-exchange-1.7&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - EnvoyFilter:istio-system:tcp-metadata-exchange-1.7&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - EnvoyFilter:istio-system:stats-filter-1.7&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - EnvoyFilter:istio-system:tcp-stats-filter-1.7&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.175178Z	info	installer	updating resource: EnvoyFilter/istio-system/metadata-exchange-1.6&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator ✔ Istio core installed&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.275469Z	info	installer	updating resource: EnvoyFilter/istio-system/metadata-exchange-1.7&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.304331Z	info	installer	updating resource: EnvoyFilter/istio-system/stats-filter-1.6&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.373809Z	info	installer	updating resource: EnvoyFilter/istio-system/stats-filter-1.7&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.416343Z	info	installer	updating resource: EnvoyFilter/istio-system/tcp-metadata-exchange-1.6&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.440955Z	info	installer	updating resource: EnvoyFilter/istio-system/tcp-metadata-exchange-1.7&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.470340Z	info	installer	updating resource: EnvoyFilter/istio-system/tcp-stats-filter-1.6&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.496914Z	info	installer	updating resource: EnvoyFilter/istio-system/tcp-stats-filter-1.7&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.525497Z	info	installer	updating resource: ConfigMap/istio-system/istio&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.577213Z	info	installer	updating resource: ConfigMap/istio-system/istio-sidecar-injector&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.680752Z	info	installer	updating resource: MutatingWebhookConfiguration//istio-sidecar-injector&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.698398Z	info	installer	updating resource: Deployment/istio-system/istiod&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.797278Z	info	installer	updating resource: PodDisruptionBudget/istio-system/istiod&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.818126Z	info	installer	updating resource: HorizontalPodAutoscaler/istio-system/istiod&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.837979Z	info	installer	updating resource: Service/istio-system/istiod&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942172Z	info	installer	Unblocking dependency Policy.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942194Z	info	installer	Unblocking dependency Telemetry.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942201Z	info	installer	Unblocking dependency Cni.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942207Z	info	installer	Unblocking dependency IngressGateways.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942212Z	info	installer	Unblocking dependency EgressGateways.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942218Z	info	installer	Unblocking dependency AddonComponents.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942229Z	info	installer	Dependency for AddonComponents has completed, proceeding.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942283Z	info	installer	Processing resources from manifest: AddonComponents for CR installed-state-istio-system-AddonComponents-https://10.119.240.1:443&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942261Z	info	installer	Dependency for Cni has completed, proceeding.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942372Z	info	installer	Processing resources from manifest: Cni for CR installed-state-istio-system-Cni-https://10.119.240.1:443&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942456Z	info	installer	Generated manifest objects are the same as cached for component Cni.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942511Z	info	installer	Dependency for Policy has completed, proceeding.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942575Z	info	installer	Processing resources from manifest: Policy for CR installed-state-istio-system-Policy-https://10.119.240.1:443&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942707Z	info	installer	Generated manifest objects are the same as cached for component Policy.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942785Z	info	installer	Dependency for Telemetry has completed, proceeding.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942868Z	info	installer	Processing resources from manifest: Telemetry for CR installed-state-istio-system-Telemetry-https://10.119.240.1:443&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.942955Z	info	installer	Generated manifest objects are the same as cached for component Telemetry.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.943053Z	info	installer	Dependency for IngressGateways has completed, proceeding.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.943147Z	info	installer	Processing resources from manifest: IngressGateways for CR installed-state-istio-system-IngressGateways-https://10.119.240.1:443&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator - Processing resources for Istiod.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.967041Z	info	installer	The following objects differ between generated manifest and cache: &lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - HorizontalPodAutoscaler:istio-system:istio-ingressgateway&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - Deployment:istio-system:istio-ingressgateway&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - PodDisruptionBudget:istio-system:istio-ingressgateway&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - Role:istio-system:istio-ingressgateway-sds&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - RoleBinding:istio-system:istio-ingressgateway-sds&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - Service:istio-system:istio-ingressgateway&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ServiceAccount:istio-system:istio-ingressgateway-service-account&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.968366Z	info	installer	The following objects differ between generated manifest and cache: &lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ClusterRole::kiali&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ClusterRole::kiali-viewer&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ClusterRoleBinding::kiali&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ConfigMap:istio-system:kiali&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - Deployment:istio-system:kiali&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - Service:istio-system:kiali&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ServiceAccount:istio-system:kiali-service-account&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ClusterRole::prometheus-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ClusterRoleBinding::prometheus-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ConfigMap:istio-system:prometheus&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - Deployment:istio-system:prometheus&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - Service:istio-system:prometheus&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator  - ServiceAccount:istio-system:prometheus&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.968472Z	info	installer	Dependency for EgressGateways has completed, proceeding.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.968509Z	info	installer	Processing resources from manifest: EgressGateways for CR installed-state-istio-system-EgressGateways-https://10.119.240.1:443&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.968527Z	info	installer	Generated manifest objects are the same as cached for component EgressGateways.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.981117Z	info	installer	updating resource: ServiceAccount/istio-system/istio-ingressgateway-service-account&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:28.990064Z	info	installer	updating resource: ServiceAccount/istio-system/kiali-service-account&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator ✔ Istiod installed&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.063715Z	info	installer	updating resource: ServiceAccount/istio-system/prometheus&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.070467Z	info	installer	updating resource: Deployment/istio-system/istio-ingressgateway&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.264791Z	info	installer	updating resource: ClusterRole//kiali&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.364087Z	info	installer	updating resource: PodDisruptionBudget/istio-system/istio-ingressgateway&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.369639Z	info	installer	updating resource: ClusterRole//kiali-viewer&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.379210Z	info	installer	updating resource: Role/istio-system/istio-ingressgateway-sds&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.383321Z	info	installer	updating resource: ClusterRole//prometheus-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.397598Z	info	installer	updating resource: ClusterRoleBinding//kiali&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.397914Z	info	installer	updating resource: RoleBinding/istio-system/istio-ingressgateway-sds&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.410103Z	info	installer	updating resource: ClusterRoleBinding//prometheus-istio-system&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.463984Z	info	installer	updating resource: ConfigMap/istio-system/kiali&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.477168Z	info	installer	updating resource: HorizontalPodAutoscaler/istio-system/istio-ingressgateway&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.478879Z	info	installer	updating resource: ConfigMap/istio-system/prometheus&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.489077Z	info	installer	updating resource: Service/istio-system/istio-ingressgateway&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.574763Z	info	installer	updating resource: Deployment/istio-system/kiali&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.608213Z	info	installer	updating resource: Deployment/istio-system/prometheus&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.670658Z	info	installer	updating resource: Service/istio-system/kiali&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator - Processing resources for Addons, Ingress gateways.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator ✔ Ingress gateways installed&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator 2020-11-12T08:38:29.682311Z	info	installer	updating resource: Service/istio-system/prometheus&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator - Processing resources for Addons.&lt;br /&gt;
istio-operator-8596c6b454-2q979 istio-operator ✔ Addons installed&lt;br /&gt;
&amp;lt;/syntaxhighlightjs&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pio2pio</name></author>
	</entry>
</feed>