cncf
Here are 257 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.
I was dong a mistake and put wrong k8s version, we should have a more beautiful looking error, and ideally do not even try to create container when a non-existing k8s version is specified
mk start --kubernetes-version=20.10.7
😄 minikube v1.21.0-beta.0 on Darwin 11.4
✨ Automatically selected the docker driver. Other choices: hyperkit, parallels, virtualbox, ssh
👍 Starting control plane
Output of helm version:
Client: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}Output of kubectl version:
Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.7", GitCommit:"d-
Updated
Jun 23, 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 a page is deleted in the markdown source, the corresponding TechDocs site should reflect that the page is not available.
As of now, when using any of the [
For a query like:
SELECT * FROM test_table WHERE end >= '2001-02-03 04:05:06' limit 1;VTGate as of v10.0.2 requires backticks around end, while vanilla MySQL does not.
Specifically:
BEGINandENDare keywords but not reserved, so their use as identifiers does not require quoting.
It seems like these should
-
Updated
Jun 23, 2021 - Ruby
-
Updated
Jun 23, 2021 - Rust
Is your proposal related to a problem?
Replication is currently slow.
Describe the solution you'd like
tools bucket replicate could upload a few objects at a time instead of one by one
Describe alternatives you've considered
Copying the objects with some other tool but tools bucket replicate is way too convenient because you can use two completely different object st
-
Updated
Jun 23, 2021 - Go
-
Updated
Jun 23, 2021 - Go
-
Updated
Jun 16, 2021 - Shell
-
Updated
Jun 23, 2021 - Go
-
Updated
Jun 23, 2021
-
Updated
Jun 18, 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 22, 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
Jun 23, 2021 - C++
refs to https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/envtest#pkg-constants, the actual usful env is USE_EXISTING_CLUSTER not TEST_USE_EXISTING_CLUSTER, and we have used the former for a while.
i 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 22, 2021
Please describe the problem you have
Based on the docs assessment:
Revise the getting started page. Ensure that there is a proper prerequisites list and that new users know where to go next.
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."
What happened
In kubernetes/kubernetes#102354 (comment) @aojea brought up the fact that to get Service IPs we currently need to make an API call, i suppose that is suboptimal .
in a nutshell...