Skip to content
#

scale

Here are 480 public repositories matching this topic...

tiancaiamao
tiancaiamao commented Feb 14, 2022

Enhancement

[2022-02-14T04:12:14.746Z] ----------------------------------------------------------------------
[2022-02-14T04:12:14.746Z] FAIL: db_test.go:7069: testSerialDBSuite.TestModifyColumnTypeWhenInterception
[2022-02-14T04:12:14.746Z] 
[2022-02-14T04:12:14.746Z] db_test.go:7124:
[2022-02-14T04:12:14.746Z]     c.Assert(checkMiddleWarningCount, Equals, true)
[2022-02-14T04:12:
cardil
cardil commented May 11, 2022

/area API
/area autoscale
/kind cleanup

Actual Behavior

The max-scale and min-scale annotation has been introduced in knative/serving#12103 alignment. The client was using those names, but recently this changed to the inverse - knative/client#958. This leads to confusion on docs, and UX as seen in: https://github.com/knative/docs/iss

kind/bug area/API area/autoscale kind/cleanup
yinhualong
yinhualong commented Apr 9, 2022

Describe your question

平台:mac m1 arm64
容器平台: docker desktop V4.5.0
docker版本:Server Version: 20.10.12 Storage Driver: overlay2
运行镜像:oceanbase/oceanbase-ce standalone-3.1.3
启动命令:docker run -p 2881:2881 --name obstandalone --platform linux/amd64 -e MINI_MODE=1 -d oceanbase/oceanbase-ce:standalone-3.1.3

启动过程中的问题:
启动执行 docker logs obstandalone 有以下信息

generate boot.yaml ...
/root/boot

bug good first issue question docker
flyte
evalsocket
evalsocket commented May 10, 2022

Describe the issue

Currently In flytectl we have redundant code for sandbox & demo command, Idea is to convert sandbox re use able code into a package.

Sandbox command: https://github.com/TheYk98/flytectl/tree/81b2fe9fbe660804f65e26c8b61c5ba561f4dcc5/cmd/sandbox
Demo command: https://github.com/TheYk98/flytectl/tree/81b2fe9fbe660804f65e26c8b61c5ba561f4dcc5/cmd/demo

What if we do not

good first issue flytectl housekeeping
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

enhancement good first issue

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