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

netdata
vinu2003
vinu2003 commented Oct 18, 2020

##minikube stop##
vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube stop -p test2
🤷 There is no local cluster named "test2"
👉 To fix this, run: "minikube start -p test2"

this causes unwanted error message thrown in profile list.

vinodhinis-mbp:minikube vinodhinibalusamy$ ./out/minikube profile list
|----------|-----------|---------|--------------|------|---------|---------|
|

DHBin
DHBin commented Mar 31, 2020

Issue Description

Type: bug report

Describe what happened

java.lang.IllegalStateException: failed to req API:/nacos/v1/ns/instance/beat after all servers([minion-register:8848]) tried: failed to req API:minion-register:8848/nacos/v1/ns/instance/beat. code:400 msg: java.lang.IllegalArgumentException: dom name can only have these characters: 0-9a-zA-Z-._:, current: DEFAULT_GROU
rifelpet
rifelpet commented Oct 4, 2020

1. Describe IN DETAIL the feature/behavior/change you would like to see.
AWS provides this tool for linting cloudformation files:

https://github.com/aws-cloudformation/cfn-python-lint

Running it against our integration test outputs in tests/integration/update_cluster/*/cloudformation.json reports quite a few warnings including mismatched types. It would be great to fix those and addr

seaweedfs

SeaweedFS is a distributed object store and file system to store and serve billions of files fast! Object store has O(1) disk seek, transparent cloud integration. Filer supports cross-cluster active-active replication, Kubernetes, POSIX, S3 API, encryption, Erasure Coding for warm storage, FUSE mount, Hadoop, WebDAV.

  • Updated Oct 22, 2020
  • Go
dtestVC
dtestVC commented May 13, 2020

Feature Description

MySQL has the ability to configure when to log slow queries with the long_query_time option.

This request is to add similar support for vtgate that will allow vitess admins to configure what they determine are slow queries to be flagged as 'slow'. MySQL uses the SERVER_QUERY_WAS_SLOW flag to indicate this and update statistics.

Use Case(s)

  • provi
verdaccio
gvisor
unknowndev233
unknowndev233 commented Jun 23, 2020

Description

runsc install is able to edit /etc/docker/daemon.json to enable Docker to replace runc with runsc.
Would be great if podman supports this feature.

Is this feature related to a specific bug?

No. By the way, does gVisor depend on Docker just for the reason that Docker uses runsc as its runtime?

Do you have a specific solution in mind?

To replace the runtim

EugenDueck
EugenDueck commented Oct 9, 2020

I want to use the "ecr-login" credHelper for both from and to, but I need to use different environment variables (AWS_PROFILE in my case), because the IAM is different in each case. If it is possible somehow, I would like to know, and if not, I would like to request this feature (just like e.g. environment can be set for dockerClient).

As a workaround, I will now try to run the credHe

vjtm
vjtm commented Oct 30, 2019

What would you like to be added:
Support for deploying vSphere storage Container Storage Interface (CSI).
It' GA already.

https://github.com/kubernetes-sigs/vsphere-csi-driver
https://cloud-provider-vsphere.sigs.k8s.io/

It requires vSphere 6.7u3+

Why is this needed:

  • The in-tree cloud provider for vSphere is deprecated.
  • The CSI is the standard way to implement the Storage
lens
demon
demon commented Oct 3, 2020

Describe the bug
In the Apps section under Releases, you can sort on Revision. It seems to sort on the string values instead of the integers which looks silly (see screenshot below).

To Reproduce
Steps to reproduce the behavior:

  1. Go to Apps -> Releases
  2. Click on Revisions
  3. See nonsensical number order

Expected behavior
Numbers sort in their counting order.

**Screen

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
You can’t perform that action at this time.