Hi ! We have deployed Flyte on GKE in GCP. Previou...
# flyte-support
c
Hi ! We have deployed Flyte on GKE in GCP. Previously we were using 1.10.0. Now if I update the Flyte version from 1.10.0 to 1.11.0 then I am getting the following error: Deployment.apps "flytescheduler" is invalid: spec.template.spec.initContainers[0].volumeMounts[2].name: Not found: "auth" Meanwhile, I haven't changed any configuration or any file, I just changed the version number. Are there any breaking changes or am I missing something here ?
👍 1
a
@crooked-zebra-68589 yes unf there's a breaking change. If you happen to be not using auth or have set
adminOauthClientCredentials
to
false
then the secret volume is not mounted (see https://github.com/flyteorg/flyte/pull/5054)