cncf
Here are 231 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.
on our site, there should be a link to add a calendar invite for triage meeting, or we could direct the users to join a the google group so they receive the invitation on their calendar automatically
https://minikube.sigs.k8s.io/docs/contrib/triage/
Helm documentation states the following:
-1) (k8s) metadata.name is restricted to a maximum length of 63 characters because of limitations to the DNS system
-2) For that reasons, release names are (DNS labels that are) limited to 53 characters
Statement 1) is not correct.
k8s does not impose a max length of 63 characters on resource names.
The actual max length for a resource name is 253 c
-
Updated
Jan 25, 2021 - C++
We've accumulated a lot of deprecated flags, it would be good to remove them. Need to verify some of these, but I think all of them are past their expiration date.
We should not clean them in a single PR since they usually require code changes, better to do one PR per flag.
$ grep -rin '(deprecated' .
./cmd/flags/admin.go:39: healthCheckHTTPPortWarning = "(deprecated, will be re
1. What kops version are you running? The command kops version, will display
this information.
1.18.2
2. What Kubernetes version are you running? kubectl version will print the
version if a cluster is running or provide the Kubernetes version specified as
a kops flag.
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.2", GitCommit:"faecb19681
Overview of the Issue
When a query selects VitessAware system variables, without passing the query down to MySQL. A value of type NULL is returned.
This issue applies to boolean-typed variables.
Whenever the query implies being sent down to MySQL, the variable's value is correctly returned.
Reproduction Steps
Steps to reproduce this issue:
- Set the value of the, for i
-
Updated
Jan 24, 2021 - Ruby
Feature Suggestion
Now after #4210 is merged, we should enabled the two following rules in our cli/config/eslint*.js files.
{
rules: {
'@typescript-eslint/no-shadow': 'error',
'@typescript-eslint/no-redeclare': 'error
}
}And then update the project to work with these new rules :)
-
Updated
Jan 25, 2021 - Rust
-
Updated
Jan 25, 2021 - Go
-
Updated
Jan 11, 2021 - Shell
-
Updated
Jan 25, 2021 - Go
Description
I have noticed that our cli is not consistent with the usage of . at the end of lines
example:
tools bucket verify [<flags>]
Verify all blocks in the bucket against specified issues. NOTE: Depending on issue this might take time and will need downloading all specified blocks to disk.
tools bucket ls [<flags>]
List all blocks in the bucket
tools buck
add *minimal* plugin
What would you like to be added:
Add a new plugin that minimizes responses as describe (e.g.) in the BIND manual
minimal-responses
minimal-responses yes | no ;
minimal-responses yes ;
If yes the server will only add records to the authority and additional data sections when they are required e.g. delegations, negative responses. This may improve the performance of the server. T
-
Updated
Jan 25, 2021
-
Updated
Jan 15, 2021 - Go
-
Updated
Jan 15, 2021 - Go
Feature Description
Kubersphere integrate the velero based on the k8s CRD extensions
How does it work
It's like monitoring component
Active health check
Background
- BFE can be configured with Passive Health Check (i.e. Outlier Detection) and use responses from real requests to determine whether an backend instance is healthy.
Description
Add Active Health Check support:
- Actively and periodically send health checking requests to backend.
- Use responses from health checking requests to determine whether an backend instance is he
Is your feature request related to a problem? Please describe.
It's very easy to see ingester and ha ring status, but distributor ring status is only sort of viewable via Consul
Describe the solution you'd like
A status page that shows the distributor ring status similar to how we can currently view ingester ring status.
Describe alternatives you've considered
Currently I ta
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
Jan 25, 2021 - C++
chaos-daemon doesn't have any authentication mechanism, which means any client in the cluster could modify the iptables and ipset config / cause stress / inject IO latency for nearly all the pods.
gRPC with server side SSL/TLS authentication is enough. However, it may break the chaosctl (which is definitely an evidence for the risk), or we need to distribute the certificate to it (or it can
I’ve got an interesting use case where we are using VK to manage binary workloads running on client machines. We like the idea of taking advantage of the scheduler, secret management and “pod” status tracking while bootstrapping our own use case into the system.
The hang up right now is that VK authenticates with a master using a kubeconfig file, which is obviously not something we can put on a c
Support Downward API
-
Updated
Jan 25, 2021
Please describe the problem you have
klogv2 has the https://godoc.org/github.com/kubernetes/klog#SetLogger API, which should let us drop the vaguely sketchy output stream we use to capture core Kubernetes log output.
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."
When we first added SCTP tests, we thought that we weren't going to be able to do actual tests of SCTP network connectivity within kubernetes CI, so we came up with a plan involving a split between tests that involve actual SCTP network connectivity (which require the SCTP kernel module to be available) and tests that don't do SCTP network traffic and so can run anywhere. That way we could still t