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 6, 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
Feature Suggestion
When I have the settings/feature-flag page open in full screen it is hard to know which toggle will enable/disable which feature due to many feature-flags and lack of visual cues.
One possible solution would be to display which feature will be enabled/disabled when hovering above each togg
Since we've upgraded our ProtoBuf package version in vitessio/vitess#8075, the new serializer to JSON and ProtoText inserts random whitespace on its output that prevents byte-wise comparison.
Our test suite makes extensive use of "golden tests" that compare these outputs. In order to complete the upgrade successfully, I had to disable the randomness in the serializer.
-
Updated
Jul 6, 2021 - Ruby
-
Updated
Jul 6, 2021 - Rust
Currently those are only in our website. Let's at least add them to Readme as a link. (:
-
Updated
Jul 6, 2021 - Go
-
Updated
Jul 6, 2021 - Go
-
Updated
Jul 3, 2021 - Shell
-
Updated
Jul 5, 2021 - Go
-
Updated
Jul 6, 2021
-
Updated
Jul 2, 2021 - Go
I have been asked several times whether the value filled in cc.spec.common.es.externalElasticsearchUrl requires an http prefix, but it is actually not needed, but this key is a bit confusing. I don’t know if I need an http prefix sometimes when I look at it, so I think it’s clearer to change it to externalElasticsearchUrl to externalElasticsearchHost
/kind feature-request
-
Updated
Jun 29, 2021 - Go
In this document, following sentence has a typo,
# Register the intrumentation handlers (/metrics etc).
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