cloud-native
Here are 776 public repositories matching this topic...
-
Updated
Apr 23, 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/).
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
Mar 28, 2021
-
Updated
Apr 23, 2021 - Go
-
Updated
Apr 23, 2021 - Go
-
Updated
Apr 13, 2021 - Shell
Description
The scheduler can be paused and resumed globally, it will be nice to programatically allow pausing/resuming a specific scheduled method.
A workaround for now is for someone to not execute the main logic of the scheduled method based on the said condition.
-
Updated
Apr 23, 2021
I incorrectly ran linkerd viz upgrade, which isn't actually a command, this makes for some awkward, unhelpful output:
:; linkerd viz upgrade | k apply -f -
error: error parsing STDIN: error converting YAML to JSON: yaml: line 3: mapping values are not allowed in this context
This is because the error message is printed to stdout and not stderr:
:; linkerd viz upgrade >/dev
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
-
Updated
Apr 22, 2021 - Go
-
Updated
Apr 14, 2021 - Scala
Change '登陆' to '登录'
Describe the Bug
Change '登陆' to '登录'
/kind bug
/assign @leoendless
/priority Low
/milestone 3.1.0
/area console
Example we could protect pieces like TableInfo::tablet_map_ with GUARDED_BY(lock_) and then annotate the respective read/write accessor methods like TableInfo::AddTablet
Would love to see support for the strings.Repeat(s string, count int) string go function within OPA's built-in functions.
I am using the output of the walk function to create "fingerprints" of highly nested objects and need to output a list of strings for all paths. I have a work arounds, but this would be much cleaner if the Repeat function were added to builtins.
Expected Behavior
Improve Docs
Please describe which part of docs should be improved or typo fixed
Currently in getting-started, there would always be a $ at the front of each command, which makes users hard to do three-click to directly copy the whole command and run without modification. They have to manually delete `
-
Updated
Apr 9, 2021 - Go
-
Updated
Apr 22, 2021 - Java
-
Updated
Apr 17, 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
Bug Report
https://github.com/chaos-mesh/chaos-mesh/blob/master/controllers/awschaos/ec2stop/types.go#L56-L60 These lines of codes make it possible to use another endpoint (like localstack) to do AWS experiments. However, the Recover of ec2stop and other kinds of chaos doesn't have these codes.
It was amazing that even with this bug, the integration test has passed. The expected pheno
-
Updated
Apr 22, 2021 - Go
-
Updated
Apr 22, 2021 - Python
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
Apr 20, 2021 - Go
-
Updated
Apr 21, 2021 - Java
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://