cloud-native
Here are 873 public repositories matching this topic...
You may try to analyze first and spawn more subtasks on demand (no strict) instead of one big PR handle the whole package which is hard to review.
我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
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
Aug 2, 2021
-
Updated
Aug 8, 2021 - Go
-
Updated
Aug 6, 2021 - Go
-
Updated
Aug 8, 2021 - Shell
Description
At the moment, the Redis clients does not support all the commands supported by recent versions of Redis: see quarkusio/quarkus#18351 for example.
However the backing vertx-redis-client provides a way to craft commands using .send(Request.Command) method.
See quarkusio/quarkus#18351 (comment) for example. We c
Describe the feature
Implement client methods for the following endpoints:
- DELETE /workspaces
- DELETE /flows
- DELETE /pods
- DELETE /peas
-
Updated
Aug 8, 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
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
在Consumer中添加 consumer-restriction 插件,里面的 type 能否支持下route_id,这样我们就能基于 consumer 的纬度来限制能访问到的 route,现在的版本我看了下只支持 consumer_name 和 service_id,即只能在 route 纬度来限制 consumer 或者 只能在 consumer 纬度来限制能访问的 service。
需求场景:同一组service下可以有多个route,但是可能有部分route是不用鉴权的或者需要额外申请才给开通,如果能在consumer纬度支持一下 route_id,那样就能更精细化的赋权,且不用每个用户来申请权限都需要对route接口发起一个PATCH请求。
-
Updated
Jul 12, 2021 - Go
Currently when yb-admin command is slightly misspelled, e.g. list_snapshot_schedule instead of list_snapshot_schedules, the user would be given the whole list of commands.
User experience can be improved by using the (partial) command as prefix.
If there is only one match, that match would be picked - we can ask the user to confirm the selection (or add option, say -accept-prefix-match which
-
Updated
Jul 24, 2021 - Scala
-
Updated
Apr 9, 2021 - Go
-
Updated
Aug 4, 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
Jul 30, 2021 - C++
Feature Request
Is your feature request related to a problem? Please describe:
When some syntax error occurs in generated file "zz_generated.**.go", "chaos-builder" will not work well.
Describe the feature you'd like:
when "walkthrough" the path, ignore the .go file that start with zz_generated
Describe alternatives you've considered:
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
Aug 7, 2021 - Go
-
Updated
Aug 6, 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.