Kubernetes
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 17,421 public repositories matching this topic...
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in blkio.bfq.io_service_bytes and blkio.bfq.io_serviced files.
"found" by the @discordapp troops the hard way: https://status.discordapp.com/incidents/62gt9cgjwdgf
pinging @zorkian who pointed it out to me.
trivial to repro, this is against a 3.3.13 on fedora-31.
$ etcdctl set /baa schnorp
$ etcdctl get /baa
schnorp
$ echo -ne 'PUT /v2/keys/baa HTTP/1.1\r\nHost: boo\r\nContent-Length: 123\r\n\r\n' | nc localhost 2379
HTTP/1.1 200 OK
...
$ et
-
Updated
May 5, 2021 - Go
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
- https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
- https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1#preflight-requests
Internet changed its mind since 2018 https://
-
Updated
May 5, 2021 - Go
-
Updated
May 2, 2021 - Shell
minikube start does not support the MINIKUBE_ADDONS environment variable as a proxy for the --addons argument as it does with other options.
Steps to reproduce the issue:
MINIKUBE_PROFILE=this-works MINIKUBE_ADDONS=registry minikube start- `MINIKUBE_PROFILE=this-works minikube addon
-
Updated
Apr 29, 2021 - Go
when killing the process running helm dep up it sometimes leave a temporary folder named tmpcharts and this makes the next helm dep up fail with the following error.
Error: Unable to move current charts to tmp dir: rename /mychart/charts /mychart/tmpcharts: file exists
This is easily reproducable by creating a folder named tmpcharts inside an helm chart root folder and try to l
-
Updated
Apr 26, 2021 - Go
-
Updated
May 4, 2021 - JavaScript
-
Updated
May 5, 2021 - JavaScript
-
Updated
May 5, 2021 - Go
Any hover effects doesn't properly applied to all header elements (top line with cluster name and cluster menu). It seems that something placed on top of them and covers most of their height.
https://user-images.githubusercontent.com/9607060/108056014-cd186a00-7061-11eb-8ac0-5d01e206e636.mp4
In what area(s)?
/area test-and-release
Describe the proposal
Currently before each rc release
One of the AWS China regions now supports Route53: https://aws.amazon.com/about-aws/whats-new/2020/05/amazon-route-53-is-now-available-in-AWS-china-region/
If someone with an AWS China account can try creating a cluster using Route53 rather than gossip k8s.local and update docs/aws-china.md with their findings that would be much appreciated. Also identify any changes needed to be made in Kops t
-
Updated
May 5, 2021 - Go
-
Updated
May 4, 2021 - Go
When I run "vtctlclient help ApplyRoutingRules", I get informations on how to use this option. But when I run "vtctlclient help GetRoutingRules", I do not get such informations, and it looks like the routing rules are displayed. Output below.
jgagne@ip-172-31-40-211:~/my-vitess-example$ vtctlclient help GetRoutingRules
{
}
jgagne@ip-172-31-40-211:~/my-vitess-example$ vtctlclient hel
Describe the bug
Mobile view of front-end page looks overloaded. On mobile does not make much sense to display all info which do not fit. We might create a threshold for small screens and medium screens.
To Reproduce
- When there is no description
- Published on clearly does not fit on mobile
- See date `Published 1 month ago
https://registry.verdaccio.org/
**Expec
-
Updated
May 5, 2021 - Shell
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
The typescript sample project does not compile the .ts files when ENV is production.
When ENV=development, tsc-watch compiles the code in place before starting node. However, there is no corresponding compile step when ENV=production.
Not a huge deal, as only the dev profile is defined, but I think the README should mention that the compile step is missing when ENV=production.
Environment:
- Jib version: 3.0.0
- Build tool: maven 3.6.3,Java version: 1.8.0_282,
- OS: ubuntu20.04
Description of the issue:
mvn clean compile jib:build not work for war project.
have to package the war project. mvn clean package jib:build
The documents and the log output do not mention that.
Expected behavior:
work as jar project.
**Steps to re
FEATURE REQUEST:
Hi,
I see that there is nothing in the kargo repo related to docker login stuff and more precisely nothing about the ability to make kubernetes pull images from private registries such as ECR.
I have a solution for this that currently works for ECR and CoreOS and that could be extended to different registries solutions (azure one, custom private registry on premi
/kind feature
This is a sub-issue from #5494.
We need to remove any f"strings" from the backend of the Jupyter web app in order to be able to use lower versions from Python 3.6 to run it.
/good-first-issue
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 21 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia


What happened: