cloud-native
Here are 760 public repositories matching this topic...
-
Updated
Mar 13, 2021 - Go
Describe the bug
When selecting "Help" -> "Documentation" Lens navigates to https://docs.k8slens.dev/ but should navigate to the documentation corresponding to the running version (e.g. https://docs.k8slens.dev/v4.1.0/).
In https://doc.akka.io/docs/akka/current/coordination.html#usages-in-other-akka-modules, leases are presented as being useful for singletons and sharding. The list should include SBR.
-
Updated
Mar 12, 2021 - Go
-
Updated
Mar 6, 2021
-
Updated
Mar 13, 2021 - Go
-
Updated
Mar 13, 2021 - Go
-
Updated
Feb 28, 2021 - Shell
-
Updated
Mar 12, 2021
Describe the bug
Running qs --help (installed through jbang app install --name qs cli@quarkusio) shows that the executable name is quarkus in the usage section
/ ᐅ qs --help
[jbang] Resolving dependencies...
[jbang] Resolving io.quarkus:quarkus-cli:1.11.3.Final:runner...Done
[jbang] Dependencies resolved
Usage: quarkus [-ehV] [--verbose] [COMMAND]
-e, --errors -
Updated
Mar 5, 2021
We should so a spinner for extension checks that are invoked by the core check
command.
For example, immediately after installing the viz extension, running linkerd viz check results in spinners for each component:
❯ linkerd viz check
linkerd-viz
-----------
√ linkerd-viz Namespace exists
√ linkerd-viz ClusterRoles exist
√ linkerd-viz ClusterRoleBindings exist
√ tap API serv
-
Updated
Mar 10, 2021 - Go
-
Updated
Feb 22, 2021 - Scala
Change '登陆' to '登录'
Describe the Bug
Change '登陆' to '登录'
/kind bug
/assign @leoendless
/priority Low
/milestone 3.1.0
/area console
On each heartbeat, master calls TSDescriptor methods like
void set_num_sst_files (uint64_t num_sst_files) {
std::lock_guard<decltype(lock_)> l(lock_);
ts_metrics_.num_sst_files = num_sst_files;
}
that takes a write lock, sets a field, and releases the write lock. To avoid doing this many times over for each individual field, create a method that takes a lock once and
Issue description
Related issues: apache/apisix-dashboard#1563
In the active health check, Host is the host name of the HTTP request used to discover the health of the upstream node. It is required only when the upstream node has restrictions on Host, otherwise it is optional. I think it would be better if active.host should be an optional.
In the current
-
Updated
Sep 29, 2020 - Go
-
Updated
Mar 5, 2021 - Java
-
Updated
Feb 23, 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
pods, err := selector.SelectAndFilterPods(ctx, r.Client, r.Reader, &dnschaos.Spec, config.ControllerCfg.ClusterScoped, config.ControllerCfg.TargetNamespace, config.ControllerCfg.AllowedNamespaces, config.ControllerCfg.IgnoredNamespaces)This line of code occurs several times in Chaos Mesh code base, and most of these config.xxx.xxx won't change during the runtime. Please construct
-
Updated
Mar 13, 2021 - Go
-
Updated
Mar 13, 2021 - Python
-
Updated
Mar 1, 2021 - Go
-
Updated
Mar 4, 2021 - Java
Task
Convert CI to GitHub Actions
Context
Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.
I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.
See also:
https://github.com/mvdan/github-actions-golang
https://github.com/ac
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."



Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
Internet changed its mind since 2018 https://