cloud-native
Here are 913 public repositories matching this topic...
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.
Which Component
eg. Nacos Discovery, Sentinel
Is your feature request related to a problem? Please describe.
Feign限流降级好像只支持url粒度,能否支持服务粒度,就像对RestTemplate支持两种粒度一样(Feign's current limiting degradation seems to only support URL granularit
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.
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.
Describe the bug
https://github.com/jina-ai/jina/blob/master/jina/resources/fluent.conf#L17
It does not work as expected. '${workspace_path}'
will be created.
$ ls
'${workspace_path}' boot etc lib media opt root sbin sys usr
bin dev home lib64 mnt proc run srv
-
Updated
Aug 20, 2021
-
Updated
Sep 21, 2021 - Go
-
Updated
Sep 20, 2021 - Go
-
Updated
Sep 8, 2021 - Shell
Description
add possibility to add JaxbFileRootBuildItem from config.
Implementation ideas
add a config
quarkus.jaxb.jaxb-index-path=/path1,/path2
config generate JaxbFileRootBuildItem in jaxbProcessor.
modify the test jaxb test to add an application.properties with the config to point to jaxb.index.
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
Sep 21, 2021
Feature Request
What problem are you trying to solve?
Unifying all my logs in json format, including linkerd-viz.
How should the problem be solved?
There is precedent in linkerd2
:
The main helm chart for linkerd supports log formats (plain and json) for the controller (controllerLogFormat
) and the proxy (proxy.logFormat
).
What do you want to happen? Add any conside
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
What's it about?
When you want to select the drop-down menu box in the console, you can search by regular expression or sort by the letters A-Z
What's the reason why we need it?
Can improve the development efficiency, shorten the search time
I believe this is an important feature for Kubesphere. There're a few use cases:
For example, if I have 200 services on a project, I have to manu
Is your feature request related to a problem? Please describe.
Currently, there are two ways to create HTTPTrigger using the fission command.
fission fn create
with below parameters
--url='' URL pattern (See gorilla/mux supported patterns)
--prefix='' Prefix with which functions are exposed. NOTE: Prefix takes
-
Updated
Sep 9, 2021 - Go
Expected Behavior
It would be great if there is a set multiplication function in Rego, something like:
a := {"a", "b"}
b := {"c", "d"}
c := multiply(a,b)
#c == {["a", "c"], ["a", "d"], ["b", "c"], ["b", "d"]}
Actual Behavior
ysqlsh history file can be specified by --variable=HISTFILE=/path/to/file
. It seems that the default amount of entries (or lines) it keeps is 500. Once it goes past that, upon history file write, it truncates the file. However, it also truncates the header line _HiStOrY_V2_
. This makes the file invalid next time it's read. This is possibly related to YB using libedit rather than libreadli
-
Updated
Aug 12, 2021 - Scala
-
Updated
Apr 9, 2021 - Go
-
Updated
Sep 15, 2021 - Makefile
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
Sep 20, 2021 - C++
Feature Request
This issue will not introduce any NEW features or any changes to the current architecture. It's only about improving the style of codes, and let it be easier to understand Chaos Mesh's codes.
As Effective Go/Interface checks introduced, we do not need to declare explicitly that one struct implements an interface. So
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.