cloud-native
Here are 960 public repositories matching this topic...
Bug Report
Please see pingcap/tidb#29412 for details.
The following reproduce steps will not be able to reproduce the bug after pingcap/tidb#29457 merged because the root cause of the error is fixed in the PR.
1. Minimal reproduce step (Required)
create table t1(a int);
create table t2(a double);
insert into t1 value(20);
在NacosServiceRegistry里引用NacosServiceManager是采用直接注入的方式,当在我想在项目中实现注册多个Nacos注册中心时,就没办法复用此类,建议引用NacosServiceManager的方式和引用NacosDiscoveryProper
What would you like to be added:
A button or link from the list of instances of
-
Updated
Nov 11, 2021 - Go
Describe the bug
I'm having major trouble with from_csv.
Context: I'm writing tutorial for build simple text search engine with Jina + Hub. I don't want to include a whole section of processing datasets, hence just passing a CSV into from_csv. I tried with meme dataset (converted tsv) before, and now using [superhero dataset](https://www.kaggle.com/jonathanbesomi/superheroes-nlp-datas
current return queueOfferResult == QueueOfferResult.enqueued();
-
Updated
Sep 21, 2021
-
Updated
Nov 11, 2021 - Go
Variable substitution does not work for `ConfigMapKeySelector` at global `Workflow` or `Step` level
Summary
Environment
- Latest
argo-workflowsfrommasterinstalled from https://raw.githubusercontent.com/argoproj/argo-workflows/master/manifests/quick-start-postgres.yaml - Kubernetes version:
v1.22.2 - Minikube version:
v1.23.2 - Mac OS X 11.6
Given the instructions defined here https://github.com/argoproj/argo-workflows/blob/master/docs/variables.md I expect that vari
-
Updated
Nov 9, 2021 - Shell
-
Updated
Nov 11, 2021 - Go
Description
Currently extensions without category are not processed and not visible in code.quarkus.io
Implementation ideas
Use "uncategorized" as category here (if empty): https://github.com/quarkusio/quarkus/blob/main/independent-projects/tools/devtools-common/src/main/java/io/quarkus/platform/catalog/processor/CatalogProcessor.java#L25
Add "Uncategorized" as category last in `orde
Steps/Code to reproduce:
We've seen a searchResultBufFlags array in proxy task scheduler.
It is never cleaned from the map so I guess there is a memory leak especially when search number is going up.
We need to check on how to fix it
Expected result:
Delete or clean it when ne
-
Updated
Nov 11, 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
Support importing Grafana templates to the workspace level. Currently, this function only can be accessed by the cluster lever.
Solution
See https://github.com/kubesphere/kubesphere/blob/511d0d02fffc766c0ee218dab15d399888681672/pkg/kapis/monitoring/v1alpha3/handler.go#L404 for detail. Maybe we need to add a namespace parameter as an optional to determine to convert it to Dashboard struct
Issue description
Currently, Apache APISIX will generate an id while initializing if the user doesn't specify one, and it relies on the lua-resty-jit-uuid library but without an explicit seed.
While the jit-uuid library creates
Local 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
Nov 1, 2021 - Go
-
Updated
Aug 12, 2021 - Scala
-
Updated
Apr 9, 2021 - Go
-
Updated
Oct 8, 2021 - Makefile
-
Updated
Nov 10, 2021 - Go
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!
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."

Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.