cloud-native
Here are 925 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.
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
A harmless but distracting warning is raised when prefetch is passed as argument to the Flow.
Reproduce
from jina import Flow, Document
f = Flow(prefetch=10).add()
with f:
f.index(inputs=Document())-
Updated
Sep 21, 2021
-
Updated
Oct 6, 2021 - Go
-
Updated
Oct 6, 2021 - Go
-
Updated
Sep 8, 2021 - Shell
Describe the bug
When I only use Hibernate Reactive, there is no @ProjectedFieldName in the imported jar, resulting in a compilation error; when I import the jar package "quarkus-hibernate-orm-panache-common" that contains @ProjectedFieldName, another error occurs:
Caused by: io.quarkus.runtime.configuration.ConfigurationException: Unable to find a JDBC driver corresponding to the dat
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 6, 2021
:; linkerd viz check -o short
Error: Validation error when executing check command: Invalid output type 'short'. Supported output types are: json, table
...
extension check commands do not support -o short. It would be nice if they did.
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
Issue description
Hi, when I try to install Apache APISIX 2.9 on Mac (M1) accoding to those links[1][2], it failed due to reasons below:
lualogging 1.5.2-1 depends on luasocket (3.0rc1-2 installed)
lualogging 1.5.2-1 is now installed in /Users/juzhiyuan/workspace/apisix-2.9/apache-apisix-2.9-src/deps (license: MIT/X11)
casbin 1.26.0-1 depends on lrexlib-pcre >= 2.9.1 (not instalIs your feature request related to a problem? Please describe.
Currently, there are two ways to create HTTPTrigger using the fission command.
fission fn createwith 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
At https://github.com/open-policy-agent/opa/blob/main/bundle/bundle_test.go#L31, the result of function Equal not used:
m.rootSet().Equal(stringSet{"x/y": struct{}{}, "y/z": struct{}{}})
while this function has no side effect:
func (ss stringSet) Equal(other stringSet) bool
Currently, the list_snapshots yb-admin command only prints the snapshot id and the state of the snapshot. It should also print more information such as the time of the snapshot. This is already tracked and filled for every snapshot in its state structure [see snapshot_state.cc]. We just need to expose it.
-
Updated
Aug 12, 2021 - Scala
-
Updated
Apr 9, 2021 - Go
-
Updated
Sep 23, 2021 - Makefile
-
Updated
Oct 6, 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 5, 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.