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 16,105 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.
-
Updated
Jan 20, 2021 - Go
-
Updated
Jan 20, 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
Jan 20, 2021 - Go
-
Updated
Jan 19, 2021 - Shell
on our site, there should be a link to add a calendar invite for triage meeting, or we could direct the users to join a the google group so they receive the invitation on their calendar automatically
https://minikube.sigs.k8s.io/docs/contrib/triage/
Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour
The example Helm chart generated via helm create
throws this error when the value for ingress
is set to true
and the rest of the values are left as the default:
[ERROR] templates/: template: test/templates/ingress.yaml:35:21: executing "test/templates/ingress.yaml" at <.path>: can't evaluate field path in type interface {}
This looks to be because the change introduced in #90
-
Updated
Jan 19, 2021 - Go
-
Updated
Jan 20, 2021 - JavaScript
内部数据库容灾(只有一个)
-
Updated
Jan 20, 2021 - Go
-
Updated
Jan 7, 2021 - JavaScript
1. Describe IN DETAIL the feature/behavior/change you would like to see.
Using AWS GovCloud is a bit different from the regular AWS.
https://github.com/kubernetes/kops/blob/master/docs/getting_started/aws.md
2. Feel free to provide a design supporting your feature request.
Kops v1.18.2 improves the support for AWS GovCloud and should work without any additional tweaks, except for
-
Updated
Jan 20, 2021 - Go
Overview of the Issue
When a query selects VitessAware system variables, without passing the query down to MySQL. A value of type NULL is returned.
This issue applies to boolean-typed variables.
Whenever the query implies being sent down to MySQL, the variable's value is correctly returned.
Reproduction Steps
Steps to reproduce this issue:
- Set the value of the, for i
https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines
type AuthAccessCallback = (error: string | null, access: boolean) => void;
interface IPluginAuth<T> extends IPlugin<T> {
authenticate(user: string, password: string, cb: AuthCallback): void;
adduser?(user: string, password: string, cb: AuthCallback): void;
changePassword?(user: string, password: stri
-
Updated
Jan 19, 2021 - Shell
Currently validating checksums requires lots of knowledge on the part of the caller. We should expose optional checksum validation in our existing validation functions e.g. IPv4.IsValid
.
header.UDP and header.TCP don't currently have these functions; we should add them.
-
Updated
Jan 13, 2021 - Go
-
Updated
Jan 19, 2021 - Java
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
I've been searching and looking everywhere on the internet and on these forms for days to help understand this issue and how to properly setup NGINX Ingress with Wordpress-fpm. I'm rather new to Kubernetes and all so I've been working on setting this up to help me learn it all.
I can get it to work using the image of Wordpress that has Apache included (Wordpress:latest) but I rather use NG
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 7 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia
When we first added SCTP tests, we thought that we weren't going to be able to do actual tests of SCTP network connectivity within kubernetes CI, so we came up with a plan involving a split between tests that involve actual SCTP network connectivity (which require the SCTP kernel module to be available) and tests that don't do SCTP network traffic and so can run anywhere. That way we could still t