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

Scope tf-operator to a namespace #789

Merged
merged 3 commits into from
Aug 22, 2018
Merged

Scope tf-operator to a namespace #789

merged 3 commits into from
Aug 22, 2018

Commits on Aug 21, 2018

  1. Scope tf-operator to a namespace

    Based on the KUBEFLOW_NAMESPACE, tf-operator will be scoped to a
    particular namespace.
    
    If KUBEFLOW_NAMESPACE is not set or left as empty, tf-operator will be
    scoped to cluster-wide. If it is set to a namespace value, tf-operator
    will only operate in the namespace
    Ankush Agarwal committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    69a9322 View commit details
    Browse the repository at this point in the history
  2. Update to use a flag instead of environment variable

    Ankush Agarwal committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    7f3b213 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Address review comment

    Ankush Agarwal committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    b5ed4cb View commit details
    Browse the repository at this point in the history