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 20,200 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
-
Updated
Nov 25, 2021 - Go
-
Updated
Nov 24, 2021 - 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
Nov 25, 2021 - Go
-
Updated
Nov 20, 2021 - JavaScript
Feature Description
Add the following placeholders to interpolation for ui_config.dashboard_url_templates:
Service.Namespace- not yet implemented, even though they are mentioned in the docs- partition (once available)
See #11321 for more details on this field.
on a Mac M1 laptop with Docker not running I get following message:
talking about drivers that are not available on this platoform (such as Virtualbox and hyperkit)
messsage should only show relevent drivers to platofrm
$ minikube start
😄 minikube v1.23.2 on Darwin 12.0.1 (arm64)
🎉 minikube 1.24.0 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v1.24.0
💡
-
Updated
Nov 25, 2021 - Shell
-
Updated
Nov 1, 2021 - Go
The old plugin testdata contains references to $HELM_PLUGIN_SELF
instead of $HELM_PLUGIN_DIR that mislead beginners looking at the
tests as examples of how to begin (since other official examples are
somewhat lacking).
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
Nov 8, 2021 - 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
-
Updated
Nov 25, 2021 - JavaScript
-
Updated
Nov 24, 2021 - Go
What would you like to be added:
A button or link from the list of instances of
In what area(s)?
/area runtime
What version of Dapr?
1.5.0
Expected Behavior
On Windows 10 sending the POST HTTP shutdown command to /v1.0/shutdown should shut down the daprd.exe process in around 5 seconds.
Actual Behavior
The sidecar does not shut down in a timely fashion unless the same command is re-executed and then it forcibly shuts down after 5 seconds.
Is your feature request related to a problem? Please describe.
- As a plugin author
- in order to avoid duplication among plugins that only vary by the api resource kind/version
- I need the current resource kind and api version to be
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
Nov 25, 2021 - Go
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
Describe the bug
Plugin Generator page https://verdaccio.org/docs/plugin-middleware/plugin-generator is missing (linked from https://verdaccio.org/docs/plugin-middleware/#generate-an-middleware-plugin)
To Reproduce
Go to https://verdaccio.org/docs/plugin-middleware/#generate-an-middleware-plugin and click on the "plugin generator" link.



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