Hi Gana,
Thanks for reply .
I did generate and verify the manifest files.
$ istioctl manifest generate --set profile=asm-multicloud --set revision=“asm-1128-2” --filename overlay.yaml > generated-manifest.yaml
$ istioctl verify-install -f generated-manifest.yaml
CustomResourceDefinition: authorizationpolicies.security.istio.io.istio-system checked successfully
CustomResourceDefinition: dataplanecontrols.mesh.cloud.google.com.istio-system checked successfully
CustomResourceDefinition: destinationrules.networking.istio.io.istio-system checked successfully
CustomResourceDefinition: envoyfilters.networking.istio.io.istio-system checked successfully
CustomResourceDefinition: gateways.networking.istio.io.istio-system checked successfully
CustomResourceDefinition: istiooperators.install.istio.io.istio-system checked successfully
CustomResourceDefinition: peerauthentications.security.istio.io.istio-system checked successfully
CustomResourceDefinition: requestauthentications.security.istio.io.istio-system checked successfully
CustomResourceDefinition: serviceentries.networking.istio.io.istio-system checked successfully
CustomResourceDefinition: sidecars.networking.istio.io.istio-system checked successfully
CustomResourceDefinition: telemetries.telemetry.istio.io.istio-system checked successfully
CustomResourceDefinition: virtualservices.networking.istio.io.istio-system checked successfully
CustomResourceDefinition: wasmplugins.extensions.istio.io.istio-system checked successfully
CustomResourceDefinition: workloadentries.networking.istio.io.istio-system checked successfully
CustomResourceDefinition: workloadgroups.networking.istio.io.istio-system checked successfully
ServiceAccount: istio-ingressgateway-service-account.istio-system checked successfully
ServiceAccount: istio-reader-service-account.istio-system checked successfully
ServiceAccount: istiod-asm-1128-2.istio-system checked successfully
ServiceAccount: istiod-service-account.istio-system checked successfully
ClusterRole: istio-reader-clusterrole-asm-1128-2-istio-system.istio-system checked successfully
ClusterRole: istio-reader-istio-system.istio-system checked successfully
ClusterRole: istiod-clusterrole-asm-1128-2-istio-system.istio-system checked successfully
ClusterRole: istiod-gateway-controller-asm-1128-2-istio-system.istio-system checked successfully
ClusterRole: istiod-istio-system.istio-system checked successfully
ClusterRoleBinding: istio-reader-clusterrole-asm-1128-2-istio-system.istio-system checked successfully
ClusterRoleBinding: istio-reader-istio-system.istio-system checked successfully
ClusterRoleBinding: istiod-clusterrole-asm-1128-2-istio-system.istio-system checked successfully
ClusterRoleBinding: istiod-gateway-controller-asm-1128-2-istio-system.istio-system checked successfully
ClusterRoleBinding: istiod-istio-system.istio-system checked successfully
ValidatingWebhookConfiguration: istio-validator-asm-1128-2-istio-system.istio-system checked successfully
EnvoyFilter: stats-filter-1.10-asm-1128-2.istio-system checked successfully
EnvoyFilter: stats-filter-1.11-asm-1128-2.istio-system checked successfully
EnvoyFilter: stats-filter-1.12-asm-1128-2.istio-system checked successfully
EnvoyFilter: stats-filter-1.13-asm-1128-2.istio-system checked successfully
EnvoyFilter: tcp-stats-filter-1.10-asm-1128-2.istio-system checked successfully
EnvoyFilter: tcp-stats-filter-1.11-asm-1128-2.istio-system checked successfully
EnvoyFilter: tcp-stats-filter-1.12-asm-1128-2.istio-system checked successfully
EnvoyFilter: tcp-stats-filter-1.13-asm-1128-2.istio-system checked successfully
ConfigMap: istio-asm-1128-2.istio-system checked successfully
ConfigMap: istio-sidecar-injector-asm-1128-2.istio-system checked successfully
MutatingWebhookConfiguration: istio-sidecar-injector-asm-1128-2.istio-system checked successfully
Deployment: istio-ingressgateway.istio-system checked successfully
Deployment: istiod-asm-1128-2.istio-system checked successfully
PodDisruptionBudget: istio-ingressgateway.istio-system checked successfully
PodDisruptionBudget: istiod-asm-1128-2.istio-system checked successfully
Role: istio-ingressgateway-sds.istio-system checked successfully
Role: istiod-asm-1128-2.istio-system checked successfully
Role: istiod-istio-system.istio-system checked successfully
RoleBinding: istio-ingressgateway-sds.istio-system checked successfully
RoleBinding: istiod-asm-1128-2.istio-system checked successfully
RoleBinding: istiod-istio-system.istio-system checked successfully
HorizontalPodAutoscaler: istio-ingressgateway.istio-system checked successfully
HorizontalPodAutoscaler: istiod-asm-1128-2.istio-system checked successfully
Service: istio-ingressgateway.istio-system checked successfully
Service: istiod-asm-1128-2.istio-system checked successfully
Checked 15 custom resource definitions
Checked 2 Istio Deployments
Istio is installed and verified successfully
I see only 2 services compared 3 as shown in installation Doc .
Should apigeectl look for svc istiod-asm-1128-2 instead of svc istiod ? is this value configurable ?