Skip to content
#

cloud-native

Here are 772 public repositories matching this topic...

yelijing18
yelijing18 commented Dec 17, 2020

Wiki 文档

配置的优先级
文档中写到“优先级关系是:A < B < C”,存在歧义容易造成混淆,建议修改。
应使用更为确切的说法,优先级的定语是“高和低”而不是“大和小”,并不一定所有读者都有“优先级数值小即优先级高”的认知
同时,例子中使用 A、B 和 C 亦没有体现出数值的概念,进一步加深了读者的疑惑。
如:“优先级大”、“优先级数值小”和“优先级高”,是否应选择“优先级高”才是最清晰的表达方式?

lens
akka
tioback
tioback commented Apr 15, 2021

Description

As mentioned in #6240 , flyway.cleanDisabled is not currently supported by Quarkus.

It might be needed in cases where you need to run Flyway manually and need to change behaviour through configuration, instead of coding.

Implementation ideas

  • Add to io/quarkus/flyway/runtime/FlywayCreator.java:54:

    `configure.cleanDisabled(flywayRuntimeConfig.cleanDisabled

olix0r
olix0r commented Apr 9, 2021

I incorrectly ran linkerd viz upgrade, which isn't actually a command, this makes for some awkward, unhelpful output:

:; linkerd viz upgrade | k apply -f -
error: error parsing STDIN: error converting YAML to JSON: yaml: line 3: mapping values are not allowed in this context

This is because the error message is printed to stdout and not stderr:

:; linkerd viz upgrade >/dev
yugabyte-db
daixiang0
daixiang0 commented Aug 29, 2020

What would you like to be added/modified:

To improve project stability, we need more tests to cover corner cases.
And the code coverage is around 50% currently, we need to add more tests to improve it.

To improve case coverage, we may need a list of cases to track the work.
For code coverage, simply check bef

chaos-mesh
YangKeao
YangKeao commented Apr 1, 2021

Bug Report

https://github.com/chaos-mesh/chaos-mesh/blob/master/controllers/awschaos/ec2stop/types.go#L56-L60 These lines of codes make it possible to use another endpoint (like localstack) to do AWS experiments. However, the Recover of ec2stop and other kinds of chaos doesn't have these codes.

It was amazing that even with this bug, the integration test has passed. The expected pheno

Improve this page

Add a description, image, and links to the cloud-native 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 cloud-native topic, visit your repo's landing page and select "manage topics."

Learn more