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

Update vk- to vc- #8

Merged
merged 1 commit into from
Jul 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE_PREFIX=volcanosh/vk
IMAGE_PREFIX=volcanosh/vc
TAG=latest

.EXPORT_ALL_VARIABLES:
Expand Down
6 changes: 3 additions & 3 deletions chart/volcano/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ The following are the list configurable parameters of Volcano Chart and their de
| Parameter|Description|Default Value|
|----------------|-----------------|----------------------|
|`basic.image_tag_version`| Docker image version Tag | `latest`|
|`basic.controller_image_name`|Controller Docker Image Name|`volcanosh/vk-controllers`|
|`basic.scheduler_image_name`|Scheduler Docker Image Name|`volcanosh/vk-kube-batch`|
|`basic.admission_image_name`|Admission Controller Image Name|`volcanosh/vk-admission`|
|`basic.controller_image_name`|Controller Docker Image Name|`volcanosh/vc-controllers`|
|`basic.scheduler_image_name`|Scheduler Docker Image Name|`volcanosh/vc-kube-batch`|
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw, let's change to vc-scheduler in other PR.

|`basic.admission_image_name`|Admission Controller Image Name|`volcanosh/vc-admission`|
|`basic.admission_secret_name`|Volcano Admission Secret Name|`volcano-admission-secret`|
|`basic.scheduler_config_file`|Configuration File name for Scheduler|`kube-batch.conf`|
|`basic.image_pull_secret`|Image Pull Secret|`""`|
Expand Down
2 changes: 1 addition & 1 deletion chart/volcano/templates/batch_v1alpha1_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kind: Job
plural: jobs
shortNames:
- vkjob
- vcjob
- vj
scope: Namespaced
validation:
Expand Down
6 changes: 3 additions & 3 deletions chart/volcano/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
basic:
image_tag_version: "latest"
controller_image_name: "volcanosh/vk-controllers"
scheduler_image_name: "volcanosh/vk-kube-batch"
admission_image_name: "volcanosh/vk-admission"
controller_image_name: "volcanosh/vc-controllers"
scheduler_image_name: "volcanosh/vc-kube-batch"
admission_image_name: "volcanosh/vc-admission"
admission_secret_name: "volcano-admission-secret"
scheduler_config_file: "kube-batch.conf"
image_pull_secret: ""