operator-sdk
Here are 124 public repositories matching this topic...
ISSUE TYPE
- Bug Report
SUMMARY
Setting the admin password via UI to the database gets overwritten on reconciliation.
ENVIRONMENT
- AWX version: latest
- Operator version: devel
- Kubernetes version: 1.22
- AWX install method: AKS
STEPS TO REPRODUCE
- deploy awx-operator
- change the admin password via UI
- wait
-
Updated
Apr 25, 2022 - Go
Is your feature request related to a problem? Please describe.
The kubernetes.io/ingress.class annotation is deprecated and replaced by the ingressClassName parameter in the latest ingress spec.
Describe the solution you'd like
Allow setting ingressClassName in ArgoCDIngressSpec. Setting ingressClassName should override any defaults that might be set currently.
**Addition
-
Updated
Feb 24, 2022 - Makefile
The kuttl cli overrides the testsuite file... with the exception of the test env. (this is a require to fix that).
If the kuttl-test.yaml has a configuration for startControlPlane: true and the cli is started with --start-kind.... the cli override should start kind.
Perhaps we should have an override that allows to point at a cluster (currently it is the default that is selected if no
-
Updated
Apr 16, 2022 - Go
-
Updated
Mar 27, 2022 - Go
-
Updated
Apr 20, 2022 - Go
-
Updated
Jun 12, 2020 - Go
-
Updated
Mar 10, 2022 - Go
-
Updated
Apr 23, 2022 - Go
-
Updated
Jul 11, 2020 - Dockerfile
-
Updated
Dec 3, 2020 - Go
-
Updated
Feb 17, 2022 - Go
In #48 there was someone that gave POSTGRES_CLOUD_PROVIDER the value AZURE while it should be Azure. This shouldn't matter and we should run the provided value through ToLower() before we make the comparison.
It should be somewhat easy to translate from reading .circleci/config.yaml
-
Updated
Apr 14, 2022 - Go
-
Updated
Jan 11, 2021 - Go
-
Updated
Apr 26, 2022 - Go
Description of Issue
After go-config v0.7.0, our operator breaks on startup citing that there is no provider configured.
How to Reproduce
Update the following constraint in Gopkg.toml from 0.7.0 to any later release:
[[constraint]]
name = "github.com/micro/go-config"
version = "0.7.0"
Install dependencies and start operat
-
Updated
Oct 16, 2020 - HTML
-
Updated
Nov 5, 2021 - Go
-
Updated
May 26, 2020 - Go
-
Updated
Nov 12, 2021 - Go
-
Updated
Apr 14, 2021 - Go
-
Updated
Oct 16, 2020 - Dockerfile
-
Updated
Apr 26, 2022 - Jinja
-
Updated
Apr 25, 2022 - Go
Improve this page
Add a description, image, and links to the operator-sdk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the operator-sdk topic, visit your repo's landing page and select "manage topics."
We can add an upgrade/downgrade command for litmusctl binary, it can look at the matrix of versions in a file and upgrade/downgrade according to the user's choice.
example