<@UBAJ7TD53> I’m trying to update our istio instal...
# general
i
@creamy-potato-29402 I’m trying to update our istio install to 1.0.7. I’m getting
**updating failed**
on most of the Deployments with a lot of errors like this:
Copy code
kubernetes:extensions:Deployment (istio-system/istio-galley):
    error: Plan apply failed: 2 errors occurred:

    * Timeout occurred for 'istio-galley'
    * Minimum number of Pods to consider the application live was not attained
When i describe the pods though it looks like the images updated to 1.0.7. Have you run into this before on istio upgrades?
I’m upgrading from
1.0.5
g
@incalculable-angle-91273 I suspect you’re running into https://github.com/pulumi/pulumi-kubernetes/issues/519 I have a fix that will be released shortly: https://github.com/pulumi/pulumi-kubernetes/pull/523 This is happening because the istio chart is using a really old API schema: https://github.com/istio/istio/blob/1.0.7/install/kubernetes/helm/istio/charts/galley/templates/deployment.yaml#L1
i
@gorgeous-egg-16927 thank you! That looks similar to what i’m seeing. I’ll keep an eye on that fix to get released
👍 2
g
Hoping to get the release out this afternoon
i
Tried it out today and it works! thank you for such a quick fix levi
🙂 1