Skip to content
#

scale

Here are 449 public repositories matching this topic...

mattmoor
mattmoor commented Aug 5, 2021

/area API
/kind good-first-issue

Describe the feature

For flagged fields like kubernetes.podspec-fieldref the validation should include the name of the feature flag to toggle in the error message it surfaces. The validation logic is roughly here: https://github.com/knative/serving/blob/644798277d9fe6715e4f638281141356df46d7e1/pkg/apis/serving/k8s_validation.go#L246

LINxiansheng
LINxiansheng commented Oct 18, 2021

欢迎大家在参加木兰开发者大会中参与oceanbase的开源贡献流程。
特拿出几个简单的问题回馈大家,欢迎大家参与OB开源。

认领方式

评论区发”认领{题目编号}“ 如”认领1“

Issue List

序号 难度 Issue问题 相关链接 解决方法
1 Mac支持编译OceanBase #27 先修改build.sh等系统参数脚本,然后cpp编译适配mac os
2 创意画图 参考#372
3 编译优化 #407 现在编译优化方向有pch和unity build,但仍然存在资源占用过高的问题,可以考虑分布式编译,白盒优化等方向
4 补充系统函
flyte
evalsocket
evalsocket commented Oct 12, 2021

Describe the bug

flytectl register files command doesn't fail without --countinueOnError. It should fail with exit code 0.

Expected behavior

  • Flytectl register should fail if there is an error
  • Flytectl register should not fail if the user passes the --countinueOnError

Additional context to reproduce

No response

Screenshots

No response

Are

Brighter
Jacobious52
Jacobious52 commented Oct 21, 2020

Is your feature request related to a problem? Please describe.

Updating escalator config currently requires a pod restart. We should update escalator to automatically read new config upon changing on disk.

Describe the solution you'd like

Check for changes in nodegroup config before each run. If safe to do so, run with the new config.

*Describe alternatives you've considered

Improve this page

Add a description, image, and links to the scale topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scale topic, visit your repo's landing page and select "manage topics."

Learn more