Skip to content

Error: unknown flag: --live-addr #3212

@Hayden-Chang

Description

@Hayden-Chang

Describe the bug

Pod external-secrets can't start successfully.

kubectl get pod -A shows:

NAMESPACE          NAME                                               READY   STATUS             RESTARTS      AGE
external-secrets   external-secrets-6766d86d7-gthzm                   0/1     CrashLoopBackOff   4 (72s ago)   3m4s
external-secrets   external-secrets-cert-controller-76cdcfdcc-dv67k   1/1     Running            1 (86s ago)   3m4s
external-secrets   external-secrets-webhook-57f877cb54-6664c          1/1     Running            1 (86s ago)   3m4s
kube-system        coredns-5dd5756b68-fbxzv                           1/1     Running            1 (81s ago)   4m18s
kube-system        etcd-minikube                                      1/1     Running            1 (86s ago)   4m31s
kube-system        kube-apiserver-minikube                            1/1     Running            1 (76s ago)   4m31s
kube-system        kube-controller-manager-minikube                   1/1     Running            1 (86s ago)   4m31s
kube-system        kube-proxy-hz6sl                                   1/1     Running            1 (86s ago)   4m18s
kube-system        kube-scheduler-minikube                            1/1     Running            1 (86s ago)   4m31s
kube-system        storage-provisioner                                1/1     Running            3 (73s ago)   4m30s

kubectl logs external-secrets-6766d86d7-gthzm -n external-secrets shows:

Error: unknown flag: --live-addr
Usage:
  external-secrets [flags]
  external-secrets [command]
...
...

After I revert the this pr, everything goes well.

To Reproduce
Steps to reproduce the behavior:

  1. Pull the latest repo
  2. Follow the doc to install the Helm chart locally

Expected behavior
Pod external-secrets starts successfully.

Screenshots
image
image

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions