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

Deploy NFS only when explicitly set the nfs parameter #2446

Merged
merged 1 commit into from Feb 11, 2019

Conversation

IronPan
Copy link
Member

@IronPan IronPan commented Feb 11, 2019

NFS will be deployed only when explicitly set nfsPvName or nfsPd.
By default NFS won't be deployed. Minio will use minioPvName, minioPd or PVC provisioned by default storageclass.

fix #2443


This change is Reviewable

@IronPan
Copy link
Member Author

IronPan commented Feb 11, 2019

/assign @jlewi

@IronPan
Copy link
Member Author

IronPan commented Feb 11, 2019

/test kubeflow-presubmit

@jlewi
Copy link
Contributor

jlewi commented Feb 11, 2019

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jlewi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 9a51f4e into kubeflow:master Feb 11, 2019
kimwnasptd pushed a commit to arrikto/kubeflow that referenced this pull request Feb 13, 2019
IronPan added a commit to IronPan/kubeflow that referenced this pull request Feb 13, 2019
k8s-ci-robot pushed a commit that referenced this pull request Feb 14, 2019
* sync pipelines branch to master

* add pipeline team to the owner file (#2299)

* add pipeline team to the owner file

* Update OWNERS

* fix

* Specify CRD version using v1beta1 schema (#2424)

* Bump pipeline version to 0.1.9 (#2427)

* deploy storage through kfctl.sh (#2373)

* deploy storage through kfctl.sh

* revert the change to delete storage DM

* propagate feature flag

* skip set param conditionally

* avoid exposing permanent storage as high level flag

* delete storage in test

* update test template

* add quite

* delete storage after cluster deletion

* Wait for at most 100s on namespace deletion (#2409)

* delete namespace conditionally

* delete namespace conditionally

* address comments

* Update kfctl.sh

* fix

* fix (#2446)

* Deploy viewer CRD controller for Kubeflow Pipelines. (#2416)

* Deploy viewer CRD controller for Kubeflow Pipelines.

* Add missing image variable

* Use new schema to specify versions.

* Reduce NFS disk size from 200 -> 20 GB (#2464)

Since the corresponding PVC only need 20Gb.

/assign @kunmingg

* add selector for minio deploy (#2466)
k8s-ci-robot pushed a commit that referenced this pull request Feb 25, 2019
* sync pipelines branch to master

* add pipeline team to the owner file (#2299)

* add pipeline team to the owner file

* Update OWNERS

* fix

* Specify CRD version using v1beta1 schema (#2424)

* Bump pipeline version to 0.1.9 (#2427)

* deploy storage through kfctl.sh (#2373)

* deploy storage through kfctl.sh

* revert the change to delete storage DM

* propagate feature flag

* skip set param conditionally

* avoid exposing permanent storage as high level flag

* delete storage in test

* update test template

* add quite

* delete storage after cluster deletion

* Wait for at most 100s on namespace deletion (#2409)

* delete namespace conditionally

* delete namespace conditionally

* address comments

* Update kfctl.sh

* fix

* fix (#2446)

* Deploy viewer CRD controller for Kubeflow Pipelines. (#2416)

* Deploy viewer CRD controller for Kubeflow Pipelines.

* Add missing image variable

* Use new schema to specify versions.

* Reduce NFS disk size from 200 -> 20 GB (#2464)

Since the corresponding PVC only need 20Gb.

/assign @kunmingg

* add selector for minio deploy (#2466)

* merge

* default to minio (#2503)

* Add script to upgrade kubeflow pipeline  (#2479)

* create default environment during  step

* add script to upgrade pipeline

* polish script

* add ks apply

* address comment

* update script

* update pipeline image version to v0.1.10 (#2534)
jlewi pushed a commit that referenced this pull request Mar 26, 2019
* sync pipelines branch to master

* add pipeline team to the owner file (#2299)

* add pipeline team to the owner file

* Update OWNERS

* fix

* Specify CRD version using v1beta1 schema (#2424)

* Bump pipeline version to 0.1.9 (#2427)

* deploy storage through kfctl.sh (#2373)

* deploy storage through kfctl.sh

* revert the change to delete storage DM

* propagate feature flag

* skip set param conditionally

* avoid exposing permanent storage as high level flag

* delete storage in test

* update test template

* add quite

* delete storage after cluster deletion

* Wait for at most 100s on namespace deletion (#2409)

* delete namespace conditionally

* delete namespace conditionally

* address comments

* Update kfctl.sh

* fix

* fix (#2446)

* Deploy viewer CRD controller for Kubeflow Pipelines. (#2416)

* Deploy viewer CRD controller for Kubeflow Pipelines.

* Add missing image variable

* Use new schema to specify versions.

* Reduce NFS disk size from 200 -> 20 GB (#2464)

Since the corresponding PVC only need 20Gb.

/assign @kunmingg

* add selector for minio deploy (#2466)

* merge

* default to minio (#2503)

* Add script to upgrade kubeflow pipeline  (#2479)

* create default environment during  step

* add script to upgrade pipeline

* polish script

* add ks apply

* address comment

* update script

* update pipeline image version to v0.1.10 (#2534)

* update pipeline version to v0.1.13 (#2783)

/assign @neuromage

* sync pipelines branch to master

* revert

* update

* update

* sync
jlewi pushed a commit that referenced this pull request Apr 2, 2019
* sync pipelines branch to master

* add pipeline team to the owner file (#2299)

* add pipeline team to the owner file

* Update OWNERS

* fix

* Specify CRD version using v1beta1 schema (#2424)

* Bump pipeline version to 0.1.9 (#2427)

* deploy storage through kfctl.sh (#2373)

* deploy storage through kfctl.sh

* revert the change to delete storage DM

* propagate feature flag

* skip set param conditionally

* avoid exposing permanent storage as high level flag

* delete storage in test

* update test template

* add quite

* delete storage after cluster deletion

* Wait for at most 100s on namespace deletion (#2409)

* delete namespace conditionally

* delete namespace conditionally

* address comments

* Update kfctl.sh

* fix

* fix (#2446)

* Deploy viewer CRD controller for Kubeflow Pipelines. (#2416)

* Deploy viewer CRD controller for Kubeflow Pipelines.

* Add missing image variable

* Use new schema to specify versions.

* Reduce NFS disk size from 200 -> 20 GB (#2464)

Since the corresponding PVC only need 20Gb.

/assign @kunmingg

* add selector for minio deploy (#2466)

* merge

* default to minio (#2503)

* Add script to upgrade kubeflow pipeline  (#2479)

* create default environment during  step

* add script to upgrade pipeline

* polish script

* add ks apply

* address comment

* update script

* update pipeline image version to v0.1.10 (#2534)

* sync to v0.5.0-rc.1
saffaalvi pushed a commit to StatCan/kubeflow that referenced this pull request Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to resolve server nfs-server.kubeflow.svc.cluster.local: Name or service not known for pipelines
4 participants