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 22,183 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?
If you don't pass a --name
argument to your etcd
processes, they will all have the name default
and the cluster will operate normally. However, when you add a member, the generated ETCD_INITIAL_CLUSTER
variable will have multiple entries with the name "default". When this environment variable is used, etcd
will parse these into a mapping under a single key ("defau
-
Updated
Apr 8, 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
Apr 9, 2022 - Go
-
Updated
Apr 4, 2022 - JavaScript
Many people store configuration files in toml format and it will be useful to add support for this format
It's not possible to enable addons with --no-kubernetes
passed because the addons in their current state are deployed to Kubernetes. So if a user tries to enable an addon with --no-kubernetes
output a message notifying them that it's not possible without Kubernetes and exit execution.
Related kubernetes/minikube#13461
-
Updated
Apr 4, 2022 - Shell
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
Command helm repo list
act differently when repository config file don't exists:
$ helm repo list
Error: no repositories to show
$ helm repo list -o json
[]
$ echo $?
0
$ rm ~/.config/helm/repositories.*
$ helm repo list -o json
Error: no repositories to show
$ echo $?
1
In both cases helm should return return empty list of repositories without exiting with erro
-
Updated
Mar 30, 2022 - Go
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
Apr 5, 2022 - Go
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Apr 9, 2022 - Go
In what area(s)?
/area actor runtime
What version of Dapr?
v1.6
Expected Behavior
See this doc issues that was raised dapr/docs#2184
This is to add more detail to the error message when you try to save and actor and the statestore has not been configured for actors. It would be good to provide and indic
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
Apr 8, 2022 - Go
-
Updated
Apr 7, 2022 - JavaScript
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
pymysql
driver, using theCLIENT.FOUND_ROWS
flag, and updating a single row to it's current key value (i.e. no rows are updated, but a single row
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
Apr 8, 2022 - Python
We should add integration tests to make sure that skaffold doesn't break when these flags get passed without a value
Created by @jbeda, @brendandburns, and @craigmcl
Released July 21, 2015
Latest release 24 days ago
- Repository
- kubernetes/kubernetes
- Website
- kubernetes.io
- Wikipedia
- Wikipedia
Nowadays, when the kube-scheduler is initialized, the provided component config (via
--config
flag) is logged. E.g.