Skip to content
#

cncf

Here are 307 public repositories matching this topic...

ingvagabund
ingvagabund commented Apr 4, 2022

Nowadays, when the kube-scheduler is initialized, the provided component config (via --config flag) is logged. E.g.

I0404 08:35:16.471898       1 configfile.go:96] Using component config
-------------------------Configuration File Contents Start Here---------------------- 
apiVersion: kubescheduler.config.k8s.io/v1beta3
clientConnection:
  acceptContentTypes: ""
  burst: 100
  conten
sig/scheduling good first issue
netdata
HolgerHees
HolgerHees commented May 17, 2019

Hi,

first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.

First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there

help wanted feature request area/health good first issue
spowelljr
spowelljr commented Apr 18, 2022

It would be good to add an --audit flag to minikube logs that only shows the audit logs.

Currently, if you run minikube logs the audit logs are all the way at the top (after last start logs and such) which can be time consuming to scroll up to.

Example of that the audit logs look like:

==> Audit <==
|---------|---------------------|----------|--------------|---------|-----------
help wanted priority/backlog good first issue kind/improvement
rimaulana
rimaulana commented Apr 15, 2022

I have a harbor server hosting my cilium chart with self-signed certificate. However, helm template seems to be doesn't respect the --insecure-skip-tls-verify

Commands

export HELM_EXPERIMENTAL_OCI=1
helm template oci://core.harbor.g4k.io/cilium-chart/cilium --version 1.9.13-eksa.2 --debug --insecure-skip-tls-verify --namespace kube-system -f -

Outputs

install.go:178: [debug] 
bug good first issue
backstage
pocki
pocki commented Nov 29, 2021

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

Actual the windows executables (jaeger-agent.exe, jaeger-collector.exe, ...) don't have a version set. It is hard to identify the current used version and check if the actual used version is outdated.

image

Probl

help wanted good first issue
johngmyers
johngmyers commented May 30, 2021

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

area/terraform kind/feature lifecycle/frozen good first issue
aquarapid
aquarapid commented Jun 14, 2021

Scenario:

  • Single vttablet, connecting to external MySQL (happens to be RDS Aurora, but I doubt it matters).
  • Single unsharded keyspace (keyspace3), no vschema, with a single table, containing a single row
  • Test program using the Python pymysql driver, using the CLIENT.FOUND_ROWS flag, and updating a single row to it's current key value (i.e. no rows are updated, but a single row
thanos
matej-g
matej-g commented Jan 3, 2022

The idea originated from this comment, see for full context thanos-io/thanos#4908 (comment)

Basically, we could improve the user experience by providing more information on how the stores are being queried, beyond providing just min / max time or just showing that the min / max time is not available, which does not in fact tell users if that store will be que

gotoing
gotoing commented Feb 15, 2022

Add a network option in creating workload

image

like rancher‘s Networking tab

image

** During workload creation, user can customize own hosts and DNS search doma

help wanted good first issue kind/design kind/feature-request
fisherxu
fisherxu commented Mar 9, 2022

Now the helm is related in build, let's move it to root dir.

kubeedge/build/helm -> kubeedge/helm

help wanted good first issue
chaos-mesh
STRRL
STRRL commented Feb 11, 2022

The library controller-runtime requires setting a logger (by log.SetLogger()) at the first 30s when the application starts, or it would use the default NullLogSink. We should also call it in testing codes.

When we test with ginkgo, ginkgo provides a helpful GinkgoWriter, which hides the output as default, only prints it when the test failed. We'd better use it to keep our testing output

stevesg
stevesg commented Mar 17, 2021

Spent the morning debugging what I thought was a goroutine leak, but turned out to be just a huge number of goroutines being created in a short period of time. However, it seems a lot of the unit tests do leak goroutines. Most of these might just be issues with tests not cleaning up properly, but it makes testing/debugging real leaks quite difficult. Or in my case, the leaks were a red herring - t

help wanted good first issue type/tests
rlex
rlex commented Oct 31, 2021

Describe the bug
certain pods are missing "standard" labels which are useful for certain scenarios:

app.kubernetes.io/name
app.kubernetes.io/instance

To Reproduce
Steps to reproduce the behaviour:

  1. Deploy longhorn
  2. Check labels

default labels are missing on:

all csi-.* pods
engine-image
instance-manager
longhorn-csi-plugin

Expected behavior
app.kubernetes.io

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 Mar 3, 2022
  • Shell
barnettZQG
barnettZQG commented Apr 15, 2022

Is your feature request related to a problem? Please describe.

There are KubeAPI and MongoDB database drivers, some users want to use Mysql.

Describe the solution you'd like

https://github.com/oam-dev/kubevela/blob/master/pkg/apiserver/datastore/datastore.go#L142

Here define a database interface, you only need to implement it for Mysql.

Additional context

Exist data

good first issue help wanted effort/medium

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