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

ingvagabund
ingvagabund commented Apr 4, 2022

Nowadays, when the kube-scheduler is initialized, the provided component config (via --config flag) is logged. E.g.

I0404 08:35:16.471898       1 configfile.go:96] Using component config
-------------------------Configuration File Contents Start Here---------------------- 
apiVersion: kubescheduler.config.k8s.io/v1beta3
clientConnection:
  acceptContentTypes: ""
  burst: 100
  conten
sig/scheduling good first issue
netdata
HolgerHees
HolgerHees commented May 17, 2019

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

help wanted feature request area/health good first issue
mortehu
mortehu commented Mar 3, 2022

What happened?

If you don't pass a --name argument to your etcd processes, they will all have the name default and the cluster will operate normally. However, when you add a member, the generated ETCD_INITIAL_CLUSTER variable will have multiple entries with the name "default". When this environment variable is used, etcd will parse these into a mapping under a single key ("defau

consul
FFMMM
FFMMM commented Apr 18, 2022

overview

Today, the RequestRecorder records service RPC calls. If those take less than < 0ms, the recorder marks them as 0ms.

proposal

Make the RequestRecorder report the elapsed time for service calls that take less than < 0ms as decimal values, instead of 0.

notes

testing

If you take this on, I'd kindly advise to start in a TDD fashion. Write a test

good first issue
spowelljr
spowelljr commented Apr 18, 2022

It would be good to add an --audit flag to minikube logs that only shows the audit logs.

Currently, if you run minikube logs the audit logs are all the way at the top (after last start logs and such) which can be time consuming to scroll up to.

Example of that the audit logs look like:

==> Audit <==
|---------|---------------------|----------|--------------|---------|-----------
help wanted priority/backlog good first issue kind/improvement
rimaulana
rimaulana commented Apr 15, 2022

I have a harbor server hosting my cilium chart with self-signed certificate. However, helm template seems to be doesn't respect the --insecure-skip-tls-verify

Commands

export HELM_EXPERIMENTAL_OCI=1
helm template oci://core.harbor.g4k.io/cilium-chart/cilium --version 1.9.13-eksa.2 --debug --insecure-skip-tls-verify --namespace kube-system -f -

Outputs

install.go:178: [debug] 
bug good first issue
dapr
berndverst
berndverst commented Apr 19, 2022

In what area(s)?

/area runtime

What version of Dapr?

All versions -- tested since 1.4.2.

Expected Behavior

The Dapr sidecar / daprd should not start when dapr-app-port and dapr-http-port are identical and return a meaningful error.

Actual Behavior

Dapr sidecar starts, but upon service invocation returns an error unrelated to the problem.

`{"errorCode":"ERR

kind/bug good first issue P1 size/XS
lens
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 Apr 20, 2022
  • Go
johngmyers
johngmyers commented May 30, 2021

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

area/terraform kind/feature lifecycle/frozen good first issue
aquarapid
aquarapid commented Jun 14, 2021

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 pymysql driver, using the CLIENT.FOUND_ROWS flag, and updating a single row to it's current key value (i.e. no rows are updated, but a single row
verdaccio

Created by @jbeda, @brendandburns, and @craigmcl

Released July 21, 2015

Latest release about 1 month ago

Repository
kubernetes/kubernetes
Website
kubernetes.io
Wikipedia
Wikipedia

Related Topics

cloud-native containers devops