cloud-native
Here are 1,055 public repositories matching this topic...
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.
Which Component
Sentinel
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
sentinel 数据源自动装配问题,以Nacos为例(其他配置中心同理):
当用户引入sentinel-datasource-nacos时,spring-cloud-starter-alibaba-sent
-
Updated
Mar 17, 2022 - Go
-
Updated
Mar 17, 2022 - Go
Problem: It is pretty challenging to find resource material and valuable articles, videos and such, and we spend a lot of time searching and finding the appropriate resource for us.
Proposed solution: Faceted search can come a long way when looking for a quick way to find a solution designed for our needs. Ratings on the resource can help us select the best solution based on our search
current return queueOfferResult == QueueOfferResult.enqueued();
-
Updated
Feb 9, 2022
Summary
As a consequence of one of my PRs, a bug was introduced into the master branch of the Argo Workflows codebase. This had instant repercussions (see Github Issue here) for new users that were consuming the tool. Whenever the docs provide a link to manifests, they point to the master branch (see [here](https://github.com/argoproj/ar
-
Updated
Mar 17, 2022 - Go
Is there an existing issue for this?
- I have searched the existing issues
Environment
- Milvus version:lastest
- Deployment mode(standalone or cluster):all
- SDK version(e.g. pymilvus v2.0.0rc2):
- OS(Ubuntu or CentOS):
- CPU/Memory:
- GPU:
- Others:Current Behavior
In the current code logic, it is directly read and written through Pa
-
Updated
Mar 10, 2022 - Shell
-
Updated
Mar 17, 2022 - Go
Describe the bug
https://quarkus.io/guides/logging#quarkus-log-logging-log-config_quarkus.log.handler.file.-file-handlers-.rotation.max-file-size states the default size is 10. Based on the MemorySize definition, this would mean 10 bytes. Actual value from observed system appears to be 640K.
Expected behavior
No response
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
Description
https://github.com/apache/apisix/tree/master/kubernetes is no longer maintained. Currently, we already use helm charts to support installing APISIX in k8s. These files are only used by chaos test and should be moved to t/chaos.
Environment
- APISIX version (run
apisix version): - Operating system (run
uname -a): - OpenResty / Nginx version (run
openresty -Vor `nginx
What problem are you trying to solve?
Under some configs, Grafana charts making use of the [i]rate function aren't displaying any data.
How should the problem be solved?
This happens when time duration parameters in promql queries are smaller than the scrape interval Prometheus is configured with. The solution is detailed in [this blog post](https://grafana.com/blog/2020/09/28/new-in-
-
Updated
Mar 17, 2022
Is your feature request related to a problem? Please describe.
Missing functionality to update min/max cpu/mem of an exiting ENV. Currently, to update, we are forced to delete and re-create the env. This also has a risk of dependent functions being erratic. It also de-couple resource utilization independent of function creation and be useful to update the resource in a quick to respond situ
Every now and then we see users new to OPA missing the fact that /v1/data requires the JSON request body to wrap the input document, ala: {"input": {"x": "y"}}. Unless e.g. default assignment is used, OPA currently returns just an empty response for a request missing the "input" wrapper, i.e. {"x": "y"} ... it's easy to see why this would be, given how people likely have worked on their po
Description
Currently, the table "write_read_test" in keySpace "system_platform" is counted towards user tables, so even when the user has only one table, the portal shows the user has two tables.





Is there an existing issue for this?
Kong version (
$ kong version)2.5.1.0
Current Behavior
When calling
kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2: