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,590 public repositories matching this topic...

jayunit100
jayunit100 commented Jul 12, 2022

Which jobs are flaking?

we saw this in a sig-windows test today, blob:https://prow.k8s.io/789c15e1-3869-4a8a-b8ef-ef8394f5be0a

from this family

https://testgrid.k8s.io/sig-windows-1.22-release#aks-engine-windows-dockershim-1.22


Jul 10 02:49:49.489: INFO: Pod statscollectiontest-69785fa8-1d35-4253-a720-9c8acc39c08a-1 is Failed, but it's not controlled by a controller
Jul 1
kind/flake sig/windows help wanted sig/testing
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
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 priority/important-soon good first issue co/service
shining-stars-lk
shining-stars-lk commented Jul 18, 2022

官网介绍描述错误
官网菜单
nacos2.0
升级文档
启动服务器
image
这部分描述使用内嵌数据库模式下,单机和集群的启动命令一摸一样 。是不是错误了

good first issue area/Document
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 20, 2022
  • Go

Created by @jbeda, @brendandburns, and @craigmcl

Released July 21, 2015

Latest release 7 days ago

Repository
kubernetes/kubernetes
Website
kubernetes.io
Wikipedia
Wikipedia

Related Topics

cloud-native containers devops