这是indexloc提供的服务,不要输入任何密码
Skip to content

Skaffold hangs on deploying job with Helm hook #9824

@ivanovaleksey

Description

@ivanovaleksey

Hey, I am trying to deploy zitadel Helm chart using skaffold v4beta11.
Unfortunately skaffold run just hangs while creating job resources.

I tried to debug and narrow down the problem and noticed that the issue was jobs having those annotations

  annotations:
    helm.sh/hook: pre-install,pre-upgrade
    helm.sh/hook-delete-policy: before-hook-creation
    helm.sh/hook-weight: "2"

Does skaffold support Helm hooks?
I can remove those annotation as they are customizable via values but the jobs seem to need to be run before the deployment is created/updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions