cloud-native
Here are 1,091 public repositories matching this topic...
Enhancement
[2022-02-14T04:12:14.746Z] ----------------------------------------------------------------------
[2022-02-14T04:12:14.746Z] FAIL: db_test.go:7069: testSerialDBSuite.TestModifyColumnTypeWhenInterception
[2022-02-14T04:12:14.746Z]
[2022-02-14T04:12:14.746Z] db_test.go:7124:
[2022-02-14T04:12:14.746Z] c.Assert(checkMiddleWarningCount, Equals, true)
[2022-02-14T04:12:
Hey, I found a little problem. if I configure a data-id without file extensions in extension-configs , but config content type is yaml. then there is a proble, configuration is invalid. because the configuration is parsed by properties. so I want to add fileExtension field in NacosConfigProperties.Config.
我发现一个小问题, 如果在extension-configs里的data-id没有带文件后缀,并且配置内容格式是yaml或者其他类型,那么这个配置就
-
Updated
May 16, 2022 - Go
-
Updated
May 14, 2022 - Go
-
Updated
May 16, 2022 - Go
Problem: It is pretty challenging to find resource material and valuable articles, videos and such, and we spend a lot of time searching and finding the appropriate resource for us.
Proposed solution: Faceted search can come a long way when looking for a quick way to find a solution designed for our needs. Ratings on the resource can help us select the best solution based on our search
PodPriority should be deprecated from workflow spec since Kubernetes uses PodPriorityClass to indicate the importance and priority of a pod relative to others.
https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/
-
Updated
Apr 22, 2022
Is there an existing issue for this?
- I have searched the existing issues
Environment
- Milvus version:2.0.2
- Deployment mode(standalone or cluster):standalone
- SDK version(e.g. pymilvus v2.0.0rc2):pymilvus 2.0.2, attu 2.0.5
- OS(Ubuntu or CentOS): CentOS
- CPU/Memory:
- GPU:
- Others:Current Behavior
- create collection with schema id, vector
2
-
Updated
May 11, 2022 - Shell
Description
While doing some research, I've discovered that Caffeine is no longer using Unsafe. In ben-manes/caffeine@e4b77d2, Caffeine moved its copy of MpscGrowableArrayQueue to use either Unsafe, or if not available, VarHandle. Then, with ben-manes/caffeine@4db9e8e, Uns
-
Updated
May 16, 2022 - Go
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
Description
I'm using grpc-transcode plugin to manage gRPC<=> HTTP, It would be great to convert grpc-status-details-bin in header to HTTP response body in case an error from the upstream.
Decoded grpc-status-details-bin :
![Screens
What problem are you trying to solve?
Under some configs, Grafana charts making use of the [i]rate function aren't displaying any data.
How should the problem be solved?
This happens when time duration parameters in promql queries are smaller than the scrape interval Prometheus is configured with. The solution is detailed in [this blog post](https://grafana.com/blog/2020/09/28/new-in-
-
Updated
May 15, 2022
Is your feature request related to a problem? Please describe.
Missing functionality to update min/max cpu/mem of an exiting ENV. Currently, to update, we are forced to delete and re-create the env. This also has a risk of dependent functions being erratic. It also de-couple resource utilization independent of function creation and be useful to update the resource in a quick to respond situ
Saw this rule in the clj-kondo linter, and I think it would be a good addition to our strict mode. Having duplicate elements in sets is probably always a mistake in a production policy, and while it's "harmless", the intent is likely to provide another element rather than the duplicate, leading to an unexpected
Description
Create a cluster with TEST_docdb_log_write_batches=true and observe the following -
./bin/yb-ctl create --rf=1 --data_dir ~/yugabyte-data --tserver_flags 'TEST_docdb_log_write_batches=true'
./bin/ysqlsh
yugabyte=# create table test (k int primary key, v int);
CREATE TABLE
yugabyte=# insert into test values (1, 1);
ERROR: Network error: recvmsg error: Connection refus
-
Updated
Mar 21, 2022 - Go
-
Updated
May 15, 2022 - Vue
-
Updated
May 16, 2022 - Go
-
Updated
May 15, 2022 - Go
What problem are you facing?
Now the helm is related in build, let's move it to root dir.
kubeedge/build/helm -> kubeedge/helm
-
Updated
May 14, 2022 - C++
Bug Report
NetworkChaos works with device: eth0, not work with device: eth0@if12
I am not sure if it would be a bug or an enhancement.
We could add a validation webhook, or trim the things after @.
What version of Kubernetes are you using?
N/A
What version of Chaos Mesh are you using?
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."



expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc