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

For Windows, the hostname in kube-apiserver is in lowercase. #2672

Merged
merged 1 commit into from Sep 1, 2021

Commits on Aug 31, 2021

  1. Convert NodeName obtained from env var to lowercase on Windows.

    Currently, the startup scripts force an environment variable
    to have lowercase node name. This gets complex once we add
    support to native windows services as they don't get
    env variables from local shell.
    
    An example of startup script is function: Start-AntreaAgent in
    https://raw.githubusercontent.com/antrea-io/antrea/v1.2.0/hack/windows/Helper.psm1
    
    Signed-off-by: Gurucharan Shetty <gurushetty@google.com>
    shettyg committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    7923400 View commit details
    Browse the repository at this point in the history