Commit Graph

14 Commits

Author SHA1 Message Date
Jerome Brette ea58d15690 make generate about to break when kustomize new release is published. (#419)
* Kustomize 3.2.0 API Changes: Add go.mod

* Kustomize 3.2.0 API Changes: Implement code review

* Kustomize 3.2.0 API Changes: Rerun generate

During test of generation outside GOPATH, discovered that some
tests had not be regenerated.
2019-10-05 22:35:10 -07:00
Jeremy Lewi e5a91ea617 Revert PRs back to 3e85b3c83d (#429)
* Revert "Metadata fix (#424)"

This reverts commit 019d532ee6.

* Revert "kustomization: add missing images to kustomizations (#405)"

This reverts commit 967b6e09cf.

* Revert "Add new updated Jupyter notebook images (#401)"

This reverts commit c20260264b.

* Revert "first pass on remaining applications (#410)"

This reverts commit 7a6d519916.

* Revert "App instance (#342)"

This reverts commit e97671c579.
2019-10-03 16:35:55 -07:00
Yannis Zarkadas 967b6e09cf kustomization: add missing images to kustomizations (#405)
* tests: add script to add images to kustomizations

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>

* istio: istio-install: remove tabs from yaml spec

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>

* kustomizations: format all kustomizations the same way

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>

* fill missing image fields from kustomizations

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>

* tests: regenerate tests

Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
2019-10-02 13:06:09 -07:00
Krishna Durai 806766e001 Kubernetes RBAC ClusterRole definitions (#374)
* Skeleton for Kubernetes RBAC ClusterRole definitions

* Corrects tag spelling
Updates profile-controller image temporarily for testing

* Role definition corrections: labels and hierarchy

* Fixes unit tests

* Image change for frontend-k8s role mapping in kfam

* Fix Kubernetes Base test

* Changes 'kubernetes' pkg to 'kubeflow-roles'
Adds README to kubeflow roles
Removes image names and restores to original name

* Adds kubeflow-roles to KfDef for GCP IAP

* Address review comments
2019-09-26 12:56:34 -07:00
Lun-Kai Hsu 18a8882d1a parameterize gateway selector (#368)
* parameterize gateway selector

* fix test
2019-09-25 12:10:07 -07:00
Jerome Brette 93912f6e0b Migrate kustomize version from 2.x version to 3.x. (#309)
* Spark Operator Issue: Fix alignment

* Spark Operator Issue: Rerun make generate

* Migrate to Kustomize 3.x: Upgrade test generation scripts

* Migrate to Kustomize 3.x: Regenerate go code using new scripts

* Migrate to Kustomize 3.x: Update run-tests.sh go get kustomize 3
2019-09-22 02:47:22 -07:00
Kam Kasravi e929d3e097 tests: ACTUAL is printed as EXPECTED and vice-versa (#325) 2019-08-27 21:03:10 -07:00
Kunming Qu 797c8ae6b5 add istio namespace for cloud endpoint (#240) 2019-07-26 11:23:19 -07:00
Jiaxin Shan 4982691982 Add AWS Kustomize manifests (#221)
* Add AWS Kustomize manifests

* Add OWNERS file for aws components

* Fix typos in newTag

* Use istio manifest from istio packages

* Clean up AWS Kustomize manifests

* Add unit tests for aws components
2019-07-24 13:33:52 -07:00
Ajay Gopinathan 82f4eb3224 Bump metadata version. (#210)
* Bump metadata version.

* Update yaml files.

* fix tests
2019-07-23 10:40:15 -07:00
Kunming Qu 7a7a8596cd make ClusterRbacConfig configurable (#209) 2019-07-15 14:11:24 -07:00
Lun-Kai Hsu 25f7c7e3e9 Copy istio to its own package (#205)
* move istio to its own package

* put back gcp/istio*
2019-07-14 14:43:03 -07:00
Kunming Qu adf8de1d3e config update (#158) 2019-06-19 18:30:48 -07:00
Kam Kasravi 91c22388f5 Istio namespace overlay (#102)
* ISTIO related deployments are deployed to wrong namespace

* adding unit tests

* new tests, fixes for istio overlays

* exclude istio-install base test for now

* update istio-install

* remove duplicate CRDs from istio-noauth.yaml

* reprocessed istio-noauth.yaml

* separate crds from install

* add commonLabel for mysql

* secretName should be tlsSecretName

* rebase from upstream master

* reconcile with master

* remove istio overlay for pipeline-viewer

* add istio overlay to katib

* update tests for katib and basic-auth istio overlays

* reorder crd.yaml

* separate cert-manager-crds since kustomize doesn't do ordering

* fix for invalid image

* add USE_ISTIO to notebook-controller

* update notebook_controller image, fix for namespace ref

* fix for namespace

* fix for couldn't find key errors

* separate pytorch crd since kustomize doesn't guarantee ordering

* separate pytorch crd since kustomize doesn't guarantee ordering

* revert back to including pytorch crd in pytorch-operator

* remove application.yamls and add as overlay in followup PR

* update tests, fix for pytorch-jobs to separate out the crd

* rebase from upstream/master

* add selector

* update unit-test for pytorch-operator

* move to v1, v1beta1 versions

* update to crd version and deployment

* update to deployment using var

* fixes for deployment merge

* versions must list v1beta2 first

* fix for argo-ui

* define POD_LABELS, USE_ISTIO vars in kustomization.yaml

* provide default value for USE_ISTIO

* sync unit-tests with notebook-controller fix of setting the default value of USE_ISTIO
2019-06-07 09:56:01 -07:00