You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image docker.m.daocloud.io/istio/pilot:1.17.1 does not exist but istiod 1.17.1 is the only supported chart version in dce-community repo (https://release.daocloud.io/chartrepo/community)
Falling back to version 1.16.x of istiod does not work with DaoCloud Helm repository mirror since the only existing version is 1.17.1 at the time of writing.
Some output snippets taken from Flux v2 shown below:
NAME REVISION SUSPENDED READY MESSAGE
helmchart/istio-system-istio-base 1.17.1 False True pulled 'base' chart with version '1.17.1'
helmchart/istio-system-istio-ingressgateway 1.17.1 False True pulled 'gateway' chart with version '1.17.1'
helmchart/istio-system-istiod 1.17.1 False False invalid chart reference: failed to get chart version for remote reference: no 'istiod' chart with version matching '>=1.16.1 <1.17.0' found
NAME REVISION SUSPENDED READY MESSAGE
helmchart/istio-system-istio-base 1.17.1 False True pulled 'base' chart with version '1.17.1'
helmchart/istio-system-istio-ingressgateway 1.17.1 False True pulled 'gateway' chart with version '1.17.1'
helmchart/istio-system-istiod 1.17.1 False False invalid chart reference: failed to get chart version for remote reference: no 'istiod' chart with version matching '>=1.17.0 <1.17.1' found
The text was updated successfully, but these errors were encountered:
I checked and found that docker.m.daocloud.io/istio/pilot:1.17.1 exists and I see that your istiod instance has started successfully, maybe it's an environment issue?
The successful istiod instance is from the original dce5-installer installation which is at version 1.16.1 (but 1.16.1 cannot be found in dce-community repo).
Image
docker.m.daocloud.io/istio/pilot:1.17.1
does not exist but istiod 1.17.1 is the only supported chart version indce-community
repo (https://release.daocloud.io/chartrepo/community
)Chart details
dce-community
(https://release.daocloud.io/chartrepo/community
)istiod
1.17.1
Steps to reproduce
Install DCE5 Community with
dce5-installer
, then:Wait for the upgrade to fail, then run:
Sample output:
Now check the events of the Pod with
ImagePullBackOff
error:kubectl -n istio-system describe po istiod-b999b56b9-wtzwt | grep -A10 Events:
Output:
Chart values
Not modified from initial DCE5 Community installation using
dce5-installer
:Alternatives considered
Falling back to version
1.16.x
of istiod does not work with DaoCloud Helm repository mirror since the only existing version is1.17.1
at the time of writing.Some output snippets taken from Flux v2 shown below:
The text was updated successfully, but these errors were encountered: