cloud-native
Here are 1,005 public repositories matching this topic...
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
CREATE DATABASE IF NOT EXISTS tispark_test;
CREATE TABLE IF NOT EXISTS tispark_test.table_test(i int, s varchar(128));
CREATE ROLE IF NOT EXISTS 'test_read', 'test_write';
GRANT SELECT ON tispark_test.table_test TO 'test_read'@'%';
GRANT UPDATE ON `tispa
Which Component
Sentinel
Describe what problem you have encountered
在hystrix和resilience4j中,我们可以配置default,对所有的feign client生效,例如熔断规则,隔离策略。在sentinel中我找不到类似的配置,似乎需要单个url去配置,这非常麻烦,请问怎么做。
In hystrix and resilience4j, we can configure "default", which will take effect for all feign clients, such as circuit breaker rules and isolation strategies. I can't find a similar configuration in sen
What would you like to be added:
A button or link from the list of instances of
-
Updated
Dec 31, 2021 - Go
-
Updated
Dec 31, 2021 - Go
ENV
Python 3.9
jina 2.5.0
Describe the bug
If i try to dump an image blob to a io.bytesio object an error is thrown
from jina import Document
import io
d = Document(uri='steam_data/image_store/8c/5b/8c5b265b9c533636.png')
output = io.BytesIO()
(
d
.load_uri_to_image_blob()
.dump_imacurrent return queueOfferResult == QueueOfferResult.enqueued();
-
Updated
Sep 21, 2021
-
Updated
Dec 30, 2021 - Go
Summary
If the basehref is set, the placeholder address of the workflow-event-bindings page should also be added synchronously
Similarly, the Swagger-API docs needs to be handled
-
Updated
Dec 27, 2021 - Shell
-
Updated
Dec 30, 2021 - Go
Is there an existing issue for this?
- I have searched the existing issues
What would you like to be added?
I would like to add DataType_UInt64.
Why is this needed?
Databases like mysql support unsigned integer numbers through keywords such as UNSIGNED.
In order to enrich the data type, we have no reason not to support it.
Anything else?
No response
Description
Continuing on quarkusio/quarkus#20849
The current implementation (
We need to add this as a parameter (11 or 17, default still being automatic based on shell java version) in the CLI and Maven plugin.
Implementation ideas
See comment ht
Versions Used
KubeSphere: 3.2.0
Kubernetes: 1.20.5
Environment
3 master nodes, 2 worker nodes
CentOS Linux release 7.5.1804 (Core), all node are: 8C/16G
How To Reproduce
Steps to reproduce the behavior:
1、Go to 'CRD-->ClusterConfiguration-->ks-installer',modify the "servicemesh.enabled" from "false" to "true"
2、after a few minutes, the pods of istio-system namespace will be gene
Issue description
Currently, some utility scripts no longer fit the master branch and we should remove them to make sure no one gets confused.
Solution
remove unused utils script
utils/check-version.sh - no longer been used.(used in[https://apisix.apache.org/docs/general/release-guide](https://apisix.a
-
Updated
Dec 31, 2021
We're on 5.3.0 and would like to upgrade to v6, but that's a breaking change that requires manual intervention in our routes handling.
The React-router project has promised a compatibility layer to come up at some point that would avoid having to change things too much, but I feel that's a second-best solution and would prefer to have things written as per the best practice.
For anyone w
The workflow stale.yml is referencing action actions/stale using references v1. However this reference is missing the commit af4072615903a8b031f986d25b1ae3bf45ec44d4 which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upg
Fission/Kubernetes version
Fission version above 1.14.1
Kubernetes platform (e.g. Google Kubernetes Engine)
Describe the bug
We have added support for Container functions in 1.14.1.
Currently, the grace period for container functions is hardcoded. We should make it configurable.
https://github.com/fission/fission/blob/76f51e977de9118494b74f929c383f1392f1d8b8/pkg/exec
What part of OPA would you like to see improved?
Currently looking at a policy where it would be useful to get all the indexes of a specific substring or character from a string.
Describe the ideal solution
str := "something here and something there"
indexof_n(str, "thing") == [4, 23]Additional Context
This is currently easy to do with a single character,
In yugabyte/yugabyte-db#8730, we added commands flush_sys_catalog and compact_sys_catalog. However, these commands only work at the leader sys catalog tablet. We should enhance these commands to work across peers, not just at the leader
-
Updated
Dec 6, 2021 - Go
-
Updated
Dec 9, 2021 - Scala
-
Updated
Dec 30, 2021 - Vue
How are you planning on using kubeedge?
I've been looking for something like this for a long time (Currently our team uses Rancher although their product wasn't really meant for edge computing.) I'd love to hear how others in the community would like to use this so I can compile a list of use cases that kubeedge can support out of the box.
Thanks!
-
Updated
Dec 27, 2021 - Go
-
Updated
Nov 29, 2021 - Makefile
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."

Is there an existing issue for this?
Kong version (
$ kong version)2.5.1.0
Current Behavior
When calling
kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2: