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 18,017 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
Jun 24, 2021 - Go
Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }
I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.
-
Updated
Jun 24, 2021 - Go
-
Updated
Jun 14, 2021 - Shell
I was dong a mistake and put wrong k8s version, we should have a more beautiful looking error, and ideally do not even try to create container when a non-existing k8s version is specified
mk start --kubernetes-version=20.10.7
😄 minikube v1.21.0-beta.0 on Darwin 11.4
✨ Automatically selected the docker driver. Other choices: hyperkit, parallels, virtualbox, ssh
👍 Starting control plane
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
Jun 24, 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
Jun 12, 2021 - Go
-
Updated
Jun 24, 2021 - JavaScript
-
Updated
Jun 24, 2021 - Go
What would you like to be added:
Now it's only possible to see if pod / deployent / daemonset / statefulset is using hostNetwork by opening the object in edit mode. Would be nice if Lens showed that on object details directly.
Expected Behavior
Request times out after certain amount of time
Actual Behavior
req {
method
PUT
remoteHost
127.0.0.1
requestURI
/actors/TimerActorType/zzz/ method / registerTimer
requestURL
http: //127.0.0.1:8080/actors/TimerActo
1. Describe IN DETAIL the feature/behavior/change you would like to see.
Implement WarmPool.RenderTerraform()
2. Feel free to provide a design supporting your feature request.
/kind feature
/area terraform
/lifecycle frozen
-
Updated
Jun 21, 2021 - Go
-
Updated
Jun 24, 2021 - Go
For a query like:
SELECT * FROM test_table WHERE end >= '2001-02-03 04:05:06' limit 1;
VTGate as of v10.0.2 requires backticks around end
, while vanilla MySQL does not.
Specifically:
BEGIN
andEND
are keywords but not reserved, so their use as identifiers does not require quoting.
It seems like these should
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
Jun 24, 2021 - Shell
A user on the #skaffold
channel was encountering a puzzling error:
Hello,
I am new to skaffold, I am facing issue while execeuting skaffold build application via skaffold in BB pipelines.
I have tried to echo variables mentioned like $TARGET , $DOCKER_REGISTRY
before execution all are properly set but still it end up in error .
Kindly provide pointers to fix it.
+ skaffold bu
From tcsetpgrp(3)
:
If tcsetpgrp() is called by a member of a background process group in its session, and the calling process is not blocking or ignoring SIGTTOU, a SIGTTOU signal is sent to all members of this background process group.
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
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,
-
Updated
Jun 4, 2021 - Go
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 8 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia
What happened
In kubernetes/kubernetes#102354 (comment) @aojea brought up the fact that to get Service IPs we currently need to make an API call, i suppose that is suboptimal .
in a nutshell...