The Wayback Machine - https://web.archive.org/web/20220709193153/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,438 public repositories matching this topic...

thockin
thockin commented Jun 10, 2022

Presumably this would occur when changing the default from one class to another. E.g.

  • Class X exists and is marked default
  • Class Y is created
  • Class Y is marked as default
  • Uh oh!! 2 defaults
  • Class X is marked as not default

At the case in point, when there are 2 defaults, we currently do not assign default values to new PVCs.

We should change this semantic - while there a

sig/network sig/storage sig/node good first issue
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 good first issue theme/kv
spowelljr
spowelljr commented Jul 6, 2022

The files deploy/addons/aliyun_mirror.json and pkg/minikube/assets/addons.go should be updated to use the fully qualified image names docker.io/org/image instead of just org/image.

This should be done after https://github.

help wanted area/addons priority/backlog good first issue
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
dapr
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 Jul 9, 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