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

Inherit namespace from ksonnet environment #426

Merged
merged 9 commits into from
Mar 20, 2018
Merged

Inherit namespace from ksonnet environment #426

merged 9 commits into from
Mar 20, 2018

Commits on Mar 14, 2018

  1. Inherit namespace from ksonnet environment

    Now that ksonnet makes `env` available in it's components, we can
    leverate that to use the environment's namespace instead of hardcoding a
    default namespace in the component parameters.
    
    So now the behaviour is that when components are generated from
    prototypes, we default to using the environment's namespace. If the user
    has overridden namespace as a parameter, that will get used for the
    component.
    
    Tested by deploying kubeflow-core and tf-serving to a new k8s cluster
    
    Fixes #43
    Ankush Agarwal committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    9ac06c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    bcba163 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d2cc3f View commit details
    Browse the repository at this point in the history
  3. Re-introduce namespace parameter in components because removing it will

    break existing clients
    Ankush Agarwal committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    fd046f4 View commit details
    Browse the repository at this point in the history
  4. Update mlkube-testing image to kubeflow-ci image

    Ankush Agarwal committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    757b2ad View commit details
    Browse the repository at this point in the history
  5. Revert components/k8s-model-server/images/releaser/components/workflo…

    …ws.libsonnet
    Ankush Agarwal committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    dde6fd9 View commit details
    Browse the repository at this point in the history
  6. Update mlkube-testing to kubeflow-ci

    Ankush Agarwal committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    34cf6d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    f6a8b80 View commit details
    Browse the repository at this point in the history
  2. Undo changes to releasing files as they are unrelated

    * Update jupyterhub.libsonnet comment
    
    * Set imagePullPolicy to always
    
    * Print ks version
    
    * Update tfserving test to use kubeflow-ci/test-worker
    Ankush Agarwal committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    5dedb62 View commit details
    Browse the repository at this point in the history