cloud-native
Here are 627 public repositories matching this topic...
-
Updated
Aug 19, 2020 - Go
Hey guys
I am learning and using seata recently, this is a great thing.
Component
spring-cloud-alibaba-seata:0.9.0.RELEASE
Question
I see that the seata source code contains the spring boot web dependency. **Is there a plan to support [sp
-
Updated
Aug 18, 2020 - Go
Migrate all SBT dependency configs in Dependencies.scala to LibraryManagementSyntax type vs string
-
Updated
Aug 13, 2020
Analogously to how we added Kratos' config schema to schemastore.org SchemaStore/schemastore#1173
we want to add Hydra's config schema as well. Therefore the same preparations are required: ory/kratos#608 and ory/kratos#644
-
Updated
Aug 19, 2020 - Go
-
Updated
Aug 18, 2020 - Go
-
Updated
Aug 18, 2020 - Go
-
Updated
Aug 18, 2020 - Shell
-
Updated
Aug 19, 2020
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:
$ kuBug Report
What is the issue?
In a CNI setup, init containers that try to make outbound connection will fail due to a timing issue between the CNI plugin modifying the pod iptables, and the proxy container coming up. The current workaround is to skip the outbound ports of the init containers. However, this only works if the skip port configuration is provided during the CNI installati
-
Updated
Jul 30, 2020 - Scala
-
Updated
Aug 18, 2020 - Go
-
Updated
Aug 18, 2020 - Go
Currently the release_version column exists in the system.peers table and has the right type, but the value is not being set when producing the result for queries. Therefore its value is always returned as null.
Example
Start a cluster locally with:
./bin/yb-ctl create --rf 3
Connect with ycqlsh
./bin/ycqlsh
Check release version in system.l
-
Updated
Aug 18, 2020 - Java
There are a few samples at https://kubesphere.io/docs/quick-start/admin-quick-start/ helping users how to use KubeSphere. It would be better to create tutorial videos in English for these samples so that we can distribute them in some channels such as Youtube making more people get familiar with KubeSphere.
So call for English native speaker from the community to help us.
-
Updated
Aug 7, 2020 - Makefile
-
Updated
Aug 18, 2020 - Go
Issue description
The doc/admin-api.md#consumer & doc/zh-cn/admin-api.md#consumer doc, the consumer id meaning confused.
id miss leading name to index number while fetching one consumer details. eg:
based on docs:
curl http://127.0.0.1:9080/apisix/admin/consumers/{id} -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'
but should be fix it for:
`curl http://127.0.0.1:
-
Updated
Aug 17, 2020 - Go
-
Updated
Jul 14, 2020 - Go
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 17, 2020 - Java
What would you like to be added/modified:
Now, when we excute keadm reset, it will exit directly, without any confirmation prompt. Maybe we need a step for that.
Why is this needed:
To avoid a wrong input, or other reason not really want to reset, we need an intermediate step for confirmation. And it is also a best practice when we want to close or exit something.
For anyone
-
Updated
Aug 13, 2020 - C++
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://