cloud-native
Here are 733 public repositories matching this topic...
-
Updated
Feb 2, 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
Feb 1, 2021 - Go
-
Updated
Jan 12, 2021
-
Updated
Feb 2, 2021 - Go
-
Updated
Feb 2, 2021 - Go
-
Updated
Jan 11, 2021 - Shell
-
Updated
Feb 2, 2021
Description
Now that https://github.com/quarkusio/quarkus/blob/master/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/commands/CreateExtension.java is common, we can easily add a new command to the Quarkus CLI to create extension.
Following quarkusio/quarkus#13896
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
Feb 1, 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 https://docs.yugabyte.com/latest/admin/yb-admin/#modify-placement-info for the current usage of modify-placement-info. Currently this precludes users from specifying how many replicas belong in each availability zone specified. To fix, this make the placement_info field a comma separated list of cloud1.datacenter1.rack1:num_replicas.
Currently the system.authz policy can only return a boolean decision indicating whether the API request to OPA should be allowed. Often, administrators want to be able to provide a reason why the API request is denied. We should extend the built-in authorizer to support a structured response from the policy
-
Updated
Sep 29, 2020 - Go
Improve Docs
Please describe which part of docs should be improved or typo fixed
1、In the How to set the TCP server address example, curl http://127.0.0.1:9080//apisix/admin/plugin_metadata/error-log-logger After the port number is //, we should change It is modified to /.
[https://github.com/apache/apisix/blob/master/doc/plugins/error-log-logger.md#how-to-set-the-tcp-server-
-
Updated
Feb 2, 2021 - Java
-
Updated
Feb 2, 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
Feb 2, 2021 - Go
-
Updated
Jan 27, 2021 - Python
-
Updated
Jan 21, 2021 - Go
-
Updated
Feb 2, 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://