cloud-native
Here are 724 public repositories matching this topic...
-
Updated
Jan 4, 2021 - Go
rocket mq can set the maxReconsumeTimes param,when use the stream cloud rocketmq, there is no config for this, would it surport ont the future?
Describe the bug
When attempting to open a shell at the node level, the "node-shell" pod gets stuck in pending and never starts.
To Reproduce
Steps to reproduce the behavior:
- Go to Nodes, select a Node and open "Shell"
- Terminal window opens below with "Connecting ..." and never moved ahead from that.
- From the Pods view, it shows a "node-shell" pod in Pending status, but ne
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.
API documentation for nodejs client for hydra returns a 404
The link mentioned in the documentation: https://github.com/ory/hydra/blob/master/sdk/js/swagger/README.md
-
Updated
Dec 31, 2020
-
Updated
Jan 4, 2021 - Go
-
Updated
Jan 4, 2021 - Go
-
Updated
Jan 4, 2021 - Go
-
Updated
Dec 29, 2020 - Shell
-
Updated
Jan 4, 2021
The bin/test-cleanup script does not delete linkerd extensions which have been installed on the cluster. This can cause subsequent test runs to fail when those extensions are installed again.
The script should be updated to full delete all linkerd extensions. It can use the linkerd.io/extension label to locate all resources associated with an extension. This label may need to be added to
-
Updated
Dec 31, 2020 - Go
-
Updated
Sep 11, 2020 - Scala
For debugging purposes, it'll be useful to add a new view say -- http://yb-master:7000/tablet-server-clocks) to visually display the clocks of the various TServers, that provides the following data for each tablet server:
- time since heartbeat (this is already available from the heartbeat sent to master and it is shown here today).
- the physical time on the tserver at the time of heartbeat
Feature Description
Kubersphere integrate the velero based on the k8s CRD extensions
How does it work
It's like monitoring component
The --claims-file file argument for opa build/sign is explained like this:
--claims-file string set path of JSON file containing optional claims (see: https://openpolicyagent.org/docs/latest/management/#bundle-signature-format-
Updated
Sep 29, 2020 - Go
-
Updated
Dec 22, 2020 - Java
-
Updated
Dec 30, 2020 - 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
-
Updated
Dec 28, 2020 - Go
There is no e2e test and documents for external network delay and partition now
The e2e test could be found in /test/e2e/chaos/basic.go. Reading other tests in that file could help accomplish this issue.
Example for extern network delay:
apiVersion: chaos-mesh.org/v1alpha1
kind: NetworkChaos
metadata:
name: network-netem-example
namespace: chaos-testing
spec:
-
Updated
Jan 4, 2021 - Python
-
Updated
Dec 29, 2020 - Go
-
Updated
Jan 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://