cloud-native
Here are 755 public repositories matching this topic...
-
Updated
Mar 6, 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 5, 2021 - Go
-
Updated
Mar 4, 2021
-
Updated
Mar 6, 2021 - Go
-
Updated
Mar 5, 2021 - Go
-
Updated
Feb 28, 2021 - Shell
-
Updated
Mar 5, 2021
Description
This follows a discussion on Zulip[1].
To generate the DDL for JPA and/or Panache entities, I can use the schema-generation.scripts properties in the persistence.xml file as follow:
<property name="javax.persistence.schema-generation.scripts.action" value="drop-and-create"/>
<property name="javax.persistence.schema-generation.scripts.create-target" value="create.
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
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
Feb 4, 2021 - Go
-
Updated
Feb 22, 2021 - Scala
I find a solution in the forum
https://kubesphere.com.cn/forum/d/3384-kubespheredevopsdotnet-core
But it is too trouble to use , and waste much time to set up it .
So any plan for including it to the nodes of devops flow.
Extending the work in yugabyte/yugabyte-db#6772, it'll be helpful to also show in the http://yb-master:7000/tablet-server-clocks view, for each yb-tserver, the RTT time between the yb-tserver and yb-master leader.
This will give a quick indication of how geographically dispersed the nodes in the system are.
Improve Docs
Please describe which part of docs should be improved or typo fixed
Hi, I noticed that this powered-by.md is missing
Describe the solution you'd like
-
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
Feature Request
Is your feature request related to a problem? Please describe:
https://github.com/chaos-mesh/chaos-mesh/issues
Describe the feature you'd like:
Now can only choose one container in Pod to inject chaos, need to support specify more than one container.
-
Updated
Mar 6, 2021 - Go
-
Updated
Mar 6, 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://