The Wayback Machine - https://web.archive.org/web/20220811045718/https://github.com/topics/cncf
Skip to content
#

cncf

Here are 333 public repositories matching this topic...

dims
dims commented Aug 6, 2022

Here's the update to .golangci.yaml to clean up unused code that shows up when we specify go version to 1.19

[dims@dims-m1-7728 17:05] ~/go/src/k8s.io/kubernetes ⟩ git diff
diff --git .golangci.yaml .golangci.yaml
index e6a6ff9e17b9..c1cd7399f837 100644
--- .golangci.yaml
+++ .golangci.yaml
@@ -45,4 +45,4 @@ linters-settings: # please keep this alphabetized
       "ST1019",  # Im
good first issue area/code-organization
netdata
medyagh
medyagh commented Jul 14, 2022

What Happened?

I noticed on our examples on website does not have Arm64 support yet
and when you try to curl the Service URL or open it in the browser it fails.

the real problem was the pod was crashing but minikube still gave me a URL

$ kc get pods 
NAMESPACE     NAME                               READY   STATUS             RESTARTS      AGE
default       hello-minikube-5c5f5cd
kind/bug priority/important-soon good first issue co/service
Woovie
Woovie commented Jul 6, 2022

In multiple places, Helm uses the term "table" when describing the destination for a value. Example:

https://github.com/helm/helm/blob/db2485b20c8f53d802f4fc98c2f95e1fc0460d15/pkg/chartutil/coalesce.go#L222-L224

Error seen:

jbanasik@akira:~/k8s/loki$ helm install cassandra bitnami/cassandra --namespace loki -f cassandra.values.yaml
coalesce.go:223: warning: destination for cassandra
docs good first issue
backstage
Rugvip
Rugvip commented Aug 10, 2022

Feature Suggestion

The following logic is currently used to check the whether we need to generate a new HTTPS certificate for development: https://github.com/backstage/backstage/blob/5330e3758888b46da7833cdd2ae8efd39797044e/packages/backend-common/src/service/lib/hostFactory.ts#L100-L101

It would be preferable to check the actual certificate expiration instead, since the file could be rec

enhancement good first issue help wanted backend
yurishkuro
yurishkuro commented Aug 2, 2022

Requirement

As a user downloading Jaeger images from Docker Hub, I want to be able to read a description and basic usage in the Docker Hub repositories.

Problem

Right now most of Jaeger's Docker Hub repositories contain neither description nor the readme.

Proposal

Use Docker Hub API to push the README files from the respective cmd/*** dirs when publishing Docker images.

Example

enhancement help wanted 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
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 good first issue
thanos
gy95
gy95 commented May 21, 2022

What would you like to be added/modified:
when we run keadm beta join command to start an edge node, we run systemd related commands in our source codes to start edgeocre systemd service, such as
https://github.com/kubeedge/kubeedge/blob/bef4c51ee551d315e3eb5e75db4878dd023b867f/keadm/cmd/keadm/app/cmd/edge/joinb

help wanted good first issue kind/feature
chaos-mesh
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
wonderflow
wonderflow commented Jul 13, 2022

Addon is actually a bunch of yaml, it will help you deploy. What if we have a command that help render these yamls:

vela addon enable velaux --dry-run

And it prints all those yamls, then you can apply them?

vela addon enable velaux --dry-run > addon-manifest.yaml
kubectl apply -f addon-manifest.yaml

_Originally posted by @wonderflow in https://github.com/kubevela/k

good first issue priority/nice-to-have area/addon
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

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