cncf
Here are 258 public repositories matching this topic...
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in blkio.bfq.io_service_bytes and blkio.bfq.io_serviced files.
At the moment, we have InternalEnable, InternalDisable, and InternalAddonEnable. We should simplify and only have InternalAddonEnable and InternalAddonDisable.
when killing the process running helm dep up it sometimes leave a temporary folder named tmpcharts and this makes the next helm dep up fail with the following error.
Error: Unable to move current charts to tmp dir: rename /mychart/charts /mychart/tmpcharts: file exists
This is easily reproducable by creating a folder named tmpcharts inside an helm chart root folder and try to l
-
Updated
Jul 4, 2021 - C++
Requirement - what kind of business use case are you trying to solve?
Hello team, in PR jaegertracing/jaeger#2798 the tls connection is enabled in collector, it would be good to support configuring cipher for it.
It would be similar to the fluentd tls settings in https://docs.fluentd.org/configuration/transport-section#tls-setting, you can config the ciphers fi
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
Hi, as the title has stated, I would like to have a new feature that allow the user to pass in the commit function new username and email, or use something like the user's login email anything apart from the scaffolder default value when creating a new component.
Feature Suggestion
.
intrumentation -> instrumentation
# Register the instrumentation handlers (/metrics etc).
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
-
Updated
Jul 2, 2021 - C++
// Node defines a single step of a workflow.
type Node struct {
Name string `json:"name"`
Type NodeType `json:"type"`
State NodeState `json:"state"`
Serial *NodeSerial `json:"serial,omitempty"`
Parallel *NodeParallel `json:"parallel,omitempty"`
Template string `json:"template"`
UIDi am cloning this git repository into the path /root/src/github.com/
my GOPATH=/root/src/
my GOROOT=/root/
my GOBIN="/root/src/github.com/virtual-kubelet/bin"
and i enter /root/src/github.com/virtual-kubelet directory and run the make build command, i get this error:
`which: no gobin in (/bin:/root/src/github.com//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/usr/loc
Support Downward API
-
Updated
Jun 25, 2021
Please run an accessiblity assessment on the project contour docs site and create updates on this issue with any changes needed. This can be done using the Lighthouse tool that is built into the dev tools of chromium browsers.
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."
Add a test to capture the working default config from current and previous releases to make sure that continues to load/validate successfully.
See example configurations that can be used in kubernetes/kubernetes#101822 (comment)
/sig scheduling
/help
/good-first-issue