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

Override hostname on kubelet #124

Merged
merged 2 commits into from
May 13, 2020
Merged

Override hostname on kubelet #124

merged 2 commits into from
May 13, 2020

Commits on May 12, 2020

  1. Override hostname on kubelet

    kubelet gets the hostname from the system which on coreos does not
    include the domain name (it's the short hostname and not the FQDN). This
    causes the `kubernetes.io/hostname` label to mismatch the node name and
    is problematic when using Service Topology and potentially other
    features that use this label.
    
    Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>
    alkar committed May 12, 2020
    Configuration menu
    Copy the full SHA
    8c2d912 View commit details
    Browse the repository at this point in the history
  2. Truncate kubeletenv

    Restarting the service will continuously append to the file
    
    Signed-off-by: Dimitrios Karagiannis <dhkarag@gmail.com>
    alkar committed May 12, 2020
    Configuration menu
    Copy the full SHA
    d7a97d7 View commit details
    Browse the repository at this point in the history