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 21,071 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
etcd depends on gobin (https://github.com/myitcv/gobin) that since go 1.16 can get replaced with go run $pkg@$version:
Please refactor the scripts to use upstream go run:
scripts/test_lib.sh:# Ensure gobin is available, as it runs majority of the tools
scripts/test_lib.sh:if ! command -v "gobin" >/dev/null; then
scripts/test_lib.sh: GOARCH="" run env GO111MODULE=off go get git
-
Updated
Jan 24, 2022 - Go
Is there an existing issue for this?
- I have searched the existing issues
Kong version ($ kong version)
2.5.1.0
Current Behavior
When calling kong.response.exit(), the function automatically sets the Content-Length header on the response even if the Transfer-Encoding header is present. This is in violation of RFC 7230 3.3.2:
A sender MUST NOT send a Content-
-
Updated
Jan 24, 2022 - Go
-
Updated
Jan 22, 2022 - JavaScript
Feature Description
We are planning to use the enterprise snapshot feature to backup consul to Minio.
Currently, the config does not have an option to force s3 path style:
instead of backing up to BUCKET.MINIO_URL, it should backup to MINIO_URL/BUCKET
For informatin, this option
-
Updated
Jan 24, 2022 - Shell
Helm uninstall command deletes the release but does not delete resources in case of network issues
Output of helm version:
version.BuildInfo{Version:"v3.6.3", GitCommit:"d506314abfb5d21419df8c7e7e68012379db2354", GitTreeState:"clean", GoVersion:"go1.16.5"}
Output of kubectl version:
Client Version: version.Info{Major:
-
Updated
Jan 24, 2022 - Go
Add basic CI
We already have some scripts in the scripts directory. It would be good to run them for every PR.
This is also a great task for beginners.
## Python/Regex fix
In the application details view, we list the ports an application deployment is listening on, but there is no "quick launch" or even a "copy" button..
We should add a "copy" button next to the port to copy to clipboard.
-
Updated
Jan 4, 2022 - Go
-
Updated
Jan 24, 2022 - JavaScript
-
Updated
Jan 24, 2022 - Go
What would you like to be added:
In the manual scaling window for deployments,
In what area(s)?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
Describe the feature
Unix Domain Sockets is only enabled on Unix. It needs to be enabled on Windows too
Is your feature request related to a problem? Please describe.
Logs are shown in UTC. IT is frustrating when trying to troubleshoot an issue and need to keep converting timestamps to determine which logs are relevant.
**Describe the sol
-
Updated
Jan 24, 2022 - Go
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
Scenario:
- Single vttablet, connecting to external MySQL (happens to be RDS Aurora, but I doubt it matters).
- Single unsharded keyspace (
keyspace3), no vschema, with a single table, containing a single row - Test program using the Python
pymysqldriver, using theCLIENT.FOUND_ROWSflag, and updating a single row to it's current key value (i.e. no rows are updated, but a single row
-
Updated
Jan 23, 2022 - JavaScript
Discussed in verdaccio/verdaccio#2853
Originally posted by microrache January 3, 2022
It would be cool to have something like a "public"- or "assets"-folder which is exposed by Verdaccio's web server. This folder then could be mounted as a Docker Volume, where e.g. screenshots and other assets are stored. Th
-
Updated
Jan 19, 2022 - Shell
It should be more clear for users (and people trying to offer support by looking at logs!) which kube-context and cluster is being used.
$ skaffold dev
Listing files to watch...
- skaffold-example
Generating tags...
- skaffold-example -> skaffold-example:v1.34.0-60-gef8185519
Checking cache...
- skaffold-example: Not found. Building
Starting build...
Building [skaffold-example]...
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 5 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia




What would you like to be added?
The changes to support snapshot tests for Generic Ephemeral Volumes kubernetes/kubernetes#105659 generated some duplicated code in the file
test/e2e/storage/testsuites/snapshottable.goas commented here: kubernetes/kubernetes#105659 (comment), it'd be great to create functions that are reused in b