cloud-native
Here are 953 public repositories matching this topic...
在NacosServiceRegistry里引用NacosServiceManager是采用直接注入的方式,当在我想在项目中实现注册多个Nacos注册中心时,就没办法复用此类,建议引用NacosServiceManager的方式和引用NacosDiscoveryProper
What would you like to be added:
Now it's only possible to see if pod / deployent / daemonset / statefulset is using hostNetwork by opening the object in edit mode. Would be nice if Lens showed that on object details directly.
After PR #1401 merged, many of our sub modules are failing lint, we should fix all of them.
To fix these, take a look at hack/.lintcheck_failures for a list of currently lint failed modules.
You can check a module by removing it from the .lintcheck_failures list and running make fix to auto fix some lint errors.
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
ActorAdapter will ignore null message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf could mention it as well as any other place where adapters are used.
-
Updated
Sep 21, 2021
-
Updated
Oct 28, 2021 - Go
Summary
As of v3.2.0, an integration with Argo Dataflow has been added to the Workflow UI, but the integration isn't really documented on the project page, and the errors that pop up when trying to access the new pipelines tab don't really give much indication of what is supposed to be providing the pipeline functionality.
Currently, if someone new to Workflow deploys the Workflow stack and
-
Updated
Oct 30, 2021 - Go
-
Updated
Oct 30, 2021 - Shell
Describe the bug
Panache count not working with named queries.
import io.quarkus.hibernate.orm.panache.PanacheEntity;
import javax.persistence.*;
@Entity
@Cacheable
@NamedQueries({
@NamedQuery(name = "countFruit",
query = "FROM Fruit")
})
public class Fruit extends PanacheEntity {
@Column(length = 40, unique = true)
public String name;
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
Oct 30, 2021
Bug Report
What is the issue?
Web dashboard "show" (or maybe suggests) deprecate CLI command
How can it be reproduced?
Possible solution
Chang
I have been asked several times whether the value filled in cc.spec.common.es.externalElasticsearchUrl requires an http prefix, but it is actually not needed, but this key is a bit confusing. I don’t know if I need an http prefix sometimes when I look at it, so I think it’s clearer to change it to externalElasticsearchUrl to externalElasticsearchHost
/kind feature-request
Issue description
Same with apache/apisix#5343 but for response body. Response body can be fetched by core.response.hold_body_chunk.
Environment
- apisix version (cmd:
apisix version): 2.10.1 - OS (cmd:
uname -a): - OpenResty / Nginx version (cmd:
nginx -Voropenresty -V): - etcd version, if have (cmd: run
curl http://127.0.0.1:9090/v1/server_info
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
Hi,
I would like to have possibility to define max message size for gprc server that is created here:
https://github.com/open-policy-agent/opa-envoy-plugin/blob/50b620edeb2855697e54b859075453ed38bc6fcd/internal/internal.go#L108
At the moment there is no possibilities to handle by this plugin requests larger than 4MB.
In go GRPC from version 1.4.0 there is the option to set server option M
-
Updated
Oct 29, 2021 - Go
Description
Tablet splitting introduces the concept of split depth, essentially a tablet starts at depth 0 and once it splits, the 2 child tablets get an incremented depth.
It would be great to show that in the master Tables UI, per tablet, so we know if we ended up splitting certain tablets more aggressively than others.
-
Updated
Aug 12, 2021 - Scala
-
Updated
Apr 9, 2021 - Go
-
Updated
Oct 8, 2021 - Makefile
-
Updated
Oct 29, 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!
-
Updated
Oct 29, 2021 - C++
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.