Hi All, I am following the flyte deployment from G...
# flyte-deployment
v
Hi All, I am following the flyte deployment from Github and I am facing an issue setting up. Below is the error from docker:
Timed out while waiting for the datacatalog rollout to be created
Terminated
Timed out while waiting for dockerd to start
Terminated
found several pods were in ContainerCreating status, when i logged in one of them - found some "MountVolume" error as shown below: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 21m default-scheduler Successfully assigned flyte/flytepropeller-6f5c985cd4-kflzv to a7b7d18b2fc5 Warning FailedMount 21m (x2 over 21m) kubelet MountVolume.SetUp failed for volume "auth" : failed to sync secret cache: timed out waiting for the condition Warning FailedMount 21m (x2 over 21m) kubelet MountVolume.SetUp failed for volume "config-volume" : failed to sync configmap cache: timed out waiting for the condition Warning FailedMount 21m kubelet MountVolume.SetUp failed for volume "kube-api-access-jcdxv" : failed to sync configmap cache: timed out waiting for the condition Normal Pulling 21m kubelet Pulling image "cr.flyte.org/flyteorg/flytepropeller-release:v0.19.2" Warning FailedMount 5m19s kubelet MountVolume.SetUp failed for volume "config-volume" : failed to sync configmap cache: timed out waiting for the condition Warning FailedMount 5m12s (x4 over 5m19s) kubelet MountVolume.SetUp failed for volume "auth" : failed to sync secret cache: timed out waiting for the condition Normal Pulling 5m6s kubelet Pulling image "cr.flyte.org/flyteorg/flytepropeller-release:v0.19.2" Any pointer to fix such issues? I've tried removing image and redeploying without any luck.
y
Can you check the config map & secret ? does they exist in flyte namespace ?
187 Views