cloud-native
Here are 987 public repositories matching this topic...
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
create database db;
use db;
rename table tb1 to tb2;
2. What did you expect to see? (Required)
MySQL 5.7
ERROR 1017 (HY000): Can't find file: './db_optimistic/tb1.frm' (errno: 2 - No suc
Which Component
Sentinel
Describe what problem you have encountered
在hystrix和resilience4j中,我们可以配置default,对所有的feign client生效,例如熔断规则,隔离策略。在sentinel中我找不到类似的配置,似乎需要单个url去配置,这非常麻烦,请问怎么做。
In hystrix and resilience4j, we can configure "default", which will take effect for all feign clients, such as circuit breaker rules and isolation strategies. I can't find a similar configuration in sen
What would you like to be added:
A button or link from the list of instances of
-
Updated
Dec 13, 2021 - Go
-
Updated
Dec 14, 2021 - Go
ENV
Python 3.9
jina 2.5.0
Describe the bug
If i try to dump an image blob to a io.bytesio object an error is thrown
from jina import Document
import io
d = Document(uri='steam_data/image_store/8c/5b/8c5b265b9c533636.png')
output = io.BytesIO()
(
d
.load_uri_to_image_blob()
.dump_imacurrent return queueOfferResult == QueueOfferResult.enqueued();
-
Updated
Sep 21, 2021
-
Updated
Dec 13, 2021 - Go
Summary
The name: key was omitted from an initContainer in a template with retryPolicy: Always. Upon submitting the workflow, no pods are created. However the workflow controller logs show that tens of thousands of workflow nodes for this workflow are being created almost instantaneously, and immediately failing. The only remedy is to delete workflow, but even after fast deletion, it t
-
Updated
Dec 12, 2021 - Shell
-
Updated
Dec 14, 2021 - Go
Description
Continuing on quarkusio/quarkus#20849
The current implementation (
We need to add this as a parameter (11 or 17, default still being automatic based on shell java version) in the CLI and Maven plugin.
Implementation ideas
See comment ht
Is there an existing issue for this?
- I have searched the existing issues
Environment
- Milvus version: latest
- Deployment mode(standalone or cluster):both
- SDK version(e.g. pymilvus v2.0.0rc2): latest
- OS(Ubuntu or CentOS):
- CPU/Memory:
- GPU:
- Others:Current Behavior
1 Good
res = collection.search(vectors[:nq], "float_vector", default_sear
-
Updated
Dec 14, 2021
We're on 5.3.0 and would like to upgrade to v6, but that's a breaking change that requires manual intervention in our routes handling.
The React-router project has promised a compatibility layer to come up at some point that would avoid having to change things too much, but I feel that's a second-best solution and would prefer to have things written as per the best practice.
For anyone w
Issue description
Currently, the installation docs of Apache APISIX doesn't mention the offline installation scenarios, which is common in the enterprise.
Solution
add a offline installation demo in how-to-build.md
## download APISIX offline RPM packages via YUM to `./apisix` folder
mkdir -p apisLocal PV (device) provisioner leaves a stale BDC in the following case:
- On PVC request, creates a BDC
- If the system doesn't have a matching BD, then PVC request keeps retrying, and so does the NDM operator that keeps retrying
- Now if the user deletes the PVC, then Local PV (device) provisioner doesn't get the trigger to process delete, as there was no PVC.
This causes the stale BDC
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
These two examples point to hardcoded playground URLs, https://play.openpolicyagent.org/p/ikesWCFIH8 and https://play.openpolicyagent.org/p/oL4Ofd1nQi.
They contain input documents that don't match the latest kubernetes schema, i.e. "apiVersion": "admission.k8s.io/v1beta1".
The
Description
Currently, for e.g. say that out of 3 copies of a tablet, we want to have 2 copies in C1.R1.Z1 and 1 copy in C2.R2.Z2 then we would specify it as below:
./bin/yb-admin \
-master_addresses $MASTER_RPC_ADDRS \
modify_placement_info \
C1.R1.Z1,C1.R1.Z1,C2.R2.Z2 3
However, this is somewhat complex and hard to follow. We don't need to necessarily r
-
Updated
Dec 6, 2021 - Go
-
Updated
Dec 9, 2021 - Scala
How are you planning on using kubeedge?
I've been looking for something like this for a long time (Currently our team uses Rancher although their product wasn't really meant for edge computing.) I'd love to hear how others in the community would like to use this so I can compile a list of use cases that kubeedge can support out of the box.
Thanks!
-
Updated
Dec 14, 2021 - Go
-
Updated
Nov 29, 2021 - Makefile
-
Updated
Dec 13, 2021 - Vue
Improve this page
Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.
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."

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: