cloud-native
Here are 772 public repositories matching this topic...
-
Updated
Apr 17, 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 17, 2021 - Go
-
Updated
Apr 17, 2021 - Go
-
Updated
Apr 13, 2021 - Shell
Description
As mentioned in #6240 , flyway.cleanDisabled is not currently supported by Quarkus.
It might be needed in cases where you need to run Flyway manually and need to change behaviour through configuration, instead of coding.
Implementation ideas
-
Add to
io/quarkus/flyway/runtime/FlywayCreator.java:54:`configure.cleanDisabled(flywayRuntimeConfig.cleanDisabled
-
Updated
Apr 17, 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
-
Updated
Apr 16, 2021
-
Updated
Apr 8, 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
When running opa as a server, if you specify the --authentication option without the --authorization=basic option, the authentication never takes effect.
While this is spelled out in the docs, it would be beneficial to also have opa emit a warning message at runtime to make it clear that no authenticat
Issue description
Whether its attribute “service_instance_name” can be obtained automatically instead of hard-coded in the configuration
-
Updated
Apr 9, 2021 - Go
-
Updated
Apr 6, 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 17, 2021 - Go
-
Updated
Apr 16, 2021 - Python
-
Updated
Apr 6, 2021 - Go
What problem are you facing?
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
-
Updated
Apr 13, 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://