Skip to content
#

cncf

Here are 216 public repositories matching this topic...

netdata
ikropotov
ikropotov commented Oct 28, 2020

1. Describe IN DETAIL the feature/behavior/change you would like to see.
I am working on having an alternative OCI runtime on the machines, and currently I can't configure it out of the box with kops so I would need to create an images with dockerd running with alternative runtime and skip docker installation on kops.

There is no runtime configuration for Docker:
https://pkg.go.dev/k8s.

yurishkuro
yurishkuro commented Oct 13, 2020

Requirement - what kind of business use case are you trying to solve?

Allow people to safely export production traces into GitHub tickets (as a way of reproducing problems, especially with the UI) without exposing sensitive information.

Problem - what in Jaeger blocks you from solving the requirement?

The anonymizer is partially implemented.

Proposal - what do you suggest to s

gedgar
gedgar commented Jun 9, 2020

Overview of the Issue

While you can send vtgate a SIGHUP to reload it's mysql_auth_server_static_file JSON credentials file, I noticed during some testing that a SIGHUP will actually kill vtgate entirely if mysql_auth_server_impl is set to none or if both mysql_auth_server_static_file and mysql_auth_server_static_string are empty.

Reproduction Steps

  1. Launch the loca
backstage
dtuite
dtuite commented Nov 5, 2020

Status: Open for comments

Need

This might be controversial so I added the RFC tag 😄

The Backstage docs have this "Edit" button, which is (I guess) supposed to make it easy to update the docs using the GitHub UI. I ❤️ this idea and I like to use it. Unfortunately, 2/3 times so far that I have tried to submit changes to docs, prettier fails for me and I have to go and clone the bra

miekg
miekg commented Oct 20, 2020

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
thanos
iyangsj
iyangsj commented Apr 8, 2020

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
jtlisi
jtlisi commented Aug 18, 2020

https://github.com/cortexproject/cortex/blob/e2a36a7385654cc8b99c646c7f90653ad19ad76c/pkg/chunk/table_manager.go#L340-L350

When the table manager actually attempts to sync and operate on the chunk storage backend it will proceed in the following order:

  1. Delete
  2. Create
  3. Update

If any of these operations fail at any point, the entire sync will return. This can lead to issues for use

daixiang0
daixiang0 commented Aug 29, 2020

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

clarkmcc
clarkmcc commented Apr 23, 2020

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

Online resources that will help you prepare for taking the CNCF CKA 2020 "Kubernetes Certified Administrator" Certification exam. with time, This is not likely the comprehensive up to date list - please make a pull request if there something that should be added here.

  • Updated Nov 4, 2020

Improve this page

Add a description, image, and links to the cncf topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cncf topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.