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

Remove hard-coded namespace from k8s config #5482

Merged
merged 1 commit into from
Nov 2, 2017

Commits on Oct 31, 2017

  1. Remove hard-coded namespace from k8s config

    The default namespace should be populated by the Kubernetes client. In the case
    of in-cluster config, the namespace will be read from the
    /var/run/secrets/kubernetes.io/serviceaccount/namespace file. (Note that this
    assumes the ServiceAccount admission controller is in use.) In the case of
    parsing a k8s configuration file, the default namespace is set to the client
    default of "default".
    
    Minor spelling correction of Kubernetes and some additional error information
    was changed as well.
    
    Closes elastic#5378
    jpeeler committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    e20beda View commit details
    Browse the repository at this point in the history