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

Bump Master #1

Merged
merged 123 commits into from
Nov 26, 2020
Merged

Bump Master #1

merged 123 commits into from
Nov 26, 2020

Commits on Jul 3, 2020

  1. Disable sidecar for activator and autoscaler (#1340)

    * Disable sidecar for activator and autoscaler
    
    * Fix tests
    yuzisun authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    60c2bbf View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Update to KFP 1.0.0-rc.3 (#1341)

    * updated to kfp 1.0.0-rc.3
    
    * Adapt to kfp 1.0rc3 refactoring
    
    * update test snapshots
    Bobgy authored Jul 5, 2020
    Configuration menu
    Copy the full SHA
    9a2fc70 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. fix(gcp): Use IAMPolicyMember for workload identity bindings (#1347)

    * fix profile controller iam binding
    
    * rename
    Bobgy authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    bad1ffe View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. added support for registration flow env variable (#1335)

    adding expected test changes
    maganaluis authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0186ae8 View commit details
    Browse the repository at this point in the history
  2. feat: KFP multi user mode PR1 - enable multi user mode without istio …

    …authorization (#1342)
    
    * Add argo to stacks/generic
    
    * Pull pipelines manifest from upstream
    
    * Updated kfp
    
    * Minio v3 manifests
    
    * Rename minio configmap
    
    * Add generic minio install
    
    * Generate new test data
    
    * Mysql kustomize v3 manifest - generic install
    
    * Add mysql gcp pd install
    
    * Generate test data
    
    * Pipelines kustomize v3 manifests
    
    * Add kfp ui virtual service
    
    * Add metadata deployment to stacks/generic
    
    * Use common cluster domain
    
    * Deploy metadata writer
    
    * Add kfp cache server
    
    * Update test data
    
    * Enable KFP multi user mode without istio security
    
    * Fix persistence agent watch namespace
    
    * Fix namespace env for some deployments
    
    * Fix cluster roles and bindings
    
    * fix rename
    
    * Fix pipelines ui role
    
    * Updated kfp to rc2
    
    * simplify pipeline v3 manifest using updated kfp rc2 manifest
    
    * Fix pipeline-install-config
    
    * remove redundant configmap
    
    * update tests
    
    * updated to kfp 1.0.0-rc.3
    
    * Adapt to kfp 1.0rc3 refactoring
    
    * update test snapshots
    
    * fix pull kfp script to detect empty dir
    
    * fix example ref
    
    * update snapshot
    
    * fix gcp pd manifest
    
    * Update stacks ref
    
    * revert alice example to gcp stack
    
    * update snapshot
    
    * fix profile controller iam binding
    
    * Update kfp profile controller can be configured to different images and
    istio sidecar
    
    * add missing viewer controller cluster roles
    
    * Use python3 for sync.py
    
    * Revert gcp stack back to use non multi user kfp
    
    * revert unintended changes
    
    * revert upstream changes
    Bobgy authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    3d8651e View commit details
    Browse the repository at this point in the history
  3. add kfctl_ibm_dex.yaml the dex version of Kubeflow kfdef configuratio…

    …n on IBM Cloud (#1336)
    
    * kfctl_ibm_dex support
    
    * add dex config
    
    * fix
    
    * update default config
    
    * update dex-config.yaml
    
    * add support for kustomize fns
    
    * update docker image repo
    
    * update oidc-authservice
    
    * set default userid-header
    
    * update tests
    adrian555 authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    14de0c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed6928a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    1861ca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a37a87 View commit details
    Browse the repository at this point in the history
  3. Switch GCP to regular channel which is on GKE 1.16 (#1366)

    * Stable is still on 1.14 which is getting to be quite old.
      Tekton for example requires 1.15 at least.
    
    Related to: GoogleCloudPlatform/kubeflow-distribution#67
    jlewi authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    ffb31aa View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    8947d3a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. feat: KFP multi user mode PR2 - secure KFP with istio mTLS and authz (#…

    …1368)
    
    * Add argo to stacks/generic
    
    * Pull pipelines manifest from upstream
    
    * Updated kfp
    
    * Minio v3 manifests
    
    * Rename minio configmap
    
    * Add generic minio install
    
    * Generate new test data
    
    * Mysql kustomize v3 manifest - generic install
    
    * Add mysql gcp pd install
    
    * Generate test data
    
    * Pipelines kustomize v3 manifests
    
    * Add kfp ui virtual service
    
    * Add metadata deployment to stacks/generic
    
    * Use common cluster domain
    
    * Deploy metadata writer
    
    * Add kfp cache server
    
    * Update test data
    
    * Enable KFP multi user mode without istio security
    
    * Fix persistence agent watch namespace
    
    * Fix namespace env for some deployments
    
    * Fix cluster roles and bindings
    
    * fix rename
    
    * Fix pipelines ui role
    
    * Updated kfp to rc2
    
    * simplify pipeline v3 manifest using updated kfp rc2 manifest
    
    * Fix pipeline-install-config
    
    * remove redundant configmap
    
    * update tests
    
    * updated to kfp 1.0.0-rc.3
    
    * Adapt to kfp 1.0rc3 refactoring
    
    * update test snapshots
    
    * fix pull kfp script to detect empty dir
    
    * fix example ref
    
    * update snapshot
    
    * fix gcp pd manifest
    
    * Update stacks ref
    
    * revert alice example to gcp stack
    
    * update snapshot
    
    * fix profile controller iam binding
    
    * Update kfp profile controller can be configured to different images and
    istio sidecar
    
    * add missing viewer controller cluster roles
    
    * Use python3 for sync.py
    
    * Revert gcp stack back to use non multi user kfp
    
    * revert unintended changes
    
    * revert upstream changes
    
    * Secure kfp multi user mode with istio authorization
    
    * patch minio to disable istio sidecar injection
    
    * fix cache server istio authz
    
    * enable istio sidecar for profiles deploy
    
    * enable istio sidecar for centraldashboard
    
    * Do not protect profile controller with istio
    
    * Allow admission webhook traffic to cache-server
    
    * revert gcp stack back to pipeline generic
    
    * Reuse minio generic install as base for gcp-pd and ibm
    
    * update snapshot
    Bobgy authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    748a617 View commit details
    Browse the repository at this point in the history
  2. refactor: pipelines profile controller should get minio access keys f…

    …rom the secret (#1372)
    
    * refactor: pipelines profile controller should get minio access keys from the secret
    
    * do not print secrets in log
    Bobgy authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    0c89baa View commit details
    Browse the repository at this point in the history
  3. feat: Use KFP multi user mode for GCP (#1373)

    * refactor: pipelines profile controller should get minio access keys from the secret
    
    * do not print secrets in log
    
    * use kfp multi user mode for gcp stacks
    
    * update snapshot
    Bobgy authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    58e99b2 View commit details
    Browse the repository at this point in the history
  4. Add knative and kfserving to GCP stack (#1376)

    * Related to: GoogleCloudPlatform/kubeflow-distribution#74
    
    Fix common labels for knative and kfserving.
    
      * There were typos and they were including labels that by convention
        we currently don't want in common labels.
    jlewi authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    6168766 View commit details
    Browse the repository at this point in the history
  5. [auto PR] Update the notebook-controller image to tag vmaster-g101c77…

    …a3 (#1345)
    
    * image gcr.io/kubeflow-images-public/notebook-controller:vmaster-g101c77a3
    * Image built from kubeflow/kubeflow@101c77a3
    kubeflow-bot authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    fb8760d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Fix for Seldon custom namespace installs of kubeflow (#1375)

    * Allow namespace install and update to 1.2.1
    
    * remove duplicate vars
    
    * update for 1.2.1 and automation
    
    * update version
    
    * Update tests and change validate to allows CRDs with status
    ukclivecox authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    13062e9 View commit details
    Browse the repository at this point in the history
  2. feat: Add application and common labels to KFP and various fixes (#1374)

    * Add common labels to kfp components
    
    * Add KFP application
    
    * update snapshot
    
    * Use json format for json patch, because yaml will look like a resource and fail tests
    
    * Remove part of label
    
    * update snapshots
    
    * Fix profile controller deployment version
    
    * update snapshot
    
    * Fix userid-header for gcp
    
    * update snapshot
    
    * Fix b64encode exception
    
    * update snapshot
    
    * update snapshot
    Bobgy authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    5cc6fd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    3254452 View commit details
    Browse the repository at this point in the history
  2. knative shouldn't be part of GCP stack kustomization (#1381)

    * related to GoogleCloudPlatform/kubeflow-distribution#74
    
    * knative needs to be installed in its own namespace so we don't want
      to make it part of the kubeflow namespace kustomization package
    
    * We will have to install it separately in the blueprint.
    jlewi authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    8a95734 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac14931 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    430b4d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Check in expected kpt output for Kptfile refactoring (#1393)

    * Per GoogleCloudPlatform/kubeflow-distribution#89 we need to get rid of the legacy
      partial setters and move to using a KptFile and substitutions.
    
    * In preparation for that we want to check in a set of test data
      that is the result of running our kpt cfg set with a given set of
      values
    
    * This test data will be used to verify that the refactoring to use
      a KptFile doesn't change the output.
    
    * After adding the KptFile we can simply regenerate the testdata
      and then look at the diff to ensure there are no unexpected changes.
    jlewi authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    09ec1c3 View commit details
    Browse the repository at this point in the history
  2. feat: update KFP to 1.0.0 (#1397)

    * feat: update KFP to 1.0.0
    
    * update test snapshot
    
    * pull new 1.0.0
    
    * fix and update test snapshot
    Bobgy authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    902e6f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Migrate AWS manifests to v3 pattern (#1396)

    * Migrate AWS manifest to v3 pattern
    
    * Clean up tests files
    
    * Add istio namespace to istio ingress
    
    * Update KFP pipeline test case for aws stack
    Jeffwan authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    94d1e48 View commit details
    Browse the repository at this point in the history
  2. Convert v1 to v2 setters & substituions in gcp (#1398)

    * Convert v1 to v2 setters & substituions in gcp
    
    * The latest version of kpt started choking on gcp/v2 because we were
      still using the old style setters and substitutions.
    
    * This PR creates a kptfile to use the new setter and substitutions.
    
    * hack/create_kptfile.py contains a script to generate lot of the setters
      and substitutions.
    
    * kf-vm-sa.yaml shouldn't specify the namespace; this will get set in an overlay
    
    * Move workload identity bindings for kf-admin KSA from kubeflow/instance in gcp blueprints repo into this repository.
    
    related to gcp-blueprints#89
    
    * Fix image mirror substitution.
    
    * Create a KptFile for stacks.
    
    * Add conversion for stacks.
    
    * Add KptFile for stacks/gcp
    jlewi authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    78c961a View commit details
    Browse the repository at this point in the history
  3. Add optional Knative eventing component (#1402)

    * add knative eventing
    
    * add knative eventing tests
    Tomcli authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0647e6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59aeca3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. [auto PR] Update the centraldashboard image to tag vmaster-gd601b2d0 (#…

    …1406)
    
    * image gcr.io/kubeflow-images-public/centraldashboard:vmaster-gd601b2d0
    * Image built from kubeflow/kubeflow@d601b2d0
    kubeflow-bot authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    71299ee View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. [auto PR] Update the kfam image to tag vmaster-g9f3bfd00 (#1280)

    * image gcr.io/kubeflow-images-public/kfam:vmaster-g9f3bfd00
    * Image built from kubeflow/kubeflow@9f3bfd00
    kubeflow-bot authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    92c7c05 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. AWS Kfdef changes using v3 stacks (#1410)

    * Changes needed for V3 change on AWS
    
    * Adopt AWS ECR image for jupyter-web-app components and generate all tests against manifest V3 changes
    
    * Adopt Cognito change against V3
    
    * Adopt change for multi-user KFP
    Yao Xiao authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    ffe6f98 View commit details
    Browse the repository at this point in the history
  2. Moving central dashboard links to configmap (#1394)

    * Moving central dashboard links to configmap
    
    * Updating tests for centraldashboard configmap
    SachinVarghese authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    3c8f0a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Add PatrickXYS into reviewer list (#1425)

    Yao Xiao authored Jul 25, 2020
    Configuration menu
    Copy the full SHA
    baddd85 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. chore: upgrade istio to 1.4.10-asm.15 (#1412)

    * chore: upgrade istio to 1.4.10-asm.15
    
    * update snapshot
    
    * Revert "update snapshot"
    
    This reverts commit 9523ad4.
    Bobgy authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    dcfc9f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    1ac4d8b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    1186db5 View commit details
    Browse the repository at this point in the history
  2. Fix management blueprint kptfile and stop using namespace mode for CN…

    …RM. (#1432)
    
    * Fix management blueprint kptfile and stop using namespace mode for CNRM.
    
    * The management blueprint should have its own KptFile
      * Prior to this PR there was only a KptFile at gcp/
      * This doesn't work because for the management cluster we
        only pull the package gcp/v2/management
    
    * Related to GoogleCloudPlatform/kubeflow-distribution#102
    * Related to GoogleCloudPlatform/kubeflow-distribution#93
    
    * For CNRM Switch to workload identity and stop using namespace mode for CNRM; GoogleCloudPlatform/kubeflow-distribution#13
    
      * Using namespace mode is just extra complexity because we have to install
        a separate copy of the CNRM controller for every project.
        * The only reason to do really do that is if you want to use different
          GCP service accounts to manage different projects. Typically that's
          not what we do.
        * With workload identity we have 1 namespace per project but they
          all use the same GCP SA so the GCP sa can just be authorized to
          access multiple projects or a folder as needed.
    
    * Update the resources to the v1beta1 spec for use with AnthosCLI
    
      * It looks like anthoscli requires a NodePool resource
      * With the v1beta1 specs we need to add the annotation gke.cluster.io = "bootstrap:https://" so that anthoscli is able to probably group the resources.
    
    * Move cnrm-install iam and services into kustomize packages
      * This way we can hydrate them like we do other manifests
    
    * Fix the setters and substitutions for CNRM to make them unique per name
      * This way we could potentially have multiple management clusters per project
        which if nothing else will be useful for testing.
    
    * Add workload identity pool to the management cluster.
    
    * Management nodepool should set workloadMetadataConfig so that we run the workload identity servers.
    
    * Fix.
    jlewi authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    4c1221c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bdce80 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. add kfctl_ibm_dex_multi_user.yaml kfdef configuration (#1428)

    * add multi-user kfdef configurations
    
    * replace env with envs
    
    * update multi-user
    
    * update with namespaces
    
    * different  ClusterRbacConfig for dex and non-dex
    
    * add v1.1.0 ibm kfdef
    
    * update generated tests
    adrian555 authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    759992c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b07b5 View commit details
    Browse the repository at this point in the history
  3. Pass userid-header param to kfam (#1445)

    Need `userid-header` param to use proper header when handling
    the API calls. Default header value: `x-goog-authenticated-user-email`
    would be used if this param doesn't present. It may only work on GCP.
    Therefore, we do need this param to be properly passed to kfam.
    yhwang authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    e3f7453 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    011c81e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Add a kustomize function to remove namespace (#1446)

    * Add a kustomize function to remove namespace
    
    * This is needed to produce YAMLs that are compatible with ACM
    
    related to
    
    * GoogleCloudPlatform/kubeflow-distribution#27 kustomize function to remove namespace
    * GoogleCloudPlatform/kubeflow-distribution#4 instructions for ACM
    
    * Fix spec.
    
    * Add the serviemanagement API because this is what cloudendpoints uses.
    jlewi authored Aug 2, 2020
    Configuration menu
    Copy the full SHA
    9709bd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    c2f1132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b34d7f8 View commit details
    Browse the repository at this point in the history
  3. cert-manager namespace needs label control-plane (#1451)

    * cert-manager namespace needs label control-plane
    
    * cert-manager namespace needs the control-plane label to prevent
      application of kfserving webhooks.
    
    related to: #1450
    
    * Fix error in YAML
    jlewi authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    875e292 View commit details
    Browse the repository at this point in the history
  4. Add Bobgy to OWNERS (#1453)

    Bobgy authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    2661054 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Create a kustomize function to change the gateway of virtual services. (

    #1455)
    
    * Related to #1169 we should be using the gateway
      in the istio-system namespace and not the gateway in the kubeflow
      namespace
    
    * kubeflow/gcl-blueprints#22 With ACM we want to use
      istio-system/ingressgateway and stop using the kubeflow-gateway.
    jlewi authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e55cf3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01719e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Add Jeffwan to OWNERS files (#1443)

    * Add Jeffwan to OWNERS files
    
    * Address code review feedbacks
    Jeffwan authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    b3f8a28 View commit details
    Browse the repository at this point in the history
  2. [auto PR] Update the profile-controller image to tag vmaster-ga49f658f (

    #1274)
    
    * image gcr.io/kubeflow-images-public/profile-controller:vmaster-ga49f658f
    * Image built from kubeflow/kubeflow@a49f658f
    kubeflow-bot authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    34c4158 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    9ab472f View commit details
    Browse the repository at this point in the history
  2. Migrate istio and dex to V3 (#1426)

    * Migrate Istio and Dex to V3
    
    * Roll back AWS change
    Yao Xiao authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ddbbd74 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    6ec36d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. [auto PR] Update the jupyter-web-app image to tag vmaster-g845af298 (#…

    …1475)
    
    * image gcr.io/kubeflow-images-public/jupyter-web-app:vmaster-g845af298
    * Image built from kubeflow/kubeflow@845af298
    kubeflow-bot authored Aug 8, 2020
    Configuration menu
    Copy the full SHA
    65d350f View commit details
    Browse the repository at this point in the history
  2. [auto PR] Update the notebook-controller image to tag vmaster-g845af2…

    …98 (#1474)
    
    * image gcr.io/kubeflow-images-public/notebook-controller:vmaster-g845af298
    * Image built from kubeflow/kubeflow@845af298
    kubeflow-bot authored Aug 8, 2020
    Configuration menu
    Copy the full SHA
    8449d4e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Remove tensorboard manifest (#1459)

    * Remove tensorboard manifest
    
    Please check #415 (comment) for more details.
    
    * Remove Tensorboard references in kfdef and stacks
    Jeffwan authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    316c3f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. fix: update kfp profile controller's version (#1488)

    * fix: let KFP profile controller use KFP version from upstream
    
    * update snapshots
    
    * disable suffix hash to workaround a problem
    
    * update snapshots
    
    * stop using commonprefix to let configmapref work
    
    * update snapshots
    Bobgy authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    1d717cb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. v1.1 istio dex components for kubernetes installation (#1494)

    * v1.1 istio dex components for kubernetes installation
    
    * Adds kfdef and creds correction
    
    * Test cases generated
    
    * v1.1.0 kfdef added
    krishnadurai authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    6dcebbe View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. v1.1 manifests for vanilla k8s (#1483)

    * v1.1 manifests for vanilla k8s
    
    * adds k8s_istio v3 kfdef
    
    * add tests
    swiftdiaries authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c429076 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    13e0220 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Remove http from the GCP ingress and explicitly set the default backe…

    …nd. (#1513)
    
    * Ref https://cloud.google.com/kubernetes-engine/docs/concepts/ingress-xlb#disabling_http force all traffic from client to ingress to be https.
    
    * Fix GoogleCloudPlatform/kubeflow-distribution#116
    
    * Explicitly set the default backend for the GCP ingress.
    
      * https://cloud.google.com/kubernetes-engine/docs/concepts/ingress#default_backend
    
      * This prevents a separate forwarding rule from being created which is
        confusing.
    jlewi authored Aug 27, 2020
    Configuration menu
    Copy the full SHA
    3306cdc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Add missing files for k8s_istio.v1.1.0 KFDef (#1515)

    * Add missing files for k8s_istio.v1.1.0 KFDef
    
    * Also removed tensorboard from the KFDef
    
    * Generate tests
    pvaneck authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    ed61541 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    ebc3c77 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Fixes #1509: Notebook CRD allows misconfigured notebooks that make th…

    …e notebook-controller crash (#1510)
    
    * added regex to container cpu and memory requests and limits
    
    * added newly generated tests
    
    * added tests generated with kustomize 3.2.1
    agoblet authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    3fd1c71 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    365b598 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    2fdf610 View commit details
    Browse the repository at this point in the history
  2. Add Myself into AWS OWNERS (#1557)

    * Add Myself into AWS OWNERS
    
    * Update OWNERS
    PatrickXYS authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    042c84e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf67bc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. ASM Mesh id should be proj-${PROJECTNUBMER} (#1563)

    * ASM Mesh id should be proj-${PROJECTNUBMER}
    
    * Fix GoogleCloudPlatform/kubeflow-distribution#117
    * The pattern for the mesh id needs to be proj-${PROJECTNUMBER}
    * Dedube the mesh substitutions; there were two different substitutions "mesh-id" and "asm-mesh-id" for the mesh id.
    
    * Address comments.
    
    * Remove isSet.
    
    * Clear isSet.
    jlewi authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    c728bc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    f95406b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. [IBM] split full stack to components to support finer grain customiza…

    …tion used in KfDef (#1582)
    
    * add IBM stack components
    
    * add IBM stack components
    
    * revert seldon test expected data
    
    * switch to base_v3 for istio-stack
    adrian555 authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    ea1a351 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Upgrade CNRM from 1.15 to 1.27.2 (#1595)

    Related to GoogleCloudPlatform/kubeflow-distribution#143
    
    Co-authored-by: Jeremy Lewi <[email protected]>
    jlewi and Jeremy Lewi authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    ff23fbe View commit details
    Browse the repository at this point in the history
  2. [auto PR] Update the pytorch-operator image to tag vmaster-g518f9c76 (#…

    …1592)
    
    * image gcr.io/kubeflow-images-public/pytorch-operator:vmaster-g518f9c76
    * Image built from kubeflow/kubeflow@518f9c76
    kubeflow-bot authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    fc7858f View commit details
    Browse the repository at this point in the history
  3. [auto PR] Update the xgboost-operator image to tag vmaster-g56c2c075 (#…

    …1585)
    
    * image gcr.io/kubeflow-images-public/xgboost-operator:vmaster-g56c2c075
    * Image built from kubeflow/kubeflow@56c2c075
    kubeflow-bot authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    4acbcce View commit details
    Browse the repository at this point in the history
  4. [auto PR] Update the tf_operator image to tag vmaster-gda226016 (#1485)

    * image gcr.io/kubeflow-images-public/tf_operator:vmaster-gda226016
    * Image built from kubeflow/kubeflow@da226016
    kubeflow-bot authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    6372198 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Add PatrickXYS as tests folder approver (#1598)

    Yao Xiao authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    c903ce8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    eea545d View commit details
    Browse the repository at this point in the history
  2. feat(kfp): update kfp upstream manifests to 1.0.4 (#1605)

    * feat(kfp): update kfp upstream manifests to 1.0.4
    
    * update snapshots
    Bobgy authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    82c6f35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    343c6f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Katib 0.10 v1beta1 release (#1593)

    * Change Katib manifests for v1beta1 version
    
    * Change images to kubeflowkatib
    
    * Change image tag to v1beta1-e294a90
    andreyvelich authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    5c2ae32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    855d7e9 View commit details
    Browse the repository at this point in the history
  3. [auto PR] Update the notebook-controller image to tag vmaster-g6eb007…

    …d0 (#1570)
    
    * image gcr.io/kubeflow-images-public/notebook-controller:vmaster-g6eb007d0
    * Image built from kubeflow/kubeflow@6eb007d0
    kubeflow-bot authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    0f673cf View commit details
    Browse the repository at this point in the history
  4. Add E2E Test on Kubeflow Shared Test-infra (#1601)

    * Add E2E Test on Kubeflow Shared Test-infra
    
    * Use different branches
    Yao Xiao authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    f0f5fbb View commit details
    Browse the repository at this point in the history
  5. Update OWNERS file with Arrikto folk (#1607)

    Add Arrikto folk to the OWNERS file, as part of forming the new WG
    Manifests, in order to carry out the plan specified in the charter.
    
    Signed-off-by: Yannis Zarkadas <[email protected]>
    yanniszark authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    cdbcb2a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Update kfserving manifests for v0.4.1 (#1575)

    * Update kfserving manifests for v0.4.0
    
    This follows the pattern used in pipelines/upstream where
    'upstream' contains the installation manifests from the
    source component repo. A script is provided to sync the upstream
    directory with the source repo.
    
    Patches are provided to get kfserving working in the kubeflow namespace.
    
    * Generate  tests
    
    * Update to  use  0.4.1
    
    * Add updated 0.4.1 yaml
    pvaneck authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    4b9d01c View commit details
    Browse the repository at this point in the history
  2. Add a test to verify no more use of deprecated env syntax (#1610)

    * Fix one remaining use in fluentd
    
    * Fix #538
    jlewi authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    4238085 View commit details
    Browse the repository at this point in the history
  3. Add AWS Periodic Tests (#1612)

    Yao Xiao authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    1068243 View commit details
    Browse the repository at this point in the history
  4. Seldon 1.4.0 Upgrade for Kubeflow 1.2 Release (#1600)

    * Seldon 1.4.0 Upgrade
    
    * update for 1.4.0
    
    * remove status resource from CRD
    ukclivecox authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    7642630 View commit details
    Browse the repository at this point in the history
  5. Ibmcloud appid (#1594)

    * Support AppID
    
    * Add service account for oidc-authservice
    
    * Make it work with existing oidc-authservice
    
    * New application oidc-authservice-for-appid
    
    * Address code review comments
    
    * Use secret to configure authservice
    
    * Update doc for authservice configuration
    
    * Add missing command to get namespace created
    
    * Improves doc
    
    * Multi-tenant Kubeflow by using IBM Cloud AppID
    shawnzhu authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    7eaaab5 View commit details
    Browse the repository at this point in the history
  6. Increase unit test argo workflow TTL (#1611)

    Yao Xiao authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    3f9398f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Add Periodic Tests back (#1615)

    Yao Xiao authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    7f0f77c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c5b80 View commit details
    Browse the repository at this point in the history
  3. [IBM] Remap components to application for IBM stack (#1603)

    * Remap components to application for IBM stack
    
    Remove reference to components
    Regenerate tests
    
    Move global variable to individual application
    
    * rename app to kubeflow-apps for v3
    moficodes authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    b0fd34c View commit details
    Browse the repository at this point in the history
  4. Adding Openshift stack (#1567)

    * Adding owners files
    
    * adding required openshift scc
    
    * Adding istio
    
    * Adding istio
    
    * Fixing kustomize
    
    * adding cert-manager
    
    * Adding Argo
    
    * Adding cert manager
    
    * Adding jupyter web app
    
    * adding profiles and nb controller
    
    * Adding components
    
    * Adding Seldon
    
    * Adding kfdef for openshift
    
    * Fixing the fsgrp issue with nb controller
    
    * Adding a patch for jnakfour in metadatadb
    
    * moving openshift-scc to top
    
    * Adding namespace in profiles
    
    * Disabling tls in destination rule for pipeline ui
    
    * Adding route
    
    * Moving profiles and pipeline to top kustomize
    
    * Adding new line
    
    * Adding custom profile image to disable istio injection
    
    * Updating profile image and istio scc
    
    * Switching pipeline to generic and pulling out to application
    
    Co-authored-by: Juana Nakfour <nakfour>
    Juana Nakfour authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    3440e7b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Configuration menu
    Copy the full SHA
    729e3cd View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Add kfdef 1.2 manifests (#1620)

    * Add kfdef 1.2 manifests
    
    * Add README.md
    Jeffwan authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    1d42a4d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. [IBM] Add kfp-tekton deployment and update IBM stacks (#1621)

    * add kfp-tekton deployment and update IBM stacks
    
    * update owner file
    Tomcli authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    7f563d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c4f265 View commit details
    Browse the repository at this point in the history
  3. Pin IBM v1.2 manifests (#1627)

    * pin ibm v1.2 manifests
    
    * Apply suggestions from code review
    
    Co-authored-by: Animesh Singh <[email protected]>
    
    Co-authored-by: Animesh Singh <[email protected]>
    Tomcli and animeshsingh authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    3a690b3 View commit details
    Browse the repository at this point in the history
  4. Remove Tensorboard for AWS 1.2 Manifests (#1629)

    Yao Xiao authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    3b921da View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    7f4d943 View commit details
    Browse the repository at this point in the history
  2. Update Knative to 0.14.3 (#1617)

    * Update knative-serving to v0.14.3
    
    This also updates knative-eventing to v0.14.2 (the closest release to
    v0.14.3)
    
    * Generate tests
    pvaneck authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    e174d47 View commit details
    Browse the repository at this point in the history
  3. Add Paul as a reviewer (#1632)

    * Add Paul as a reviewer
    
    Will be responsible for maintaining manifests for KFServing, OpenShift, IKS etc.
    
    PRs merged: 
    #1515
    #1575
    #1580
    #1617
    
    Reviews:
    #1582
    #1621
    #1625
    #1627
    #1628
    kubeflow/kfctl#419
    
    * Update OWNERS
    animeshsingh authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    fcd557a View commit details
    Browse the repository at this point in the history
  4. feat: remove outdated metadata UI manifests (#1619)

    * feat: remove outdated metadata UI manifests
    
    * update again and snapshots
    Bobgy authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    81a22d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Rollout AWS Jupyter images to 1.2.0 (#1636)

    Yao Xiao authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    50fd92b View commit details
    Browse the repository at this point in the history
  2. Replacement PR for PR #1625 - Azure kfdef manifests for 1.2 and previ…

    …ous (#1633)
    
    * Add Azure owners (#1524)
    
    * Create v1.1.0 Azure Kfdef manifests (#1487)
    
    * kfdef for azure
    
    * kfdef for azure
    
    * Axure kfdef
    
    * argo version update
    
    * Owners
    
    * OWNERS
    
    * argo version
    
    * Tickle owners
    
    * Tickle owners
    
    * Create v1.1.0 Azure Kfdef manifests with OIDC Azure AD  (#1576)
    
    * Rename rbac.authorization.k8s.io_v1_clusterrolebinding_custom-metrics:system:auth-delegator.yaml to rbac.authorization.k8s.io_v1_clusterrolebinding_custom-metrics:system-auth-delegator.yaml
    
    * intial kdef
    
    * indentation
    
    * eof
    
    * eof
    
    * eof
    
    * eof
    
    * eof
    
    * adding istio to azure stack
    
    * indentation
    
    * update URI
    
    * Rename rbac.authorization.k8s.io_v1_clusterrolebinding_custom-metrics:system-auth-delegator.yaml to rbac.authorization.k8s.io_v1_clusterrolebinding_custom-metrics:system:auth-delegator.yaml
    
    * placeholder for azure ad  values
    
    * Add overlay to support Azure Database for MySQL (#1587)
    
    * Add readme file
    
    * Add Azure overlay for metadata
    
    * Add azure overlay and readme file
    
    * Changed the default metadata db name to be metadata-db
    
    * Remove duplicated file
    
    * Few edits when proofreading the readme.md
    
    * Adding db name to be optional
    
    * move the overlay to azure stack folder
    
    * using relative path for metadata folder
    
    * Add Azure kfdef 1.2 manifests
    
    * Remove Tensorboard from Azure Stack
    
    * Adding myself as Azure stack approver
    berndverst authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    9412a48 View commit details
    Browse the repository at this point in the history
  3. feat: remove kf metadata server (#1638)

    * feat: remove kf metadata server
    
    * update snapshots
    Bobgy authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    674fa69 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Adds Azure Stack Tests (#1640)

    * Update azure stack for tests
    
    * Add Azure stack tests
    berndverst authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    ab8d131 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    051f31a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd3204 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e88eab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a95c7d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    069ed80 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    7351704 View commit details
    Browse the repository at this point in the history
  2. Add Flink Operator to Kubeflow manifests (#1469)

    * Add Flink Operator to manifests
    
    * Fix CI test failures - remove crd status
    Jeffwan authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    01028bd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. update OWNERS (#1656)

    thesuperzapper authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    cb844d3 View commit details
    Browse the repository at this point in the history
  2. Enable central dashboard to use configmap and remove manifest link (#…

    …1654)
    
    * Remove metadata link from central dashboard
    
    * Enable central dashboard to use configmap
    Jeffwan authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    caf2c9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3bec69 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Customize dashboard links in Azure Stack (#1655)

    * Customize dashboard links in Azure Stack
    
    * Adds tests for Azure Stack centraldashboard links mod
    
    * Update Azure stack links and tests
    berndverst authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    b722994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    712afa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    338b124 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    4e004e5 View commit details
    Browse the repository at this point in the history