This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable/dask] Update stable dask with new container versions, better …
…documentation, more options. (#12552) * 1) Update API versions to v1, 2) Refactor NOTES.txt to handle different serviceTypes, 3) Create OWNERS file, 4) Add comments for possible serviceType and GPU values in values.yaml, 5) Update README values and add some new sections for serviceTypes and Jupyter password, 6) Lint README, yaml files, and rendered yaml templates, 7) Update container images to v1.1.1 Signed-off-by: Ryan McCormick <[email protected]> Signed-off-by: Ryan McCormick <[email protected]> * address PR #1 comments, 1) Add newline to each EOF, 2) Update YAML comments to have no extra spacing, 3) Add --namespace flag description to README Signed-off-by: Ryan McCormick <[email protected]> Signed-off-by: Ryan McCormick <[email protected]> * add nodeSelector and imagePullSecrets to deployments Signed-off-by: Ryan McCormick <[email protected]> * add nodeSelector and imagePullSecrets to deployments Signed-off-by: Ryan McCormick <[email protected]> * change worker arg to variable rather than hardcoded 'dask-worker' Signed-off-by: Ryan McCormick <[email protected]> * Add jacobtomlinson to OWNERS Signed-off-by: Ryan McCormick <[email protected]> * fix lint error for spaces after comments Signed-off-by: Ryan McCormick <[email protected]> * Update README.md Signed-off-by: Reinhard Nägele <[email protected]> * apply left whitespace trim and nindent throughout chart templates per unguiculus suggestion Signed-off-by: Ryan Mccormick <[email protected]> * improvement: replace 'default' namespace with '.Release.Namespace' in NOTES.txt output Signed-off-by: Ryan McCormick <[email protected]>
- Loading branch information
1 parent
22f91ec
commit 387bb25
Showing
10 changed files
with
238 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
--- | ||
apiVersion: v1 | ||
name: dask | ||
version: 2.2.1 | ||
appVersion: 1.1.0 | ||
version: 3.0.0 | ||
appVersion: 1.1.5 | ||
description: Distributed computation in Python with task scheduling | ||
home: https://dask.pydata.org | ||
home: https://dask.org | ||
icon: https://avatars3.githubusercontent.com/u/17131925?v=3&s=200 | ||
sources: | ||
- https://github.com/dask/dask | ||
- https://github.com/dask/dask | ||
maintainers: | ||
- name: danielfrg | ||
email: [email protected] | ||
- name: mrocklin | ||
email: [email protected] | ||
- name: danielfrg | ||
email: [email protected] | ||
- name: mrocklin | ||
email: [email protected] | ||
- name: beberg | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
approvers: | ||
- danielfrg | ||
- mrocklin | ||
- beberg | ||
- jacobtomlinson | ||
reviewers: | ||
- danielfrg | ||
- mrocklin | ||
- beberg | ||
- jacobtomlinson |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{{ if .Values.jupyter.enabled -}} | ||
|
||
--- | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.