cloud-native
Here are 731 public repositories matching this topic...
-
Updated
Jan 28, 2021 - Go
What would you like to be added:
Lens should keep object details panel open even when related object has been removed from k8s api.
Why is this needed:
It would make debugging of these pods show much easier. It's pretty annoying to see details panel closing just when you are trying to read/copy some critical information from there.
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
Jan 28, 2021 - Go
-
Updated
Jan 12, 2021
-
Updated
Jan 28, 2021 - Go
-
Updated
Jan 28, 2021 - Go
-
Updated
Jan 11, 2021 - Shell
-
Updated
Jan 28, 2021
HI,
I'm having a problem with security-jpa.
We have an already existing database with users already created, and we need to integrate our application with that.
Password are stored usign SHA-256 cypher, but this seems not supported by the module (only MCF and CLEAR seem to allowed).
Is there any method we could override to make things work?
Latest chart fails to install CRD
Description
I installed openebs using following commands:
kubectl create ns openebs
kubectl config set-context $(kubectl config current-context) --namespace openebs
helm install openebs stable/openebs --version 1.10.0 --set crd.enableInstall=false --set rbac.pspEnabled=true
And here are two pods in CrashLoopBackOff:
$ kuIf the main Linkerd control plane has been uninstalled, it is no longer possible to uninstall the multicluster extension.
Uninstalling the multicluster extension should not required the main control plane.
bin/linkerd mc uninstall | k delete -f -
Error: you need Linkerd to be installed in order to install multicluster addons
Usage:
linkerd multicluster uninstall [flags]
-
Updated
Jan 15, 2021 - Go
-
Updated
Jan 4, 2021 - Scala
Feature Description
Kubersphere integrate the velero based on the k8s CRD extensions
How does it work
It's like monitoring component
See referenced comment:
Originally posted by @bmatican in yugabyte/yugabyte-db#6894 (comment)
The bundle persistence directory is currently hardcoded to be $WORKDIR/.opa/bundles/<bundle-name>. While users could control the directory by setting the working directory of the OPA process, it would be useful to have a configuration setting for the persistence directory. For the initial implementation, the directory doesn't need to support reconfiguration.
-
Updated
Sep 29, 2020 - Go
-
Updated
Jan 27, 2021 - Java
Issue description
The output data of the plugin_proxy_rewrite_args method in the apisix/t/lib/server.lua file is disordered, which will result in unstable test cases using this method. E.g:
--- request
GET /plugin_proxy_rewrite_args?name=james&age=36
--- response_body
uri: /plugin_proxy_rewrite_args
age2: 36
name2: james
--- no_error_log
[error]--- r-
Updated
Jan 7, 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
chaos-daemon doesn't have any authentication mechanism, which means any client in the cluster could modify the iptables and ipset config / cause stress / inject IO latency for nearly all the pods.
gRPC with server side SSL/TLS authentication is enough. However, it may break the chaosctl (which is definitely an evidence for the risk), or we need to distribute the certificate to it (or it can
-
Updated
Jan 27, 2021 - Go
-
Updated
Jan 27, 2021 - Python
-
Updated
Jan 21, 2021 - Go
-
Updated
Jan 27, 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://