cncf
Here are 325 public repositories matching this topic...
Bug description
netdatacli has limit for output size of 4096
Expected behavior
do we just increase this limit or make it transfer arbitrary message sizes?
We should add a GitHub maintainer field to the addons (below):
https://github.com/kubernetes/minikube/blob/044fe4c1fd2779b5ac3e4974556c3ff7b4d26792/pkg/minikube/assets/addons.go#L37-L47
An empty field should be added for each addon, and for each addon that has an empty field, when the user tries to enable the addon it should give a warning to the user that there's not a verified maintainer for
Output of helm version:
version.BuildInfo{Version:"v3.8.1", GitCommit:"5cb9af4b1b271d11d7a97a71df3ac337dd94ad37", GitTreeState:"clean", GoVersion:"go1.17.8"}
If HELM_DATA_HOME contains spaces, like `/Users/My Name/Library/hel
-
Updated
Jul 7, 2022 - C++
-
Updated
Jul 7, 2022 - Go
Expected Behavior
The SwaggerUI component should display the description text of the different endpoints with an easy-to-read text color.
Actual Behavior
When the description contains and HTML element the text has the default col
Requirement - what kind of business use case are you trying to solve?
Actual the windows executables (jaeger-agent.exe, jaeger-collector.exe, ...) don't have a version set. It is hard to identify the current used version and check if the actual used version is outdated.
Probl
Our parser outputs all aggregations functions using the general sqlparser.FuncExpr. This is a little clunky and requires us to do additional checks before we are sure that the aggregation we have is valid and what it is aggregating.
I suggest we instead introduce one struct type per aggregation, and have them all implement some interface. This would help clean up the code.
Example:
1. Describe IN DETAIL the feature/behavior/change you would like to see.
Implement WarmPool.RenderTerraform()
2. Feel free to provide a design supporting your feature request.
/kind feature
/area terraform
/lifecycle frozen
-
Updated
Jul 7, 2022 - Go
-
Updated
Jul 7, 2022 - Go
-
Updated
Jul 7, 2022 - Rust
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
Jul 3, 2022 - Ruby
Is your proposal related to a problem?
Right now Thanos repo supports using Gitpod as a remote development environment. Similar to that, Github codespace is also a remote development environment that integrates be
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
-
Updated
Jun 1, 2022 - Shell
-
Updated
Jul 7, 2022 - Go
-
Updated
Jul 7, 2022 - Go
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Jul 7, 2022 - Go
-
Updated
Mar 21, 2022 - Go
mod_mime
Description
- If the backend response is missing "Content-Type" header , try to perform MIME sniffing and fix the response header.
Reference
What would you like to be added/modified:
when we run keadm beta join command to start an edge node, we run systemd related commands in our source codes to start edgeocre systemd service, such as
https://github.com/kubeedge/kubeedge/blob/bef4c51ee551d315e3eb5e75db4878dd023b867f/keadm/cmd/keadm/app/cmd/edge/joinb
-
Updated
Jul 7, 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?
Spent the morning debugging what I thought was a goroutine leak, but turned out to be just a huge number of goroutines being created in a short period of time. However, it seems a lot of the unit tests do leak goroutines. Most of these might just be issues with tests not cleaning up properly, but it makes testing/debugging real leaks quite difficult. Or in my case, the leaks were a red herring - t
Describe the bug
certain pods are missing "standard" labels which are useful for certain scenarios:
app.kubernetes.io/name
app.kubernetes.io/instance
To Reproduce
Steps to reproduce the behaviour:
- Deploy longhorn
- Check labels
default labels are missing on:
all csi-.* pods
engine-image
instance-manager
longhorn-csi-plugin
Expected behavior
app.kubernetes.io
Is your feature request related to a problem? Please describe.
When I want to delete more than one apps, I have to do it one by one.
vela delete composed-app -y
vela delete frp-proxy -y
vela delete vela-app-with-sidecar -y
vela delete ecs-demo -y
It's annoying when I have many apps.
Describe the solution you'd like
I hope we can delete them together at once:
`
Improve this page
Add a description, image, and links to the cncf topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cncf topic, visit your repo's landing page and select "manage topics."





Presumably this would occur when changing the default from one class to another. E.g.
At the case in point, when there are 2 defaults, we currently do not assign default values to new PVCs.
We should change this semantic - while there a