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,560 public repositories matching this topic...
Hi,
first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.
First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there
"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
Aug 6, 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
Aug 7, 2021 - Go
-
Updated
Aug 7, 2021 - Shell
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Aug 3, 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
Jul 4, 2021 - Go
-
Updated
Aug 7, 2021 - JavaScript
-
Updated
Aug 7, 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.
Require GitHub tags to be signed as per https://github.com/ossf/scorecard/blob/main/checks/checks.md#signed-tags
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
Aug 6, 2021 - Go
-
Updated
Aug 7, 2021 - Go
Overview of the Issue
vtexplain panics on SHOW TABLES
and SHOW FULL TABLES
Reproduction Steps
Steps to reproduce this issue, example:
- Deploy the following
vschema.json
:
{
"ks1": {
"sharded": true,
"tables": {
"user": {
"column_vindexes": [
{
"column":
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
-
Updated
Aug 4, 2021 - Shell
Please add support to skaffold apply
for using Kubernetes manifests from stdin, similar to what kubectl apply -f -
does.
Obviously it'd be nice to support the same -f -
are that kubectl does but I can't due to that already being taken for -f skaffold.yaml
, but could still support accepting k8s manifests from stdin if no file args are given.
The current workaround of outputting to a f
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
-
Updated
Jul 20, 2021 - Go
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 3 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia
What happened:
Log messages like
body of failing http response: &{0x531900 0xc0010d2780 0x775180}
are not very informative./sig cloud-provider
What you expected to happen:
Either actual response body or none of it if this is a security concern.
/sig security
sig security to confirm it is ok to change this to log an actual response body.
How to reproduce it (a