cloud-native
Here are 768 public repositories matching this topic...
-
Updated
Mar 31, 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
Mar 31, 2021 - Go
-
Updated
Mar 31, 2021 - Go
-
Updated
Mar 31, 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
Mar 31, 2021
Feature Request
What problem are you trying to solve?
Currently in the Service mesh details table it shows some details but would be great to add all other namespaces information to it.
How should the problem be solved?
It would be nice
-
Updated
Mar 25, 2021
-
Updated
Mar 17, 2021 - Go
-
Updated
Mar 16, 2021 - Scala
Describe the Bug
In the built-in Alerting Policies page, there are policies with upper case characters. But most of the other resource's names are lower case. So user should be able to search the name with a lower case.
Versions Used
KubeSphere: nightly-20210329
How To Reproduce
Steps to reproduce the behavior:
- Go to the 'Alerting Policies page
- Click on the 'built-in
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
Improve Docs
Please describe which part of docs should be improved or typo fixed
The document about redirect plugin contains the configuration about using http_to_https in redirect plugin, but it doesn't add a curl test case to show the result.
This line of code occurs several times in Chaos Mesh code base, and most of these config.xxx.xxx won't change during the runtime. Please construct
-
Updated
Mar 31, 2021 - Go
-
Updated
Mar 31, 2021 - Python
-
Updated
Mar 19, 2021 - Go
-
Updated
Mar 28, 2021 - Java
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
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."

Summary
We're starting up kong for integration tests for our custom plugins using the start_kong method implemented in spec/helpers.lua. We need to be able to set environment variables as our plugin is using some custom environment variables. Currently the only way through the start_kong method to set env vars is to prefix them with KONG_. I noticed that kong_exec, which start_kong calls ha