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 15,483 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.
It is mentioned that there is an error code page for v2 protocol:
https://github.com/etcd-io/etcd/blob/ae7862e8bc8007eb396099db4e0e04ac026c8df5/server/etcdserver/api/v2error/error.go#L16
However, I can't find Documentation/v2/errorcode.md
in this repo. Is the comment stale?
-
Updated
Nov 24, 2020 - 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
Nov 24, 2020 - Go
Steps to reproduce the issue:
minikube start --driver hyperv
- Open a Command Prompt/PowerShell session without the Administrator privileges.
minikube tunnel
Full output of failed command:
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
Hello,
According to this thread, it is possible to use some path like file://local/path/to/chart instead of some chart repository URL.
In the documentation, I do not see any examples or mention for this feature.
Can we add it to the documentation or make it more accessibl
-
Updated
Nov 15, 2020 - Go
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 24, 2020 - Go
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
Environmental Info:
K3s Version: k3s version v1.18.10+k3s1 (6fa97306)
Node(s) CPU architecture, OS, and Version: Linux k3s-
-
Updated
Nov 8, 2020 - 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
Nov 23, 2020 - Go
Problem Statement
There are users who would like to secure the http port exported by the vitess servers with TLS. However, some of the health check and monitoring URLs (like /debug/vars
) still need to be accessed without TLS. For example, Kubernetes prefers the health check URLs to not require TLS.
We require the ability to specify a separate (optional) TLS http port, and the ability to s
-
Updated
Nov 22, 2020 - Shell
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
Per the example in https://godoc.org/github.com/google/go-cmp/cmp#Diff the form should be:
if diff := cmp.Diff(want, got); diff != "" {
t.Errorf("MakeGatewayInfo() mismatch (-want +got):\n%s", diff)
}
however, NUD tests (and possibly others) are littered with the reverse, e.g.:
https://github.com/google/gvisor/blob/8fa18e8ecb3e3da2015e5c73db9e46494dcfeff7/pkg/tcpip/stack/neighbo
My preference would be for it to say "5.2 seconds" since 0.1 sec is enough precision for this step. I don't care if it switches to stuff like "821 milliseconds" for short times.
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
-
Updated
Nov 24, 2020 - Go
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
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
For example in "confirm cluster delete" the "Remove" button is highlighted, but hitting enter doesn't submit it (however, esc does close it)
-
Updated
Nov 23, 2020 - C#
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 13 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