Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Missing in istioctl after Canary Upgrade #35136

Closed
danehans opened this issue Sep 10, 2021 · 1 comment
Closed

Version Missing in istioctl after Canary Upgrade #35136

danehans opened this issue Sep 10, 2021 · 1 comment
Labels
area/upgrade Issues related to upgrades area/user experience

Comments

@danehans
Copy link
Contributor

danehans commented Sep 10, 2021

Bug Description

istioctl does not display the version after performing a canary upgrade:

istioctl version
client version: 1.11.1
istiod version: 1.11.1
pilot version: 1.10.4
data plane version:  (1 proxies), 1.10.4 (3 proxies)

I expected:

istioctl version
client version: 1.11.1
istiod version: 1.11.1
pilot version: 1.10.4
data plane version:  1.11.1 (1 proxies), 1.10.4 (1 proxies)

The same for proxy-status:

istioctl ps                                                          
NAME                                                   CDS        LDS        EDS        RDS        ISTIOD                             VERSION
productpage-v1-6cbbc6568c-k49k2.default                SYNCED     SYNCED     SYNCED     SYNCED     istiod-899959c89-t882f             1.10.4
public-ingressgateway-85fcc7448-zlgvv.istio-system     SYNCED     SYNCED     SYNCED     SYNCED     istiod-1-11-1-6d9b4745dd-qvsks     *

Version

istioctl version
client version: 1.11.1
istiod version: 1.11.1
pilot version: 1.10.4
data plane version:  (1 proxies), 1.10.4 (3 proxies)

Additional Information

I'm following the operator-based canary upgrade documentation.

@danehans
Copy link
Contributor Author

This is not a bug. I was not including the ISTIO_META_ISTIO_VERSION was empty when building my container image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/upgrade Issues related to upgrades area/user experience
Projects
None yet
Development

No branches or pull requests

2 participants