-
Notifications
You must be signed in to change notification settings - Fork 56
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
KusciaAPI/KusciaJob 支持指定任务应用容器资源(CPU/Memory)容量开发任务 #34
Comments
【Do-U-Believe-In-Fate Give it to me】 |
Hello, I would like to ask a question. Is there any missing steps that cause the task#34 status failing to move from "needs triage" to "in progress" ? |
sorry. It has been done~ |
根据 Kuscia 现有源代码,总体设计思路如下: 问题: |
# 可否尽快回复? 第二个问题就是在问,资源的分配是以什么粒度进行的 |
Hi @Do-U-Believe-In-Fate , 感谢积极反馈,建议如下:
2、接口:利用 Protobuf v3.x 开发两个字段对应的 KusciaAPI Job接口,实现 “KusciaAPI Job接口支持配置任务应用容器的资源(CPU/Memory)容量大小” 的功能; 3、输出:修改对应的 crds 文件夹下的 yaml 配置文件,添加 CPU 和 Memory 到 additionalPrinterColumns 问题:
2、kj kt pod 都要输出指定资源信息,指定的时候仅仅指定 kj 的资源吗(也就是指定一个 kj 的资源,其余二者的资源数量关系可以计算出来吗) |
Hi @Do-U-Believe-In-Fate 如果还有其他问题,可以继续评论,看到后会第一时间回复。如果上面的回答已经能解决你的问题,为避免少走弯路,可以先将kusciajob_types.go和kuscia api的job.proto改动 贴一下,没问题后再进行后续开发。 |
|
[stage-2 2/15] RUN yum install -y openssl net-tools which jq && yum clean all && mkdir -p /home/kuscia/bin && mkdir -p /bin/aux && mkdir -p /home/kuscia/scripts && mkdir -p /home/kuscia/var/storage && mkdir -p /home/kuscia/pause: 网络连接没有问题,可以 |
感觉是到yum这边的网络比较慢,要不你这边多试几次?docker是有cache的,你这边只要成功一次后面的就不需要重复拉取了。 |
想问一下能否提供一下 repo 源,尝试换源但是多个源都不太支持,目前都是卡在同一组 yum 命令上 最新:已解决,换了机器 |
Hi @Do-U-Believe-In-Fate , 后面我们俩约个会,解答下你的疑问。 |
你好,想问一下这个任务可否重新assign一下,刚才误点到unassign了,这周内会重新提交一份 |
【Do-U-Believe-In-Fate Give it to me】 |
好的,重新assign了 |
任务介绍
详细要求
能力要求
参考内容
The text was updated successfully, but these errors were encountered: