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,614 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.
etcd in tests to assert equality uses mixed https://github.com/stretchr/testify/assert and etcd' own testutil.AssertEqual function. This issue suggests using github.com/stretchr/testify/assert.Equals everywhere and removing testutil.AssertEqual function.
Example of what we want everywhere: https://github.com/etcd-io/etcd/blob/e2d67f2e3bfa6f72178e26557bb22cc1482c418c/server/datadir/datadir
-
Updated
May 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
May 21, 2021 - Go
-
Updated
May 20, 2021 - Shell
currently in https://github.com/medyagh/minikube/blob/a67a4ccbedd932f184b5713c70498dc434942621/pkg/minikube/bootstrapper/images/images.go#L86
we have
// etcd returns the image used for etcd
func etcd(v semver.Version, mirror string) string {
// Should match `DefaultEtcdVersion` in:
// https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/constants/constants.go
ev := "
-
Updated
May 15, 2021 - JavaScript
-
Updated
May 12, 2021 - Go
Output of helm version:
Client: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}Output of kubectl version:
Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.7", GitCommit:"d-
Updated
Apr 26, 2021 - Go
-
Updated
May 20, 2021 - JavaScript
Issue Description
Type: feature request
Describe what happened (or what feature you want)
Describe what you expected to happen
When Dubbo is registered, it is registered according to the interface. If you want to logoff all interfaces provided by a service. It's too painful to search for only one interface, then enter the details, and then go offline. If you can provide a qu
-
Updated
May 21, 2021 - Go
What would you like to be added:
I'd like the node view to show ALL allocatable resource on the node, not just the basic CPU/mem/pod amounts.
Why is this needed:
In many cases kubelet reports devices, hugepages etc. as usable resources and having to dive into node yaml via edit button is, eh, bad experience. :)
?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
What version of Dapr?
1.1.x
1.0.x
edge: output of `git describe
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 20, 2021 - Go
-
Updated
May 20, 2021 - Go
Since we've upgraded our ProtoBuf package version in vitessio/vitess#8075, the new serializer to JSON and ProtoText inserts random whitespace on its output that prevents byte-wise comparison.
Our test suite makes extensive use of "golden tests" that compare these outputs. In order to complete the upgrade successfully, I had to disable the randomness in the serializer.
Describe the bug
I've built the verdaccio/verdaccio:local local image (Windows 10 latest, Docker Desktop) but cannot build the v4/5 reverse_proxy docker-examples.
To Reproduce
-
cd verdaccio && pnpm docker -
cd verdaccio\docker-examples\v4\reverse_proxy\nginx\relative_path\OR
cd verdaccio\docker-examples\v5\reverse_proxy\nginx_relative\ -
docker-compose up
-
Updated
May 19, 2021 - Shell
Description
While writing a PacketImpact test for ICMP sockets, I found a discrepancy with Linux.
When binding to the following IPv6 multicast addresses,
ff01::1ff02::1ff02::2
Linux returns the EINVAL error code, but gVisor returns the EADDRNOTAVAIL error code.
Steps to reproduce
- Run test `//third_party/gvisor/test/packetimpact/tests:icmp_bind_nati
Noticed when fixing #5841 that the Kaniko buildArgs supports templating with an environment variable:
https://github.com/GoogleContainerTools/skaffold/blob/6c57b21b31d35e646df0352692e25af1c91d0aca/pkg/skaffold/build/cluster/kaniko.go#L51
But the Docker buildArgs does not:
https://github.com/GoogleContainerTools/skaffold/blob/6c57b21b31d35e646df0352692e25af1c91d0aca/pkg/skaffold/build/gcb/do
Environment:
- Jib version: 2.7.1
- Build tool: Maven
- OS: N/A
Description of the issue:
Invoking mvn jib:help results in error
[ERROR] Could not find goal 'help' in plugin com.google.cloud.tools:jib-maven-plugin:2.7.1 among available goals _skaffold-fail-if-jib-out-of-date, _skaffold-files-v2, _skaffold-init, _skaffold-package-goals, _skaffold-sync-map, build,
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
-
Updated
Apr 21, 2021 - Go
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 9 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia
#101009