cloud-native
Here are 967 public repositories matching this topic...
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
drop table if exists t1;
CREATE TABLE `t1` ( `a` enum('','a','b') NOT NULL DEFAULT 'b' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
show create table t1;
drop table if exists tWhich 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
Nov 18, 2021 - Go
-
Updated
Nov 17, 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 18, 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 18, 2021 - Shell
-
Updated
Nov 18, 2021 - Go
Describe the bug
Java 17 is not reflected as source/target of generated project.
In dev mode one sees warning like this 2021-10-13 22:56:53,445 WARN [io.qua.dep.dev.JavaCompilationProvider] (vert.x-worker-thread-0) system modules path not set in conjunction with -source 11, line -1 in [unknown source]
Expected behavior
Project should use 17 as the value for maven.compiler. sourc
What would you like to be added:
A restful API is an architectural style for an application to access and use data through http requests. The data can be used to GET,PUT,POST and DELTE data types, which refers to the reading, updating, creating and deleting of operations concerning resources.
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
-
Updated
Nov 18, 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
Improved or typo fixed.
Not yet. Added to the documentation, such as chapters on multi-language and WASM.
Solution
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
The inspect subcommand should pretty print by default. Programs that need to consume the output of inspect should specify --format=json to avoid relying on implicit default behaviour.
Description
There are two logs that show the index backfill postgres connection's authentication key (password):
- a
VLOG(1)inConnectToPostgresthat happens each call - a
LOG(WARNING)inConnectToPostgresthat happens only on bad connections
Ideally, this should not be visible in logs. It isn't a huge threat because, to use the auth key, you would need to use the yb-tserver-
-
Updated
Nov 1, 2021 - Go
-
Updated
Aug 12, 2021 - Scala
-
Updated
Apr 9, 2021 - Go
-
Updated
Oct 8, 2021 - Makefile
-
Updated
Nov 18, 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."

expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc