cloud-native
Here are 819 public repositories matching this topic...
-
Updated
Jun 12, 2021 - Go
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
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.
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
Jun 4, 2021
-
Updated
Jun 11, 2021 - Go
-
Updated
Jun 12, 2021 - Go
-
Updated
May 23, 2021 - Shell
Describe the bug
The Jbang script generating the https://quarkus.io/guides/all-builditems documentation overview page currently only includes build items which are defined in source files ending in BuildItem.java (see https://github.com/quarkusio/quarkus/blob/adf1beb64b0196039fd0216313e43e68ce3f3ad2/.github/quarkusbuilditemdoc.java#L96). There are however also build items which either don't
-
Updated
Jun 11, 2021
The proxy-metrics diagnostics include potentially private information (service names, pod names, etc).
It would be helpful if this command could support an --obfuscate flag that mangles metric label values like
authoritydst_servicedst_namespacetarget_addrserver_idclient_id
Each of these values should be hashed so that values can be correlated but shou
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
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
-
Updated
Jun 10, 2021 - Go
-
Updated
Jun 11, 2021 - Scala
At the moment the tservers are listed randomly in the tablet servers page in the master leader UI.
Its nice to have them grouped by availability zone to find the nodes easily on large clusters.
Would love to see support for the strings.Repeat(s string, count int) string go function within OPA's built-in functions.
I am using the output of the walk function to create "fingerprints" of highly nested objects and need to output a list of strings for all paths. I have a work arounds, but this would be much cleaner if the Repeat function were added to builtins.
Expected Behavior
nacos doc https://nacos.io/en-us/docs/open-api.html#2.4
Default namespaceId is public,It should be configurable
-
Updated
Apr 9, 2021 - Go
-
Updated
Jun 10, 2021 - Java
-
Updated
Apr 17, 2021 - Makefile
What would you like to be added/modified:
To improve project stability, we need more tests to cover corner cases.
And the code coverage is around 50% currently, we need to add more tests to improve it.
To improve case coverage, we may need a list of cases to track the work.
For code coverage, simply check bef
Description
We have to continuously push for quality, thus we always need to improve our testing and test coverage. Any improvement of testing is a great contribution to jina.
If you have no idea how to get started on this, here there are some ideas that could be good to have.
- Increase coverage
Checking the reports on `https://codecov.io/gh/jina-ai/jin
Makefile and other scripts under /hack are soo complicated!
I always take a long time to find out the correct commands to compile binary,or run a specific e2e testcase.
I want a CHEATSHEET.MD to introduce the commonly used commands while developing and testing.
This feature enables the ipsec backend for Flannel in the k3sup install command
Expected Behaviour
An additional flag to k3sup install should enable ipsec for Flannel as
What problem are you facing?
-
Updated
Jun 9, 2021 - Go
-
Updated
Jun 12, 2021 - Python
-
Updated
Jun 12, 2021 - Go
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.