Skip to content
#

cloud-native

Here are 773 public repositories matching this topic...

yelijing18
yelijing18 commented Dec 17, 2020

Wiki 文档

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

lens
akka
agoncal
agoncal commented Feb 2, 2021

Description

This follows a discussion on Zulip[1].

To generate the DDL for JPA and/or Panache entities, I can use the schema-generation.scripts properties in the persistence.xml file as follow:

<property name="javax.persistence.schema-generation.scripts.action" value="drop-and-create"/>
<property name="javax.persistence.schema-generation.scripts.create-target" value="create.
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 >/de
yugabyte-db
tokers
tokers commented Apr 2, 2021

Improve Docs

Please describe which part of docs should be improved or typo fixed

image

The descriptions for auth_value are obscure, it doesn't really explain what is auth_value, also, related usage about auth_value is missing.

A clear and concise description of what you

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