cloud-native
Here are 773 public repositories matching this topic...
-
Updated
Apr 12, 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 11, 2021 - Go
-
Updated
Apr 12, 2021 - Go
-
Updated
Apr 9, 2021 - Shell
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.
-
Updated
Apr 12, 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 >/de
-
Updated
Apr 2, 2021
-
Updated
Apr 8, 2021 - Go
-
Updated
Apr 1, 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
Expected Behavior
As a user, I expect the search bar to persist when the browser window width is reduced.
Actual Behavior
The search bar disappears when the window width is reduced and zoom is set above a certain threshold.
<img width
Improve Docs
Please describe which part of docs should be improved or typo fixed
The descriptions for auth_value are obscure, it doesn't really explain what is auth_value, also, related usage about auth_value is missing.
A clear and concise description of what you
-
Updated
Apr 9, 2021 - Go
-
Updated
Apr 6, 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
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 9, 2021 - Go
-
Updated
Apr 8, 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 7, 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://