-
Updated
Aug 19, 2020 - Go
kubernetes-controller
Here are 148 public repositories matching this topic...
-
Updated
Aug 21, 2020 - Java
-
Updated
Aug 17, 2020 - Go
If you attempt to create a Bucket with the same name as a Bucket that you recently deleted, you might run into this:
OperationAborted: A conflicting conditional operation is currently in progress against this resource.
This is due to S3 queuing the delete operation and the need to have a unique name of the bucket for the account. Attempting to create the Bucket with the same name v
Is your feature request related to a problem? Please describe.
Now that we have support to configure allowed kubectl commands, the list of commands documented in /botkubehelp are misleading. There should be a way to let user know what kind of commands are supported.
Describe the solution you'd like
Add new BotKube command - e.g @BotKube commands list to list down all the suppo
Currently, we have a simple approach where the operator simply watches the namespace it was created in. But in larger env, multi-namespaces are common. To create mysql cluster in any namespace, we broadly have two approaches (1) Make mysql-operator watch and create mysql clusters in any namespace (2) Continue with current model.
However, current approach is problematic when multiple namespaces ar
-
Updated
Dec 2, 2019 - Go
Currently the env variables injected are specific to this docker image https://github.com/barney-s/docker-airflow
Align it with https://github.com/puckel/docker-airflow and make necessary changes in the operator to make it work with both.
related to GoogleCloudPlatform/airflow-operator#10
-
Updated
Jul 2, 2020 - Go
-
Updated
Mar 6, 2020 - Go
-
Updated
Jul 13, 2020 - Go
-
Updated
Jun 12, 2020 - Elixir
-
Updated
Aug 20, 2020 - Shell
-
Updated
Aug 11, 2020 - Go
Helm chart
I cannot find a Helm chart version of it at https://hub.helm.sh
Do you have plans to create one or should everyone do it on their own manually?
-
Updated
Nov 22, 2018 - Kotlin
-
Updated
Aug 21, 2020 - Go
-
Updated
Aug 14, 2020 - Go
-
Updated
Dec 23, 2019 - Go
Is your feature request related to a problem? Please describe.
The existing example workflows are all quite simple. They don't well represent a real-world workflow.
Describe the solution you'd like
There should be a new workflow example in the examples/ directory which carries out the following steps:
- create namespace
- create deployment
- delete deployment
- delete namespace
Some log entries are using V(1) but still get emitted by default.
We should have a way to mute debug logs using a flag.
-
Updated
Aug 11, 2020 - Go
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST
What happened:
Currently, the output of kubectl get ru is this:
NAME STATUS TOTALNODES NODESPROCESSED
rolling-upgrade-nodes-20200616230859 completed 3 3
rolling-upgrade-nodes-20200616234910 completed 3 3
This doesn't tell us what the ASG na
-
Updated
Aug 19, 2020 - Go
-
Updated
Oct 18, 2018 - Go
-
Updated
Jul 1, 2020 - Go
-
Updated
Aug 11, 2020 - Go
-
Updated
Aug 12, 2020 - C#
-
Updated
Feb 26, 2020 - Go
Improve this page
Add a description, image, and links to the kubernetes-controller topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kubernetes-controller topic, visit your repo's landing page and select "manage topics."
What would you like to be added:
Currently,
kubectl kudo versiononly prints the current version of the KUDO CLI. It should also print the version of the KUDO controller if the con