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

Implement etcd connection #82

Merged
merged 18 commits into from
Feb 2, 2024
Merged

Implement etcd connection #82

merged 18 commits into from
Feb 2, 2024

Commits on Dec 5, 2023

  1. deploy etcd CA cert if k3s use embeded etcd

    Mog Liang committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    920908f View commit details
    Browse the repository at this point in the history
  2. copy proxy package from kubeadm cp provider

    Mog Liang committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    387183d View commit details
    Browse the repository at this point in the history
  3. copy proxy & etcd packages from kubeadm cp provider

    Mog Liang committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    45dddcc View commit details
    Browse the repository at this point in the history
  4. add etcd_client_generator.go

    Mog Liang committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    54654fe View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. install etcd-proxy daemonset

    Mog Liang committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a7239ff View commit details
    Browse the repository at this point in the history
  2. enable etcd operation when scale down

    Mog Liang committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    599c2f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. create NewEtcdClientGenerator in workload

    Mog Liang committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1b3bc3b View commit details
    Browse the repository at this point in the history
  2. fix etcd member naming issue

    Mog Liang committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2e6e12b View commit details
    Browse the repository at this point in the history
  3. better logging

    Mog Liang committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5af3411 View commit details
    Browse the repository at this point in the history
  4. add cp EtcdDialTimeout EtcdCallTimeout options

    Mog Liang committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    61ad1b3 View commit details
    Browse the repository at this point in the history
  5. fix

    Mog Liang committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1064b19 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. check if etcdca exists in cp reconcile loop

    Mog Liang committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2891694 View commit details
    Browse the repository at this point in the history
  2. rename func IsEtcdEmbedded

    Mog Liang committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c0e06b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge branch 'qliang/etcd0' into qliang/etcd1

    Mog Liang committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0f48201 View commit details
    Browse the repository at this point in the history
  2. fix comment

    Mog Liang committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c7ba379 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into qliang/etcd1

    Signed-off-by: Mog Liang <[email protected]>
    mogliang committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2b78209 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Merge branch 'main' into qliang/etcd1

    Mog Liang committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d1f4434 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. fix

    mogliang committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    687fe96 View commit details
    Browse the repository at this point in the history