cncf
Here are 293 public repositories matching this topic...
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
It's not possible to enable addons with --no-kubernetes passed because the addons in their current state are deployed to Kubernetes. So if a user tries to enable an addon with --no-kubernetes output a message notifying them that it's not possible without Kubernetes and exit execution.
Related kubernetes/minikube#13461
If I define a invalid non local value fine, helm raises a go panic.
helm template examples -f "http://a.b"
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x54b7018]
goroutine 1 [running]:
bytes.(*Buffer).Bytes(...)
bytes/buffer.go:54
helm.sh/helm/v3/pkg/cli/values.readFile({0xc0
-
Updated
Mar 1, 2022 - C++
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.
Probl
Feature Suggestion
Make Backstage libraries use the latest version of the jose library.
Context
Dependabot reminds us that it's past due to bump our jose dependency, but their interface has changed pretty significantly. We'd appreciate the help to get that bump done, maybe by a contributor who's familiar with the interface, so
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
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
pymysqldriver, using theCLIENT.FOUND_ROWSflag, and updating a single row to it's current key value (i.e. no rows are updated, but a single row
-
Updated
Mar 1, 2022 - Ruby
-
Updated
Mar 1, 2022 - Rust
Summary
Add support for setting custom HTTP headers to argo CLI, similar to argocd -H, --header.
Use Cases
When Argo Workflows is configured behind IAP proxy like Cloudflare Access, we need to set a custom header with key cf-access-token and the actual token as a value.
Otherwise, when we execute argo list, we face the following error:
FATA[2022-02-23T22:38:56.530-
Updated
Mar 1, 2022 - Go
Thanos, Prometheus and Golang version used:
Thanos: quay.io/thanos/thanos:v0.24.0 - go1.16.12
Prometheus: 2.29.2 - go1.16.6
Grafana: grafana/grafana:8.4.2
What happened:
I see the following error in the Grafana log
{"err":"[]v1.ExemplarQueryResult: decode slice: expect [ or n, but found \u0000, error found in #0 byte of ...||..., bigger context ...||...","logger":"tsdb.prome
-
Updated
Feb 26, 2022 - Shell
-
Updated
Feb 28, 2022 - Go
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
-
Updated
Feb 28, 2022 - Go
-
Updated
Feb 28, 2022
-
Updated
Feb 28, 2022 - Go
-
Updated
Feb 16, 2022 - Go
Is your feature request related to a problem? Please describe.
rovide a method to test/verify if the configuration is correct. before reload the config.
Like nginx -t
Describe the solution you'd like
Simple command.
After run, print the test/verification result.
Describe alternatives you've considered
Additional context
Now we only add part of the configuration info for cloudcore, we can add the full configuration in helm->configmap.
-
Updated
Mar 1, 2022 - C++
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
Feature Request
Is your feature request related to a problem? Please describe:
At present, Dashboard supports setting TTL for archived events and experiments, but schedule and workflow do not. We can extend to this [function](https://github.com/chaos-mesh/chaos-mesh/blob/master/pkg/
We want to have consistent and structured logs to improve the ability to filter and analyse longhorn-manager logs.
Currently the controller uses the global logrus package logger, the task here would be to switch the log calls to the instance logger that was implemented in longhorn/longhorn-manager#661
While doing this also improve the log messages, where possible.
For an example of a successf
-
Updated
Sep 29, 2021 - Shell
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."



https://github.com/kubernetes/kubernetes/blob/5bafc8306a7b622e292746aec8a9e9212b755071/staging/src/k8s.io/apimachinery/pkg/runtime/serializer/versioning/versioning.go#L225