Skip to content

Conversation

@asm582
Copy link
Member

@asm582 asm582 commented Aug 15, 2022

Commands changes to deploy MCAD using helm3

@asm582 asm582 requested a review from dmatch01 August 15, 2022 14:47
Copy link
Collaborator

@dmatch01 dmatch01 left a comment

Choose a reason for hiding this comment

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

A few minor change requests. Thanks @asm582!

```
export IMAGE=darroyo/mcad-controller
helm upgrade --install --wait mcad . --namespace kube-system --set loglevel=4 --set image.repository=$IMAGE --set image.tag=quota-management-v1.29.40 --set image.pullPolicy=IfNotPresent --set configMap.name=mcad-controller-configmap --set configMap.quotaEnabled='"false"' --set coscheduler.rbac.apiGroup="scheduling.sigs.k8s.io" --set coscheduler.rbac.resource="podgroups"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we remove --set coscheduler.rbac.apiGroup="scheduling.sigs.k8s.io" --set coscheduler.rbac.resource="podgroups" as they are not needed for the general case?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is the new example that was added to the documentation:

##### Example 5 MCAD supports bring-you-own scheduler use case. To install MCAD with co-scheduler use the follwing command: 
@asm582 asm582 closed this by deleting the head repository Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants