cncf
Here are 333 public repositories matching this topic...
[Feat]: ntfy.sh
Problem
My notification services is not available
Description
ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also [open source](https://github.com/b
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
In multiple places, Helm uses the term "table" when describing the destination for a value. Example:
Error seen:
jbanasik@akira:~/k8s/loki$ helm install cassandra bitnami/cassandra --namespace loki -f cassandra.values.yaml
coalesce.go:223: warning: destination for cassandra
-
Updated
Aug 11, 2022 - C++
-
Updated
Aug 11, 2022 - Go
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
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
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
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
-
Updated
Aug 11, 2022 - Go
-
Updated
Aug 11, 2022 - Go
-
Updated
Aug 11, 2022 - Rust
Checklist
- Double-checked my configuration.
- Tested using the latest version.
- Used the Emissary executor.
Summary
What happened/what you expected to happen?
I expected this workflow to succeed. It applies a namespace and has a successCo
-
Updated
Aug 10, 2022 - Ruby
Is your proposal related to a problem?
Right now Thanos repo supports using Gitpod as a remote development environment. Similar to that, Github codespace is also a remote development environment that integrates be
-
Updated
Aug 11, 2022 - Go
-
Updated
Jun 1, 2022 - Shell
What would you like to be added:
opentelemetry as an observability framework for cloud-native software is
Why is this needed:
CoreDNS as a network centre handler, it's observability is critical, It will be helpful for CoreDns‘s simplicity connect with open-telemetry.
[
-
Updated
Aug 11, 2022 - JavaScript
-
Updated
Aug 10, 2022 - Go
-
Updated
Mar 21, 2022 - Go
mod_mime
Description
- If the backend response is missing "Content-Type" header , try to perform MIME sniffing and fix the response header.
Reference
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
Bug Report
NetworkChaos works with device: eth0, not work with device: eth0@if12
I am not sure if it would be a bug or an enhancement.
We could add a validation webhook, or trim the things after @.
What version of Kubernetes are you using?
N/A
What version of Chaos Mesh are you using?
-
Updated
Aug 11, 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
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
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:
- Deploy longhorn
- 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.
Add this topic to your repo
To associate your repository with the cncf topic, visit your repo's landing page and select "manage topics."


Here's the update to .golangci.yaml to clean up unused code that shows up when we specify
goversion to1.19