cloud-native
Here are 1,118 public repositories matching this topic...
Enhancement
Some system variables either have no type (default: TypeString) or use TypeString when they could use a different builtin type (TypeInt, TypeEnum, TypeBool) that is more suited. Here is what I found from manual inspection:
| Variable Name | Notes |
|---|---|
| block_encryption_mode | The type is not defined, but if you look in the code it should be T |
Hey, I found a little problem. if I configure a data-id without file extensions in extension-configs , but config content type is yaml. then there is a proble, configuration is invalid. because the configuration is parsed by properties. so I want to add fileExtension field in NacosConfigProperties.Config.
我发现一个小问题, 如果在extension-configs里的data-id没有带文件后缀,并且配置内容格式是yaml或者其他类型,那么这个配置就
It will be useful to install/show helm chart pre releases from a helm repo. Using helm from the commandline pre releases are also not shown or installed. Adding the --devel it will show or install pre releases. It would be nice to have a switch to show the pre releases or not like for example in rancher.
 ([]byte, error)
Why is this needed?
No response
Anything else?
No response
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
Describe the bug
I was reading the Quarkus Security LDAP guide at https://quarkus.io/guides/security-ldap and I would like to look at the recommended solution. However, when I try to lookup the address which is given in the article (https://github.com/quarkusio/quarkus-quickstarts/tree/main/security-ldap-quickstart), I get a 404. Furthermore, the solution cannot be found in the list of quarku
Kubernetes中文指南/云原生应用架构实战手册 - https://jimmysong.io/kubernetes-handbook
-
Updated
Jun 1, 2022 - Shell
Storage Orchestration for Kubernetes
-
Updated
Jun 10, 2022 - Go
Description
- When I am using APISIX_PROFILE, if a value is assigned, it will be displayed as follows
a. config-dp.yaml
b. config-cp.yaml
c. ...[others]
- However, when I don't do the assignment, I expect to be
config.yaml, but I actually getconfig-.yaml. - It works fine, but the file names look ugly. As someone with code cleanliness, it's hard to accept i
Cloud Native application framework for .NET
-
Updated
Jun 11, 2022 - C#
What is the issue?
Browsing linkerd viz, you'll sometimes come across "Current Tap query" or similar, but when I copy the command and run it in the terminal it says,
Command "tap" is deprecated, use instead 'linkerd viz tap [flags] (RESOURCE)'How can it be reproduced?
Troubleshooting the "getting started" emoji voto app, suggests on the Tap-site for the /api/vote-en
-
Updated
Jun 10, 2022 - JavaScript
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
The MISCELLANEOUS top-level section in the docs navigation has grown organically over time. It feels like it's time to reorganize the content under MISCELLANEOUS that it's easier for people to find and more consistent.
Here's my proposal for where the conten
Description
source: https://docs.yugabyte.com/latest/architecture/transactions/isolation-levels/#root
We begin the section by listing out 4 transaction isolation levels in decreasing order of strictness. Where possible, subsequent sections should follow this order to make it easier for readers to follow. For example, rewrite the second paragraph to read:
YugabyteDB supports three transa
Dragonfly is an intelligent P2P based image and file distribution system.
-
Updated
Mar 21, 2022 - Go
讨论如何构建一套可靠的大型分布式系统
-
Updated
Jun 11, 2022 - Vue
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
-
Updated
Jun 10, 2022 - Go
Old repo for Linkerd 1.x. See the linkerd2 repo for Linkerd 2.x.
-
Updated
Jun 1, 2022 - Scala
What problem are you facing?
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."





expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc