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 23,145 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
What happened?
In a Jepsen test run of five etcd 3.5.3 nodes, with process pauses (sending processes SIGSTOP and SIGCONT), compaction (performed via the admin API), and defragmentation (via etcdctl), one etcd process crashed with the following error message:
{"level":"panic","ts":"2022-06-13T14:11:27.870Z","caller":"etcdserver/apply.go:638","msg":"unexpected error during txn","error
-
Updated
Jun 17, 2022 - Go
-
Updated
Jun 17, 2022 - Go
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc
-
Updated
Jun 17, 2022 - Go
-
Updated
Jun 10, 2022 - JavaScript
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
So pretty weird issue:
I am creating 2 prefixes, one empty, one not empty like this...
consul kv put testprefix/
consul kv put testprefix2/testkey
then when I curl those prefixes recursively like:
curl localhost:8500/v1/kv/testprefix?keys
# this is the reply -> ["testprefix/","testprefix2/testkey"]
notice how only testprefix/ is specifically listed?
now
Related kubernetes/minikube#14257
This isn't currently supported, the flag was put in for future proofing to make it easier if we do implement it.
If the user tries to use the flag we should output a message to the user saying the flag is not yet supported and the flag value should be ignored.
-
Updated
Jun 16, 2022 - Shell
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.
Output of helm version
:
version.BuildInfo{Version:"v3.8.1", GitCommit:"5cb9af4b1b271d11d7a97a71df3ac337dd94ad37", GitTreeState:"clean", GoVersion:"go1.17.8"}
If HELM_DATA_HOME
contains spaces, like `/Users/My Name/Library/hel
-
Updated
Jun 6, 2022 - Go
-
Updated
Jun 14, 2022 - Go
-
Updated
Jun 17, 2022 - JavaScript
-
Updated
Jun 17, 2022 - Go
It will be useful to install/show helm chart pre releases from a helm repo. Using helm from the commandline pre releases are also not shown or installed. Adding the --devel it will show or install pre releases. It would be nice to have a switch to show the pre releases or not like for example in rancher.
?
/area runtime
/area operator
/area placement
/area docs
/area test-and-release
Describe the proposal
Today, a PR can break perf tests without maintainers being aware. Running /ok-to-pe
-
Updated
Jun 17, 2022 - Go
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
Jun 11, 2022
Problem: It is pretty challenging to find resource material and valuable articles, videos and such, and we spend a lot of time searching and finding the appropriate resource for us.
Proposed solution: Faceted search can come a long way when looking for a quick way to find a solution designed for our needs. Ratings on the resource can help us select the best solution based on our search
-
Updated
May 22, 2022 - JavaScript
-
Updated
Jun 17, 2022 - Go
Our parser outputs all aggregations functions using the general sqlparser.FuncExpr
. This is a little clunky and requires us to do additional checks before we are sure that the aggregation we have is valid and what it is aggregating.
I suggest we instead introduce one struct type per aggregation, and have them all implement some interface. This would help clean up the code.
Example:
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 1 day ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia
Presumably this would occur when changing the default from one class to another. E.g.
At the case in point, when there are 2 defaults, we currently do not assign default values to new PVCs.
We should change this semantic - while there a