cncf
Here are 287 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
What Happened?
when running minikube in github action I noticed in Ubuntu it polutes the output which is not pretty
but in github action on macOS it is doing the right thing
example can be found here
https://github.com/medyagh/test-minikube-example/runs/4613732249?check_suite_focus=true
Attach the log file
on linux
Run medyagh/setup-minikube@latest
/usr/bin/chmod +x /ho
Output of helm version:
Client: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}Output of kubectl version:
Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.7", GitCommit:"d-
Updated
Dec 27, 2021 - 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
Expected Behavior
Docs for creating a backend plugin should be up-to-date.
Current Behavior
yarn create-plugin --backend is no longer valid after backstage/backstage#8039
Poss
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
Dec 27, 2021 - Ruby
-
Updated
Dec 27, 2021 - Rust
Summary
If the basehref is set, the placeholder address of the workflow-event-bindings page should also be added synchronously
Similarly, the Swagger-API docs needs to be handled
-
Updated
Dec 27, 2021 - Go
These are all functions/structs for configuring the same thing:
https://github.com/thanos-io/thanos/blob/5bda2d48b9ef0bf138af6132641eb20102223edb/pkg/objstore/azure/helpers.go#L121
https://github.com/thanos-io/thanos/blob/46ac4d590e783368fc4ec7676f29ff97cd0bd630/pkg/objstore/cos/cos.go#L95
https://github.com/thanos-io/thanos/blob/bf963237e0b95402aeea4093dce465abde055675/pkg/objstore/s3/s3.go#
-
Updated
Dec 27, 2021 - Shell
-
Updated
Dec 27, 2021 - Go
-
Updated
Dec 27, 2021 - Go
Versions Used
KubeSphere: 3.2.0
Kubernetes: 1.20.5
Environment
3 master nodes, 2 worker nodes
CentOS Linux release 7.5.1804 (Core), all node are: 8C/16G
How To Reproduce
Steps to reproduce the behavior:
1、Go to 'CRD-->ClusterConfiguration-->ks-installer',modify the "servicemesh.enabled" from "false" to "true"
2、after a few minutes, the pods of istio-system namespace will be gene
-
Updated
Dec 27, 2021
-
Updated
Dec 22, 2021 - Go
-
Updated
Dec 6, 2021 - 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
How are you planning on using kubeedge?
I've been looking for something like this for a long time (Currently our team uses Rancher although their product wasn't really meant for edge computing.) I'd love to hear how others in the community would like to use this so I can compile a list of use cases that kubeedge can support out of the box.
Thanks!
In this document, following sentence has a typo,
# Register the intrumentation handlers (/metrics etc).
intrumentation -> instrumentation
# Register the instrumentation handlers (/metrics etc).
-
Updated
Dec 23, 2021 - C++
Bug Report
What version of Kubernetes are you using?
What version of Chaos Mesh are you using?
2.0.5
What did you do?
Clicked Events in the left.
What did you expect to see?
Everything in English
What did you see instead?
One column is titled in Chinese
Output of chaosctl
-
Updated
Sep 29, 2021 - Shell
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
i am cloning this git repository into the path /root/src/github.com/
my GOPATH=/root/src/
my GOROOT=/root/
my GOBIN="/root/src/github.com/virtual-kubelet/bin"
and i enter /root/src/github.com/virtual-kubelet directory and run the make build command, i get this error:
`which: no gobin in (/bin:/root/src/github.com//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/usr/loc
Support Downward API
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."


What would you like to be added?
The changes to support snapshot tests for Generic Ephemeral Volumes kubernetes/kubernetes#105659 generated some duplicated code in the file
test/e2e/storage/testsuites/snapshottable.goas commented here: kubernetes/kubernetes#105659 (comment), it'd be great to create functions that are reused in b