GithubHelp home page GithubHelp logo

Comments (5)

cookeem avatar cookeem commented on August 17, 2024

This tutorial the keepalived is running in an offline internal network, if you run it in cloud provider environment, you should use cloud provider ‘s load balancer instead of keepalived.

Vip is an static IP address all masters can reach and not conflict in the network, at this point you should ask your network maintain team which IP address you can used as vip

from kubeadm-ha.

GangChenTFS avatar GangChenTFS commented on August 17, 2024

@cookeem my keepalived is running in an office networks without cloud provider environment. I requested VIP with static IP address on all masters, the ip is fix and unique in our office networks, I configured it, the 3 master status are working well, but the keepalive are not show correct status, below is the error info, it´s seems the password is invalid. is it related with "K8SHA_KEEPALIVED_AUTH"? do you know how get this key in my kubernetes cluster? thanks.

systemctl status keepalived.service

● keepalived.service - LVS and VRRP High Availability Monitor
Loaded: loaded (/usr/lib/systemd/system/keepalived.service; enabled; vendor preset: disabled)
Active: active (running) since Mon 2019-02-11 17:25:20 WET; 1 day 17h ago
Process: 32556 ExecStart=/usr/sbin/keepalived $KEEPALIVED_OPTIONS (code=exited, status=0/SUCCESS)
Main PID: 32557 (keepalived)
Tasks: 6
Memory: 1.9M
CGroup: /system.slice/keepalived.service
├─29595 /usr/sbin/keepalived -D
├─29596 /bin/bash /etc/keepalived/check_apiserver.sh
├─29602 sleep 5
├─32557 /usr/sbin/keepalived -D
├─32558 /usr/sbin/keepalived -D
└─32559 /usr/sbin/keepalived -D

Feb 13 11:10:37 k8s-master01 Keepalived_vrrp[32559]: (VI_1): received an invalid passwd!
Feb 13 11:10:37 k8s-master01 Keepalived_vrrp[32559]: bogus VRRP packet received on eth0 !!!
Feb 13 11:10:37 k8s-master01 Keepalived_vrrp[32559]: VRRP_Instance(VI_1) ignoring received advertisment...
Feb 13 11:10:38 k8s-master01 Keepalived_vrrp[32559]: /etc/keepalived/check_apiserver.sh exited due to signal 15
Feb 13 11:10:38 k8s-master01 Keepalived_vrrp[32559]: (VI_1): received an invalid passwd!
Feb 13 11:10:38 k8s-master01 Keepalived_vrrp[32559]: bogus VRRP packet received on eth0 !!!
Feb 13 11:10:38 k8s-master01 Keepalived_vrrp[32559]: VRRP_Instance(VI_1) ignoring received advertisment...
Feb 13 11:10:39 k8s-master01 Keepalived_vrrp[32559]: (VI_1): received an invalid passwd!
Feb 13 11:10:39 k8s-master01 Keepalived_vrrp[32559]: bogus VRRP packet received on eth0 !!!
Feb 13 11:10:39 k8s-master01 Keepalived_vrrp[32559]: VRRP_Instance(VI_1) ignoring received advertisment...

from kubeadm-ha.

cookeem avatar cookeem commented on August 17, 2024

Can you show me all the keepalived.conf files? Make sure all this segment is the same:

    authentication {
        auth_type PASS
        auth_pass K8SHA_KA_AUTH
    }

from kubeadm-ha.

GangChenTFS avatar GangChenTFS commented on August 17, 2024

from kubeadm-ha.

GangChenTFS avatar GangChenTFS commented on August 17, 2024

workaround is disable these line in keepalived.conf

from kubeadm-ha.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.