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

Kubernetes

kubernetes logo

Kubernetes (commonly referred to as "K8s") is an open source system for automating deployment, scaling and management of containerized applications originally designed by Google and donated to the Cloud Native Computing Foundation. It aims to provide a "platform for automating deployment, scaling, and operations of application containers across clusters of hosts". It supports a range of container tools, including Docker.

Here are 23,853 public repositories matching this topic...

RomanBednar
RomanBednar commented Aug 3, 2022

What would you like to be added?

Majority of PV controller tests don't have their test struct fields named when assigning values which can make reading the tests difficult. For example here.

We should name the fields explicitly like it's already done in some of the [tests](http

kind/feature Categorizes issue or PR as related to a new feature. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
netdata
aphyr
aphyr commented Jun 13, 2022

What happened?

In a Jepsen test run of five etcd 3.5.3 nodes, with process pauses (sending processes SIGSTOP and SIGCONT), compaction (performed via the admin API), and defragmentation (via etcdctl), one etcd process crashed with the following error message:

{"level":"panic","ts":"2022-06-13T14:11:27.870Z","caller":"etcdserver/apply.go:638","msg":"unexpected error during txn","error
consul
MatthiasGrandl
MatthiasGrandl commented Jun 9, 2022

So pretty weird issue:
I am creating 2 prefixes, one empty, one not empty like this...

consul kv put testprefix/
consul kv put testprefix2/testkey

then when I curl those prefixes recursively like:

curl localhost:8500/v1/kv/testprefix?keys
# this is the reply -> ["testprefix/","testprefix2/testkey"]

notice how only testprefix/ is specifically listed?

now

type/enhancement Proposed improvement or new feature good first issue A well-defined bug or improvement with sufficient context which should be approachable for new contr theme/kv Issues related to the key value store
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 Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. co/service issues related to the service feature
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 Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
k9s
seaweedfs

SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.

  • Updated Aug 6, 2022
  • Go

Created by @jbeda, @brendandburns, and @craigmcl

Released July 21, 2015

Latest release 24 days ago

Repository
kubernetes/kubernetes
Website
kubernetes.io
Wikipedia
Wikipedia

Related Topics

cloud-native containers devops