Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(kubernetes-etcd-backup): skip tls verify #1292

Merged
merged 5 commits into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. feat(kubernetes-etcd-backup): skip tls verify

    etcdctl can be run with the `--insecure-skip-tls-verify` to skip tls
    verification of the etcd endpoint.
    
    This is useful in some deployments, for instance, when the etcd
    cluster is external to Kubernetes and the Kubernetes endpoint name (e.g.,
    `etcd.kube-system.svc.cluster.local`) does not match the names in the
    certificates of the external etcd cluster.
    in0rdr committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f54035f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a3d55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4a0204 View commit details
    Browse the repository at this point in the history
  4. Update charts/kubernetes-etcd-backup/values.yaml

    Co-authored-by: Lukas Grossar <lukas.grossar@gmail.com>
    in0rdr and tongpu committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4ffb26b View commit details
    Browse the repository at this point in the history
  5. chore: run pre-commit hooks

    in0rdr committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0879794 View commit details
    Browse the repository at this point in the history