generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 959
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add the helm chart for Vineyard Runtime.
* Add an option for worker to wait for the master ready. * Delete the option 'etcd.prefix' in ExternalEndpoint as user can set it in the worker's options. * Add the kubebuilder markers to the vineyard runtime API. Signed-off-by: Ye Cao <[email protected]>
- Loading branch information
Showing
15 changed files
with
1,127 additions
and
45 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: v1 | ||
appVersion: 0.18.2 | ||
version: 0.18.2 | ||
description: an In-Memory Data Manager for Data-Intensive Analytics | ||
home: https://v6d.io/ | ||
keywords: | ||
- data/object manager | ||
- shared memory | ||
- cloud native | ||
maintainers: | ||
- name: Tao He | ||
email: [email protected] | ||
- name: Shumin Yuan | ||
email: [email protected] | ||
- name: Ye Cao | ||
email: [email protected] | ||
name: vineyard |
Oops, something went wrong.