Hi All,
We are using istio in AWS EKS. I recently tried to upgrade the istio version from 1.2.2 to 1.2.4 following the steps mentioned in the below link.
After the upgrade, I was able to deploy application and the normal sanity test check shows everything is running as expected. But if i run istioctl version, i am getting like below for ingress adn egress like “DIRTY”
[ec2-user@ip-10-76-11-201 ~]$ istioctl version
client version: 1.2.4
admin-ingressgateway version:
citadel version: 1.2.4
egressgateway version: 94746cc-dirty
galley version: 1.2.4
ingressgateway version: 94746cc-dirty
pilot version: 1.2.4
policy version: 1.2.4
sidecar-injector version: 1.2.4
telemetry version: 1.2.4
[ec2-user@ip-10-76-11-201 ~] istioctl proxy-status NAME CDS LDS EDS RDS PILOT VERSION admin-ingressgateway-69c6d67499-s74sb.istio-system SYNCED SYNCED SYNCED (50%) NOT SENT istio-pilot-7487f765d9-kwxbh 1.0-dev isam-config-7578557d4d-9qfhb.apps SYNCED SYNCED SYNCED (50%) SYNCED istio-pilot-7487f765d9-kwxbh 1.0-dev istio-egressgateway-69d5769c-2gr5b.istio-system SYNCED SYNCED SYNCED (100%) NOT SENT istio-pilot-7487f765d9-kwxbh 1.0-dev istio-ingressgateway-677c66978b-cksks.istio-system SYNCED SYNCED SYNCED (100%) NOT SENT istio-pilot-7487f765d9-kwxbh 1.0-dev [ec2-user@ip-10-76-11-201 ~]